freamdx opened a new issue, #1960:
URL: https://github.com/apache/sedona/issues/1960

   1. create three type geospatial tables firstly
   - 'test' table using parquet  
   `create table test (h3 int, geom geometry) using parquet;`
   - 'geo_test' table using geoparquet 
   `create table geo_test (h3 int, geom geometry) using geoparquet;`
   - 'iceberg_test' table using iceberg
   `create table iceberg_test (h3 int, geom geometry) using iceberg;`
   create iceberg table with geometry column, refer patch:  
[https://github.com/freamdx/iceberg/commit/929dfae730d41516c77adf6801da99a01e410810](url)
   
   2. then, explain spatial query sql 'select ... from ... where 
st_intersects(...)'
   
   <img width="1434" alt="Image" 
src="https://github.com/user-attachments/assets/181c5fe6-3429-437b-b937-2612a58eeed0";
 />
   
   3. how to delete 'ColumnarToRow' node in some physical plan?
   when SpatialIndex is disabled and BatchScan is true, how to support columnar 
processing with predicates?
   maybe some predicates should support vectorized computing...


-- 
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: issues-unsubscr...@sedona.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to