Releases: azavea/hiveless
Releases · azavea/hiveless
0.0.12
Added
- Add ST_Contains optimization and fix the ST_Intersects optimization behavior #18 (@pomadchin)
- Add class to allow sql registration of optimizations #17 (@pomadchin)
0.0.11
Changed
- Cleanup ProductDeserializationError interface #16 (@pomadchin)
- Replace transformDown with transform for the better DataBricks compat b16e3b5 (@pomadchin)
0.0.10
Changed
- Add UnaryDeserializer Either derivation support #13 (@pomadchin)
- Remove GenericDeserializer #14 (@pomadchin)
0.0.9
Changed
- Fix index.ST_Intersects to be more precise with Geometry intersections #12 (@pomadchin)
0.0.7
Added
- Add polymorphic functions support #11 (@pomadchin)
0.0.6
Changed
- Refactor packages structure 1cb8416 (@pomadchin)
0.0.5
Changed
- Expose HiveGenericUDF through HivelessInternals #10 (@pomadchin)
0.0.4
Added
- Add ST_IntersectsExtent push-down rules #8 (@pomadchin)
0.0.3
Added
- Move TWKB backport into a separate package #7 (@pomadchin)
- Add TWKB and Deflate support #6 (@pomadchin)
- Add spatial-index subproject #5 (@pomadchin)
0.0.2
Fixed
- Fix Array[Byte] encoding #3 (@pomadchin)