HTTP155 Initial commit for open source Flink #165
HTTP155 Initial commit for open source Flink #165David Radley (davidradl) merged 1 commit intogetindata:flinkfrom
Conversation
|
Grzegorz Kołakowski (@grzegorz8) I have split the poms out so there is now a parent , the code and sql (with the shading). Accummulating a list of tasks I need to do before offering to Flink :
|
|
I did not see this build breaks locally. Changing to draft while I address them. |
|
Grzegorz Kołakowski (@grzegorz8) thanks for your valuable feedback - I have addressed what you have raised - so I can see the build issues again (that I do not see locally) so I can address before taking the PR out of draft. I am aware that Flink is looking to support java 17 and 21 as well as 11. 21 was failing prior to the pom split. |
758a3f8 to
79cb549
Compare
|
I have fixed the convergence locally. without the plugin I see errors like: Still investigating - any thoughts ? |
|
The 2nd commit fixes:
|
0f8b8c7 to
a323f84
Compare
|
The unused import error occurs at java 21 and not at 8. I have not tested 17. It seems to related to reflection. There appears to be a circumvention - investigating. |
|
java 21 compiles on build machine - the license checker is now failing. |
752312f to
90e200b
Compare
|
Grzegorz Kołakowski (@grzegorz8) I have the Flink CI running cleanly now. Could you review please? I am planning to do the following prior to donating to Flink
I hope to be be able to donate today or early next week. |
fe2644f to
3818d11
Compare
|
Though the tests are green the sql jar file does not contain all the expected files. Moving to draft while I sort that out. This was a local issue - not to do with the code. |
3818d11 to
93950d0
Compare
4e1621b to
a41b35e
Compare
ed382b7 to
5a66e9e
Compare
Signed-off-by: davidradl <[email protected]>
5a66e9e to
2f966b2
Compare
Description
First commit for Flink, includes:
changing the pom in line with the standard Flink connector including
Resolves
HTTP155PR Checklist
I am looking to get this code into Flink with the commit history as-is.
There are still things to do:
I think it makes sense to get this initial commit in to push the commit history over. So all subsequent contributions will count as Flink contributions.