You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chan (JIRA)" <ji...@apache.org> on 2019/05/14 08:22:00 UTC

[jira] [Resolved] (CALCITE-3034) CSV test case description does not match it's code logic

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

Danny Chan resolved CALCITE-3034.
---------------------------------
    Resolution: Fixed

> CSV test case description does not match it's code logic
> --------------------------------------------------------
>
>                 Key: CALCITE-3034
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3034
>             Project: Calcite
>          Issue Type: Bug
>          Components: csv-adapter
>    Affects Versions: 1.19.0
>            Reporter: FaxianZhao
>            Assignee: Danny Chan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.20.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The javadoc of the o.a.c.t.CsvTest#testFilterableWhere2 is 'Filter that can be partly handled by CsvFilterableTable.' 
>  Actually it never handle it, o.a.c.a.c.CsvFilterableTable#scan will get the whole WHERE condition RexNode and that's SqlKind is AND.
>  So, the code logic will return false directly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)