You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add scalar support for bit_count expression (#3361)
* fix: add scalar support for bit_count expression
The bit_count function now handles scalar inputs in addition to arrays.
Scalar inputs return scalar outputs, maintaining proper type semantics.
Enable bit_count tests in bitwise.sql
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Update spark/src/test/resources/sql-tests/expressions/bitwise/bitwise.sql
Co-authored-by: Andy Grove <agrove@apache.org>
* Revert conf
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Andy Grove <agrove@apache.org>
Co-authored-by: Parth Chandra <parthc@apache.org>
0 commit comments