FaxianZhao created CALCITE-3034:
-----------------------------------
Summary: Test case description is not match code logical
Key: CALCITE-3034
URL: https://issues.apache.org/jira/browse/CALCITE-3034
Project: Calcite
Issue Type: Bug
Components: csv-adapter
Reporter: FaxianZhao
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 logical will retrun false directly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)