v42.3
⚠ 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
- (cpp-client) DH-23037: Supply explicit port number to Arrow Flight (#8271) (#8273) - (b518406) - Corey Kosak
- DH-23174: pushdown estimation region indexes used incorrectly (#8275) (#8276) - (eff5189) - Larry Booker
- DH-23098: Check ClockFilter column name in init. (#8247) (#8265) - (d77e923) - Charles P. Wright
- DH-23170: Fixed ruff formatting caused by upgrade (#8270) (#8274) - (d7443f9) - Jianfeng Mao
- DH-23106: Column handling for pushdown filters (#8250) (#8261) - (7fd133f) - Larry Booker
- DH-22744: Bump to Calcite 1.42.0 (#8241) (#8264) - (47e2c70) - Jianfeng Mao