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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to