azavea / hiveless

Scala API for Hive UDFs with the GIS extension
Apache License 2.0
7 stars 1 forks source link

Add ST_Contains optimization and fix the ST_Intersects optimization behavior #18

Closed pomadchin closed 2 years ago

pomadchin commented 2 years ago

ST_Intersects optimizations are converting function behavior into ST_Contains. This PR addresses the issue.