You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use Spark to read a GeoJson or shape file into a dataframe, and then write the dataframe into Snowflake, I got the following error:
IllegalArgumentException: Don't know how to save StructField(geometry,org.apache.spark.sql.sedona_sql.UDT.GeometryUDT@22bc24e2,true) of type geometry to Snowflake
If I use Spark to read a GeoJson or shape file into a dataframe, and then write the dataframe into Snowflake, I got the following error:
It'll be really great if we can support geometry type: https://docs.snowflake.com/en/sql-reference/data-types-geospatial#geometry-data-type
The text was updated successfully, but these errors were encountered: