Dwrite commented on PR #4543:
URL: https://github.com/apache/calcite/pull/4543#issuecomment-3341700695

   @mihaibudiu I keep the old behavior with BITAND  and the inconsistency here. 
    BITAND function maintains original behavior for backward compatibility
   & operator adds unsigned type support for enhanced functionality
   
   This follows the common pattern where operators can have broader type 
support than their corresponding functions. The BITAND function preserves 
existing behavior while the & operator provides modern enhancements.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to