[FLINK-39816] Ship parsson into es8 uber jar - #156
Conversation
|
CI failed as license checker not happy |
|
@reswqa You could consider using the connector parent version 2 has has the standard RAT checker in it. |
|
@davidradl Yes, I have already created But as for this PR, the failed checker comes from |
No you did not miss anything, just an observation that maybe the RAT checker would have surfaced this issue at build time. |
| strategy: | ||
| matrix: | ||
| flink: [ 2.2.1 ] | ||
| flink: [ 2.3-SNAPSHOT ] |
There was a problem hiding this comment.
We fix the upstream in release-2.2 and master branch. So temporarily change this to snapshot binary version.
| GenericRowData.of( | ||
| 1L, | ||
| 12345, | ||
| 12000, |
There was a problem hiding this comment.
This is due to incompatible changes in the upstream([FLINK-17224][table] Support precision of TIME type)
We should ship
parssoninto uber jar, otherwise es client can not parse reponse(Elasticsearch-Java client relies on it for JSON parsing).