Skip to content

Commit

Permalink
Document spark.sedona.geoparquet.spatialFilterPushDown option
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation committed Aug 5, 2024
1 parent eafd28e commit b9fd22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/sql/Optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,5 @@ We can compare the metrics of querying the GeoParquet dataset with or without th
| Without spatial predicate | With spatial predicate |
| ----------- | ----------- |
| ![](../../image/scan-parquet-without-spatial-pred.png) | ![](../../image/scan-parquet-with-spatial-pred.png) |

Spatial predicate push-down to GeoParquet is enabled by default. Users can manually disable it by setting the Spark configuration `spark.sedona.geoparquet.spatialFilterPushDown` to `false`.

0 comments on commit b9fd22f

Please sign in to comment.