talatuyarer commented on PR #12347:
URL: https://github.com/apache/iceberg/pull/12347#issuecomment-3192243260
@Kontinuation If i want to use Geo types with Apache Sedona for my iceberg
table. What should I do ? I tried to create a table with geometry However it
throw exception.
```sql
spark-sql (default)> CREATE TABLE LOCAL.db.icetable (id string, geometry
geometry)
> USING iceberg
> TBLPROPERTIES('format-version'='3');
[UNSUPPORTED_DATATYPE] Unsupported data type "GEOMETRY". SQLSTATE: 0A000
== SQL (line 1, position 53) ==
...b.icetable (id string, geometry geometry)
^^^^^^^^
```
Should I patch Apached Sedona with your this PR:
https://github.com/apache/sedona/pull/1830
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]