Geometry Data type in sql
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2024 10:55 AM
Hi All,
I am trying to create a table with Geometry datatype column in Databricks SQL.
Unfortunately, I am getting not supported data type error.
Is there any way I can create a table with Geometry datatype.
Thanks.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2024 08:53 AM
Hi @Shan_n ,
Databricks doesn't have native support for geometry data type. You can look at the list of all available data types below:
https://docs.databricks.com/en/sql/language-manual/sql-ref-datatypes.html
But there is a way to work with geospatial data in spark. Refer to following blog post for more details:

