Skip to content
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

[SEDONA-440] Enable nested predicate pushdown support for GeoParquet #1165

Merged

Conversation

Kontinuation
Copy link
Member

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

File formats that support nested predicate pushdown are configured by spark.sql.optimizer.nestedPredicatePushdown.supportedFileSources, a comma-separated list of data source names. The default value is parquet,orc. This patch appends "geoparquet" to the list when creating SedonaContext to enable nested predicate pushdown for GeoParquet.

How was this patch tested?

Add a new test case.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the docs.

@Kontinuation Kontinuation marked this pull request as ready for review December 28, 2023 08:25
@jiayuasu
Copy link
Member

This PR will fix opengeospatial/geoparquet#192

@Kontinuation Kontinuation force-pushed the geoparquet-pushdown-nested-column branch from f52213b to eceb78a Compare December 29, 2023 01:29
@jiayuasu jiayuasu merged commit c5078ed into apache:master Dec 29, 2023
46 checks passed
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.

None yet

2 participants