-
Notifications
You must be signed in to change notification settings - Fork 948
[KYUUBI #7122] Support ORC hive table pushdown filter #7123
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
base: master
Are you sure you want to change the base?
[KYUUBI #7122] Support ORC hive table pushdown filter #7123
Conversation
support orc hive table pushdown filters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7123 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 700 700
Lines 43364 43388 +24
Branches 5869 5876 +7
======================================
- Misses 43364 43388 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...i-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTable.scala
Outdated
Show resolved
Hide resolved
...i-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTable.scala
Show resolved
Hide resolved
...i-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTable.scala
Outdated
Show resolved
Hide resolved
...rk-connector-hive/src/test/scala/org/apache/kyuubi/spark/connector/hive/HiveQuerySuite.scala
Outdated
Show resolved
Hide resolved
...i-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTable.scala
Outdated
Show resolved
Hide resolved
@@ -54,6 +54,13 @@ class HiveCatalogFileIndex( | |||
|
|||
override def partitionSchema: StructType = table.partitionSchema | |||
|
|||
override def listFiles( |
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.
why need to override this method?
Support orc hive table pushdown filters
Why are the changes needed?
close #7122
How was this patch tested?
added unit test
Was this patch authored or co-authored using generative AI tooling?
No