You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ozgrakkurt (via GitHub)" <gi...@apache.org> on 2023/06/26 20:55:04 UTC

[GitHub] [arrow-datafusion] ozgrakkurt commented on issue #3125: Support for hex encoding/decoding for `Binary` in sql queries

ozgrakkurt commented on issue #3125:
URL: https://github.com/apache/arrow-datafusion/issues/3125#issuecomment-1608242369

   isn't fully resolved by #6767 because there is still no functionality to convert the selected binary column to hex like:
   
   ```sql
   SELECT encode(my_col, 'hex') from my_table;
   ```
   
   As far as I understand


-- 
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-unsubscribe@arrow.apache.org

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