Skip to content

Commit

Permalink
Merge pull request #358 from databrickslabs/feature/update_docs
Browse files Browse the repository at this point in the history
Docs update
  • Loading branch information
Milos Colic authored May 11, 2023
2 parents c71d8f6 + 5502832 commit bb49756
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 233 deletions.
2 changes: 1 addition & 1 deletion R/sparkR-mosaic/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sdf <- withColumn(sdf, "st_dump", st_dump(column("wkt")))
sdf <- withColumn(sdf, "st_translate", st_translate(column("wkt"), lit(1), lit(1)))
sdf <- withColumn(sdf, "st_scale", st_scale(column("wkt"), lit(1), lit(1)))
sdf <- withColumn(sdf, "st_rotate", st_rotate(column("wkt"), lit(1)))
sdf <- withColumn(sdf, "st_centroid2D", st_centroid2D(column("wkt")))
sdf <- withColumn(sdf, "st_centroid", st_centroid(column("wkt")))
#sdf <- withColumn(sdf, "st_centroid3D", st_centroid3D(column("wkt")))
sdf <- withColumn(sdf, "st_length", st_length(column("wkt")))
sdf <- withColumn(sdf, "st_isvalid", st_isvalid(column("wkt")))
Expand Down
Loading

0 comments on commit bb49756

Please sign in to comment.