You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/10 21:52:54 UTC

[GitHub] [iceberg] puchengy opened a new issue #3874: convert_string_to_expr() from python_legacy module did not remove the quotes when the value is a string

puchengy opened a new issue #3874:
URL: https://github.com/apache/iceberg/issues/3874


   ```
   >>> Expressions.equal('dt', '2021-12-21')
   Predicate(Operation.EQ,ref(name="dt"),"2021-12-21")
   >>> Expressions.convert_string_to_expr("dt='2021-12-21'")
   Predicate(Operation.EQ,ref(name="dt"),"'2021-12-21'")
   ```
   cc: @jun-he @TGooch44 


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] puchengy commented on issue #3874: [BUG] convert_string_to_expr() from python_legacy module did not remove the quotes when the value is a string

Posted by GitBox <gi...@apache.org>.
puchengy commented on issue #3874:
URL: https://github.com/apache/iceberg/issues/3874#issuecomment-1009380105


   I can try 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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue closed issue #3874: [BUG] convert_string_to_expr() from python_legacy module did not remove the quotes when the value is a string

Posted by GitBox <gi...@apache.org>.
rdblue closed issue #3874:
URL: https://github.com/apache/iceberg/issues/3874


   


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org