getChan commented on issue #24765:
URL: https://github.com/apache/datafusion/issues/24765#issuecomment-5467169043

   Thanks for documenting this. `bit_length` has the same gap in DataFusion: it 
currently accepts string types but does not accept binary types (`Binary`, 
`LargeBinary`, and `BinaryView`).
   
   SQL:1999 defines `BIT_LENGTH` for string values, including binary strings. 
We plan to implement similar native binary support for `bit_length`, following 
the same approach as the proposed `octet_length` change.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to