-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AMORO-1983] Upgrading Flink 1.17 based on Mixed-format table #2001
Conversation
Codecov ReportAll modified lines are covered by tests ✅ see 14 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
6c8b765
to
2986b2b
Compare
c16ad76
to
bffce14
Compare
I found some strange phenomena when compiling locally: When I run a single test case in local idea, it can pass completely, as shown below ![]() When I ran the test command on maven to conduct all tests, it threw an exception. For example, the following file said that it could not find a class related to flink-table. com.netease.arctic.flink.table.TestUnkeyed.txt I don't know what's going on. I've been trying to troubleshoot for a long time but haven't found the problem. Can you guys take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@czy006 Thanks a lot for your work!
I left some commets.
BTW, we may need to maintain additional integration test cases for each Flink version. At this stage, we can select appropriate test cases from "common" and migrate them over. What do you think?
8ff161b
to
e61b90a
Compare
We should differentiate between these unit tests. After communication, I think some unit tests should be integrated under each Flink version to ensure that the functions of the current version can be covered |
1136ae7
to
b9acc16
Compare
after discuss ,patch #1994 feature in flink 1.17 |
bcbc4aa
to
42f1b59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
…#2001) * [AMORO-1983][Feature] Copy From Flink 1.15 Code to Flink 1.17 * [AMORO-1983][Feature] Flink 1.17 API compatible * [AMORO-1983][Feature] Copy From Flink 1.15 Test Code to Flink 1.17 Test Code * [AMORO-1983][fix] fix package rename to planner * [AMORO-1983][Feature] Flink 1.17 Mode Test Fix * [AMORO-1983][Feature] fix pom * [AMORO-1983] FlinkSplitPlanner Remove SequenceNumber * [AMORO-1983] TestUnkeyed Replace to KafkaContainer Test * Add KafkaContainerTest CountAllRecords * Remove KafkaTestBase * spotless code * fix TestCatalog use default after drop catalog * fix LookupITCase set streaming true * fix checkstyle * fix test timeout thread commit failed * remove bridge to public common * fix pom problem * patch apache#1940 --------- Co-authored-by: ZhouJinsong <[email protected]>
Why are the changes needed?
Close #1983.
Brief change log
How was this patch tested?
Documentation