Skip to content

[SPARK-44607][SQL] Remove unused function containsNestedColumn from Filter - #42239

Closed
LuciferYang wants to merge 1 commit into
apache:masterfrom
LuciferYang:SPARK-44607
Closed

[SPARK-44607][SQL] Remove unused function containsNestedColumn from Filter#42239
LuciferYang wants to merge 1 commit into
apache:masterfrom
LuciferYang:SPARK-44607

Conversation

@LuciferYang

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This pr aims remove private[sql] function containsNestedColumn from org.apache.spark.sql.sources.Filter.
This function was introduced by #27728 to avoid nested predicate pushdown for Orc.
After #28761, Orc also support nested column predicate pushdown, so this function become unused.

Why are the changes needed?

Remove unused private[sql] function containsNestedColumn.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GitHub Actions

@github-actions github-actions Bot added the SQL label Jul 31, 2023

@dongjoon-hyun dongjoon-hyun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@LuciferYang

Copy link
Copy Markdown
Contributor Author

Merged into master

@LuciferYang

Copy link
Copy Markdown
Contributor Author

Thanks @dongjoon-hyun

@LuciferYang
LuciferYang deleted the SPARK-44607 branch March 30, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants