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

[GitHub] [arrow] Fokko opened a new issue, #33973: [Python] Parquet `to_table` pythondoc is outdated

Fokko opened a new issue, #33973:
URL: https://github.com/apache/arrow/issues/33973

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The filter states that it needs it in DNF format, but since the `use_legacy_dataset=False` is now the default, we can also push in an expression. If you supply a DNF format, it will be converted into an expression later on: 
   
   https://github.com/apache/arrow/blob/master/python/pyarrow/parquet/core.py#L2414-L2416
   
   
   
   ### Component(s)
   
   Python


-- 
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] jorisvandenbossche closed issue #33973: [Python] Parquet `filter` keyword of read_table docstring is outdated

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #33973: [Python] Parquet `filter` keyword of read_table docstring is outdated
URL: https://github.com/apache/arrow/issues/33973


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

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


[GitHub] [arrow] jorisvandenbossche commented on issue #33973: [Python] Parquet `filter` keyword of read_table docstring is outdated

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

   Issue resolved by pull request 33974
   https://github.com/apache/arrow/pull/33974


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