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 2021/01/30 14:59:16 UTC

[GitHub] [arrow] ovr opened a new pull request #9372: ARROW-11438: [Rust] Support SQLExpr::Value(Value::Boolean)

ovr opened a new pull request #9372:
URL: https://github.com/apache/arrow/pull/9372


   While testing Data Fusion I found that I didn't support boolean expr inside SQL. I am getting an error: NotImplemented("Unsupported ast node Value(Boolean(true)) in sqltorel")', datafusion/tests/sql.rs:1414:46.
   


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #9372: ARROW-11438: [Rust] Support SQLExpr::Value(Value::Boolean)

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9372:
URL: https://github.com/apache/arrow/pull/9372#issuecomment-770224564


   https://issues.apache.org/jira/browse/ARROW-11438


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

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



[GitHub] [arrow] alamb commented on pull request #9372: ARROW-11438: [Rust] [DataFusion] Support literal boolean values in DataFusion SQL

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #9372:
URL: https://github.com/apache/arrow/pull/9372#issuecomment-770371618


   Thanks @ovr !


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

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



[GitHub] [arrow] alamb closed pull request #9372: ARROW-11438: [Rust] [DataFusion] Support literal boolean values in DataFusion SQL

Posted by GitBox <gi...@apache.org>.
alamb closed pull request #9372:
URL: https://github.com/apache/arrow/pull/9372


   


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

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