petern48 commented on issue #380:
URL: https://github.com/apache/sedona-db/issues/380#issuecomment-3587789606
Also gets stuck on querying individual columns.
```
SELECT population FROM population_areas WHERE ST_Intersects(wkb_geometry,
ST_SetSRID(ST_GeomFromWKT('{wkt}'), 4326))
sd.sql(f"""
SELECT geometry FROM population_areas WHERE ST_Intersects(wkb_geometry,
ST_SetSRID(ST_GeomFromWKT('{wkt}'), 4326))
""").show()
```
Maybe there's something wrong with projection pushdown, considering `SELECT
*` is fast. It doesn't just seem slow to me, it seems stuck.
--
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]