Skip to content

v42.3

Choose a tag to compare

@stanbrub stanbrub released this 28 Jul 17:06
· 99 commits to main since this release
0731811

⚠ Breaking Changes

  • SQL window functions (including FIRST_VALUE and
    LAST_VALUE) are no longer supported. This is due to stricter validation
    that makes the OVER clause mandatory for these functions; because our
    current SQL engine does not support evaluating the OVER clause, all
    window functions have been disabled. - (47e2c70)

Bug Fixes

Miscellaneous Chores