paleolimbot opened a new issue, #653:
URL: https://github.com/apache/sedona-db/issues/653

   I am guessing this was a result of the recent optimization:
   
   Reprex:
   
   ```python
   import sedona.db 
   
   sd = sedona.db.connect()
   
   url = 
"https://github.com/geoarrow/geoarrow-data/releases/download/v0.2.0/ns-water_water-point.parquet";
   sd.read_parquet(url).to_view("pts")
   
   sd.sql("""SELECT COUNT(*) AS n, ST_Envelope_Agg(geometry) FROM pts GROUP BY 
"FEAT_CODE" """).show()
   #> SedonaError: could not cast array of type Binary to 
arrow_array::array::byte_view_array::GenericByteViewArray<arrow_array::types::BinaryViewType>.
   ```


-- 
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]

Reply via email to