-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-27562: Iceberg: Fetching virtual columns failing. #4546
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
Conversation
iceberg/iceberg-handler/src/test/queries/positive/query_iceberg_virtualcol.q
Outdated
Show resolved
Hide resolved
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java
Outdated
Show resolved
Hide resolved
deniskuzZ
left a comment
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, minor code style comment
iceberg/iceberg-handler/src/test/results/positive/query_iceberg_virtualcol.q.out
Outdated
Show resolved
Hide resolved
|
Kudos, SonarCloud Quality Gate passed!
|
deniskuzZ
left a comment
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.
+1
… (Ayush Saxena, reviewed by Denys Kuzmenko, zhangbutao)









What changes were proposed in this pull request?
Add virtual column whenever the query is supposed to fetch them.
Why are the changes needed?
Fix fetching virtual columns for iceberg table, when no other column is being queried.
Does this PR introduce any user-facing change?
Queries only fetching virtual columns passes.
Is the change a dependency upgrade?
No
How was this patch tested?
UT