Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Feb 6, 2025
1 parent f225522 commit e67e454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ You can use `StructuredAdapter` and the `spatialRDD.spatialPartitioningWithoutDu
```java
spatialRDD.spatialParitioningWithoutDuplicates(GridType.KDBTREE)
// Specify the desired number of partitions as 10, though the actual number may vary
// spatialRDD.spatialParitioningWithoutDuplicates(GridType.KDBTREE, 10)
// spatialRDD.spatialParitioningWithoutDuplicates(GridType.KDBTREE, 10)
Dataset<Row> spatialDf = StructuredAdapter.toSpatialPartitionedDf(spatialRDD, sedona)
```

Expand Down

0 comments on commit e67e454

Please sign in to comment.