0.12.1 (2023-06-18)
0.12.0 (2023-06-06)
- TypeConverter no longer uses static methods
- SimpleExtension.MAPPER has been replaced with SimpleExtension.objectMapper(String namespace)
- handle user-defined types in Isthmus (#149) (7d7acf8)
- support IfThen translation from Substrait to Calcite (#151) (f505c23)
0.11.0 (2023-05-28)
- rename and move extension associated code (#148)
0.10.0 (2023-05-15)
- add comparison function mappings (#142) (77f2744)
- support proto <-> pojo custom type conversion (#144) (9a12e60)
- upgrade calcite to 1.34.0 (#146) (02b0f17)
0.9.0 (2023-04-30)
0.8.0 (2023-04-09)
- Use commonExtension to indicate that these extensions are associated with the RelCommon message
- Use relExtension to indicate that these extensions are associated directly with Rels
0.7.0 (2023-03-12)
0.6.0 (2023-03-05)
0.5.0 (2023-02-05)
0.4.0 (2023-01-29)
0.3.0 (2023-01-19)
- SubstraitRelNodeConverter constructor has changed