-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Flink 1.20: Support default values in Parquet reader #11839
Flink 1.20: Support default values in Parquet reader #11839
Conversation
@rdblue @pvary @RussellSpitzer I started to add default value support on Flink (Parquet). I'm working on the tests right now. |
@rdblue @pvary @RussellSpitzer I'm resuming the work on this PR (about the tests). |
@Fokko FYI, I'm working on the tests. I will update this PR soon. |
afddef5
to
bfac0c5
Compare
@rdblue @amogh-jahagirdar @RussellSpitzer @pvary I added tests for default value support in Flink. The PR is ready for review. Thanks for your patience 😄 |
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/TestFlinkParquetReader.java
Outdated
Show resolved
Hide resolved
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/TestFlinkParquetReader.java
Outdated
Show resolved
Hide resolved
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/data/RowDataUtil.java
Outdated
Show resolved
Hide resolved
3d3c236
to
2b2915a
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.
Had some non-blocking cleanup suggestions in the test, I'll wait a bit in case @rdblue had any other comments!
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/TestFlinkParquetReader.java
Outdated
Show resolved
Hide resolved
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/TestFlinkParquetReader.java
Outdated
Show resolved
Hide resolved
unrelated Flink 1.19 flaky test failure, I'll retrigger those checks for now |
2b2915a
to
8421c4c
Compare
@amogh-jahagirdar I updated private |
No description provided.