You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "puchengy (via GitHub)" <gi...@apache.org> on 2023/05/01 22:58:35 UTC

[GitHub] [iceberg] puchengy opened a new pull request, #7495: [python_legacy] fix evaluator failure to match date column

puchengy opened a new pull request, #7495:
URL: https://github.com/apache/iceberg/pull/7495

   Date partition column failed to be matched due to `ref.get(self.struct)` is a datetime.date and `lit` is a `DateLiteral`.
   
   This PR adds a conversion method and convert it to a int to match the `DateLiteral.vale`. Also added related unit test.
   
   


-- 
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] Fokko commented on pull request #7495: [python_legacy] fix evaluator failure to match date column

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on PR #7495:
URL: https://github.com/apache/iceberg/pull/7495#issuecomment-1678532948

   Closing this one since Python legacy has gone a while ago. Thanks @puchengy for creating this PR


-- 
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] Fokko closed pull request #7495: [python_legacy] fix evaluator failure to match date column

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko closed pull request #7495: [python_legacy] fix evaluator failure to match date column
URL: https://github.com/apache/iceberg/pull/7495


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