paleolimbot opened a new pull request, #372:
URL: https://github.com/apache/sedona-db/pull/372
I'm not sure why we didn't do this before (perhaps CI is about to tell us),
but building and installing the wheel seems to work for me locally.
```python
sd.sql("""
SELECT ST_Intersection(
ST_GeogPoint(-64, 45),
ST_GeogFromWKT('POLYGON ((0 0, 10 0, 0 10, 0 0))')
)
""").show()
```
--
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]