[
https://issues.apache.org/jira/browse/CALCITE-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chan reassigned CALCITE-3034:
-----------------------------------
Assignee: Danny Chan
Affects Version/s: 1.19.0
Fix Version/s: 1.20.0
> 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)