[ 
https://issues.apache.org/jira/browse/ARROW-10706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Farmer reassigned ARROW-10706:
-----------------------------------

    Assignee:     (was: Weiyang Zhao)

This issue was last updated over 90 days ago, which may be an indication it is 
no longer being actively worked. To better reflect the current state, the issue 
is being unassigned. Please feel free to re-take assignment of the issue if it 
is being actively worked, or if you plan to start that work soon.

> [Python][Parquet] Fix a bug when partition filters has empty result
> -------------------------------------------------------------------
>
>                 Key: ARROW-10706
>                 URL: https://issues.apache.org/jira/browse/ARROW-10706
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Weiyang Zhao
>            Priority: Major
>
> The below code will raise IndexError:
> {{dataset = pq.ParquetDataset(}}
>  base_path, filesystem=fs,
>  filters=[('string', '=', "notExisted")],
>  use_legacy_dataset=True
>  {{)}}
> when the partition 'string' does not have a matching partition value 
> 'notExisted'.
> The correct behavior should be returning an empty dataset with the actual 
> schema.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to