Fang-Yu Rao has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/23383 )
Change subject: IMPALA-14295: [WIP] Support table masking for the Calcite planner ...................................................................... IMPALA-14295: [WIP] Support table masking for the Calcite planner This patch only deals with column masking at the moment and does not support the case when the type of a masked column is string so this patch is not yet ready for review. We uploaded this patch to gerrit server for ease of discussion. Change-Id: I3d9cf028078762f78cf0f82b817bdc1ee37e180b --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/CalciteTable.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/ImpalaViewTable.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteAnalysisDriver.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/service/ImpalaSqlValidatorImpl.java 4 files changed, 286 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/23383/3 -- To view, visit http://gerrit.cloudera.org:8080/23383 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I3d9cf028078762f78cf0f82b817bdc1ee37e180b Gerrit-Change-Number: 23383 Gerrit-PatchSet: 3 Gerrit-Owner: Fang-Yu Rao <[email protected]>
