This is an automated email from the ASF dual-hosted git repository.
chunwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 9db466d [CALCITE-3711] Correlate should override estimateRowCount
add 2952476 [CALCITE-2672] Qualifying the common column should not be
allowed in Oracle dialect and SQL statndard
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/calcite/rex/RexBuilder.java | 24 +-----
.../apache/calcite/runtime/CalciteResource.java | 3 +
.../sql/validate/SqlAbstractConformance.java | 5 ++
.../calcite/sql/validate/SqlConformance.java | 19 +++++
.../calcite/sql/validate/SqlConformanceEnum.java | 14 ++++
.../calcite/sql/validate/SqlValidatorImpl.java | 95 ++++++++++++++--------
.../calcite/runtime/CalciteResource.properties | 1 +
.../org/apache/calcite/test/SqlValidatorTest.java | 41 ++++++++++
8 files changed, 148 insertions(+), 54 deletions(-)