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

[GitHub] [arrow-datafusion] ShiKaiWi opened a new issue, #6764: Support binary data type

ShiKaiWi opened a new issue, #6764:
URL: https://github.com/apache/arrow-datafusion/issues/6764

   ### Is your feature request related to a problem or challenge?
   
   Currently, the binary data can't be used in the query sql, e.g., if submit the query `select * from demo where value = x'11`, the error `Error during planning: Unsupported Value 'HexStringLiteral(\"11\")'"` will be thrown.
   
   ### Describe the solution you'd like
   
   After digging into the code, https://github.com/apache/arrow-datafusion/blob/8c7678a0b10d14029b5c34f822dc2605e00390fd/datafusion/sql/src/expr/value.rs#L30-L47
   
   `Value::HexStringLiteral`  is not found in the match arms. Maybe a simple solution is add such match arm.
   
   ### Describe alternatives you've considered
   
   None.
   
   ### Additional context
   
   _No response_


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] alamb closed issue #6764: Support binary data type literals

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6764: Support binary data type literals
URL: https://github.com/apache/arrow-datafusion/issues/6764


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


[GitHub] [arrow-datafusion] jackwener commented on issue #6764: Support binary data type

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener commented on issue #6764:
URL: https://github.com/apache/arrow-datafusion/issues/6764#issuecomment-1606560341

   Are you trying to fix it, if so I can assign it to you.


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


[GitHub] [arrow-datafusion] ShiKaiWi commented on issue #6764: Support binary data type

Posted by "ShiKaiWi (via GitHub)" <gi...@apache.org>.
ShiKaiWi commented on issue #6764:
URL: https://github.com/apache/arrow-datafusion/issues/6764#issuecomment-1607106879

   @jackwener I've submitted a PR to address this issue. Would you like to give a look at https://github.com/apache/arrow-datafusion/pull/6767?


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


[GitHub] [arrow-datafusion] ShiKaiWi commented on issue #6764: Support binary data type

Posted by "ShiKaiWi (via GitHub)" <gi...@apache.org>.
ShiKaiWi commented on issue #6764:
URL: https://github.com/apache/arrow-datafusion/issues/6764#issuecomment-1606567257

   > Are you trying to fix it? if so I can assign it to you.
   
   Ok.I am glad to fix it.


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