You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/05/15 00:57:00 UTC

[jira] [Resolved] (ARROW-8693) [Python] Dataset.get_fragments is missing an implicit cast when filtering

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

Ben Kietzman resolved ARROW-8693.
---------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 7099
[https://github.com/apache/arrow/pull/7099]

> [Python] Dataset.get_fragments is missing an implicit cast when filtering
> -------------------------------------------------------------------------
>
>                 Key: ARROW-8693
>                 URL: https://issues.apache.org/jira/browse/ARROW-8693
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> This currently segfaults:
> {code}
> dataset.get_fragments(filter=ds.field("col") > 1)
> {code}
> in case "col" is not int64 (like default inferred partition columns are int32)



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