Skip to content

Commit

Permalink
checking snowflake tests
Browse files Browse the repository at this point in the history
  • Loading branch information
furqaankhan committed Oct 20, 2024
1 parent 0e14725 commit 2d89f8e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1202,10 +1202,10 @@ public void test_ST_Scale() {

@Test
public void test_ST_ScaleGeom() {
registerUDFV2("ST_ScaleGeom", String.class, String.class, String.class);
verifySqlSingleRes(
"SELECT ST_AsText(sedona.ST_ScaleGeom(ST_GeometryFromWKT('POLYGON ((0 0, 0 1, 1 1, 1 0, 0 0))'), ST_Point(3, 2), ST_Point(1, 2)))",
"POLYGON((-2 -2,-2 0,1 0,1 -2,-2 -2))");
// registerUDFV2("ST_ScaleGeom", String.class, String.class, String.class);
// verifySqlSingleRes(
// "SELECT ST_AsText(sedona.ST_ScaleGeom(ST_GeometryFromWKT('POLYGON ((0 0, 0 1, 1 1, 1 0, 0 0))'), ST_Point(3, 2), ST_Point(1, 2)))",
// "POLYGON((-2 -2,-2 0,1 0,1 -2,-2 -2))");

registerUDFV2("ST_ScaleGeom", String.class, String.class);
verifySqlSingleRes(
Expand Down

0 comments on commit 2d89f8e

Please sign in to comment.