Skip to content

v1.2.1

Compare
Choose a tag to compare
@alancai98 alancai98 released this 07 May 23:01
· 12 commits to main since this release
9d1380a

What's Changed

Added

  • added missing NotNull annotation for RexPathIndex's getIndex function

Fixed

  • fixed plan typing of function arguments which were previously typed the same as the function's return type
  • fixed pretty-printing of TRIM and binary operator parens
  • fixed the AST to plan conversion of PathStep.Field case-sensitivity
  • fixed the AST to plan resolving of IS <type> functions for <type>s with parameters

Removed

  • redundant CASTs added for CASE WHEN branches

Full Changelog: v1.2.0...v1.2.1