-
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
support read meta columns in staged scan #8872
Conversation
link the issue #8866 |
I should be able to take a look this week. |
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.
Overall, this looks good. I left some comments to address.
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkStagedScanBuilder.java
Show resolved
Hide resolved
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkStagedScan.java
Show resolved
Hide resolved
...src/test/java/org/apache/iceberg/spark/extensions/TestMetaColumnProjectionWithStageScan.java
Show resolved
Hide resolved
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkStagedScanBuilder.java
Outdated
Show resolved
Hide resolved
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkStagedScanBuilder.java
Outdated
Show resolved
Hide resolved
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkStagedScanBuilder.java
Outdated
Show resolved
Hide resolved
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkStagedScan.java
Outdated
Show resolved
Hide resolved
One minor comment and should be good to go. |
Thank you, @zinking! Would you be interested to cherry-pick this change to other Spark versions? |
sure, I will follow up. |
This change cherry-picks PR #8872 to Spark 3.4 and 3.3.
This change cherry-picks PR apache#8872 to Spark 3.4 and 3.3.
like in query file meta column,
it is convenient to support the following