Jin Xing created CALCITE-3758:
---------------------------------
Summary: FilterTableScanRule generate wrong mapping for filter
condition when underlying is BindableTableScan
Key: CALCITE-3758
URL: https://issues.apache.org/jira/browse/CALCITE-3758
Project: Calcite
Issue Type: Improvement
Components: core
Reporter: Jin Xing
Assignee: Jin Xing
When FilterTableScanRule push filter condition into ProjectableFilterableTable,
the filter condition should be adjusted to be based on the internal table of
BindableTableScan.
This line[1] is rectified asĀ *Mappings.source*
[1][https://github.com/apache/calcite/blob/571731b80a58eb095ebac7123285c375e7afff90/core/src/main/java/org/apache/calcite/rel/rules/FilterTableScanRule.java#L124]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)