Skip to content

v0.62.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 03:56
· 13 commits to main since this release

0.62.0 (2025-07-13)

⚠ BREAKING CHANGES

  • ExpressionVisitor methods have new Context parameter
  • RelVisitor methods have new Context parameter
  • FunArgVisitor methods have new Context parameter
  • isthmus: removed SqlToSubstrait#execute(String sql, List tables)
  • isthmus: removed SqlToSubstrait#execute(String sql, String name, Schema schema)
  • isthmus: removed SubstraitToSql#substraitRelToCalciteRel(Rel relRoot, List tables)
  • isthmus: removed SubstraitToSql#toSql(RelNode root)

Features

  • add visit context to Rel, Expression and FuncArg Visitors (#427) (0e9c492)
  • isthmus: additional parsing and unparsing utils for SQL (#430) (f87929d)