Skip to content

Commit bb49756

Browse files
author
Milos Colic
authored
Merge pull request #358 from databrickslabs/feature/update_docs
Docs update
2 parents c71d8f6 + 5502832 commit bb49756

File tree

6 files changed

+250
-233
lines changed

6 files changed

+250
-233
lines changed

R/sparkR-mosaic/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sdf <- withColumn(sdf, "st_dump", st_dump(column("wkt")))
4242
sdf <- withColumn(sdf, "st_translate", st_translate(column("wkt"), lit(1), lit(1)))
4343
sdf <- withColumn(sdf, "st_scale", st_scale(column("wkt"), lit(1), lit(1)))
4444
sdf <- withColumn(sdf, "st_rotate", st_rotate(column("wkt"), lit(1)))
45-
sdf <- withColumn(sdf, "st_centroid2D", st_centroid2D(column("wkt")))
45+
sdf <- withColumn(sdf, "st_centroid", st_centroid(column("wkt")))
4646
#sdf <- withColumn(sdf, "st_centroid3D", st_centroid3D(column("wkt")))
4747
sdf <- withColumn(sdf, "st_length", st_length(column("wkt")))
4848
sdf <- withColumn(sdf, "st_isvalid", st_isvalid(column("wkt")))

0 commit comments

Comments
 (0)