This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 737dc1efb2 [CALCITE-6777] Conversion between UUID and BINARY produces
wrong results
add c1b9bdcd82 [CALCITE-6764] Field access from a nullable ROW should be
nullable
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/calcite/plan/RelOptUtil.java | 40 ++++++++++++
.../java/org/apache/calcite/rex/RexBuilder.java | 11 +++-
.../java/org/apache/calcite/rex/RexChecker.java | 11 +++-
.../org/apache/calcite/rex/RexFieldAccess.java | 12 +++-
.../java/org/apache/calcite/rex/RexProgram.java | 3 +-
.../java/org/apache/calcite/rex/RexShuttle.java | 3 +-
.../main/java/org/apache/calcite/rex/RexUtil.java | 3 +-
.../apache/calcite/test/TableInRootSchemaTest.java | 73 ++++++++++++++++++++++
8 files changed, 146 insertions(+), 10 deletions(-)