Skip to content

Commit

Permalink
Merge pull request #513 from databrickslabs/bufferloop-columnname
Browse files Browse the repository at this point in the history
nit: bufferloop (temp) column name
  • Loading branch information
Milos Colic authored Jan 19, 2024
2 parents dc9ef01 + 7300d64 commit 4d3c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test_vector_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_st_bindings_happy_flow(self):
df.withColumn("st_area", api.st_area("wkt"))
.withColumn("st_length", api.st_length("wkt"))
.withColumn("st_buffer", api.st_buffer("wkt", lit(1.1)))
.withColumn("st_buffer", api.st_bufferloop("wkt", lit(1.1), lit(1.2)))
.withColumn("st_bufferloop", api.st_bufferloop("wkt", lit(1.1), lit(1.2)))
.withColumn("st_perimeter", api.st_perimeter("wkt"))
.withColumn("st_convexhull", api.st_convexhull("wkt"))
.withColumn("st_concavehull", api.st_concavehull("wkt", lit(0.5)))
Expand Down

0 comments on commit 4d3c109

Please sign in to comment.