alamb commented on PR #3124:
URL: 
https://github.com/apache/arrow-datafusion/pull/3124#issuecomment-1232960835

   > Hey @alamb Sorry for late follow up, I was busy with my full time job,
   
   
   I totally understand -- no worries. I was out last week anyways :)
   
   > Currently can't put binary literals into sql. Does creating a logical plan 
to test this sound ok?
   
   I think that would be ok. An alternate would be to use a function that 
creates a `BinaryArray` such as `sha256`. So maybe something like this 
(untested):
   
   ```sql
   select sha256('foo') = sha256('bar')
   ```


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