leoyvens opened a new issue, #15686:
URL: https://github.com/apache/datafusion/issues/15686

   ### Is your feature request related to a problem or challenge?
   
   Say you have a column `byte_column` of type `FixedSizeBinary`. Doing `where 
byte_column = x'deadbeef'` will fail, because the literal is parsed as `Binary`.
   
   ### Describe the solution you'd like
   
   Add a option to parse literals as `FixedSizeBinary`.
   
   ### Describe alternatives you've considered
   
   Coercing the LHS to `Binary` is less performant. Unconditionally parsing 
literals as `FixedSizeBytes` would be a breaking change.
   
   ### Additional context
   
   I am working on this.


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