Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
Description
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.