You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/23 02:46:30 UTC

[GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2773: InList: don't need to treat Null as UTF8 data type

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

   From this test case, we can know that we should not treat Null as UTF8 data type
   
   _Originally posted by @liukun4515 in https://github.com/apache/arrow-datafusion/pull/2764#discussion_r904468132_
   
   From the implemention:
   1. https://github.com/apache/arrow-datafusion/blob/3da59e8877620a095efae102b0177e7e6a76f65b/datafusion/physical-expr/src/expressions/in_list.rs#L163
   
   2. https://github.com/apache/arrow-datafusion/blob/3da59e8877620a095efae102b0177e7e6a76f65b/datafusion/physical-expr/src/expressions/in_list.rs#L111


-- 
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] liukun4515 closed issue #2773: InList: don't need to treat Null as UTF8 data type

Posted by GitBox <gi...@apache.org>.
liukun4515 closed issue #2773: InList: don't need to treat Null as UTF8 data type
URL: https://github.com/apache/arrow-datafusion/issues/2773


-- 
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] liukun4515 commented on issue #2773: InList: don't need to treat Null as UTF8 data type

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on issue #2773:
URL: https://github.com/apache/arrow-datafusion/issues/2773#issuecomment-1171106036

   duplicated with https://github.com/apache/arrow-datafusion/issues/2782


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