Skip to content

[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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

flaming-archer
Copy link

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

support orc hive table pushdown filters
@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2025

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (31bbb53) to head (b89e6e6).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...apache/kyuubi/spark/connector/hive/HiveTable.scala 0.00% 13 Missing ⚠️
...uubi/spark/connector/hive/read/HiveFileIndex.scala 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -54,6 +54,13 @@ class HiveCatalogFileIndex(

override def partitionSchema: StructType = table.partitionSchema

override def listFiles(
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Spark Hive connector supports ORC hive table pushdown filter
3 participants