Weiyang Zhao created ARROW-10706:
------------------------------------

             Summary: [Python][Parquet] when filters end up with no partition, 
it will throw index out of range error.
                 Key: ARROW-10706
                 URL: https://issues.apache.org/jira/browse/ARROW-10706
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Weiyang Zhao
            Assignee: Weiyang Zhao


The below code will raise IndexError:

{{dataset = pq.ParquetDataset(}}
{{ base_path, filesystem=fs,}}
{{ filters=[('string', '=', "notExisted")],}}
{{ use_legacy_dataset=True}}
{{)}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to