Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@alancai98 alancai98 released this 27 Jun 17:56
· 1 commit to main since this release
60e2e66

What's Changed

Added

  • EXPERIMENTAL add metas map for PType
  • partiql-planner: ROW or collection types with excluded fields resulting from RelExclude will include a meta
    CONTAINS_EXCLUDED_FIELD mapping to true
  • Static factories for creating PType.decimal and PType.numeric types with a precision and default scale
  • Metas attached to PTypes indicating if a parameter (e.g. precision, scale, length) was specified

Fixed

  • BETWEEN operator function overloads in the partiql-planner
  • Mistyping of some Rex plan nodes
  • OperatorRewriter omitting types for rewritten nodes
  • fixed Aggregation function lookup so that custom overloads from Catalog are found
  • SqlDialect printing of AST literal string single quotes
  • Parsing of LIMIT, OFFSET, and ORDER BY on set operators

Full Changelog: v1.2.1...v1.2.2