This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 460de04 Site: Add Zhaohui Xu as committer
add 9c0e313 [CALCITE-3745] CompileException in UnitCompiler when using
multiple class loaders
No new revisions were added by this update.
Summary of changes:
.../apache/calcite/adapter/enumerable/EnumerableInterpretable.java | 7 +++++--
.../java/org/apache/calcite/interpreter/JaninoRexCompiler.java | 7 +++++--
.../org/apache/calcite/rel/metadata/JaninoRelMetadataProvider.java | 5 ++++-
.../main/java/org/apache/calcite/util/javac/JaninoCompiler.java | 4 ++--
gradle.properties | 2 +-
.../janino/{Scanner.astub => ClassBodyEvaluator.astub} | 4 ++--
.../janino/{SimpleCompiler.astub => IClassBodyEvaluator.astub} | 4 ++--
.../janino/{ICookable.astub => ISimpleCompiler.astub} | 2 +-
.../apache/calcite/adapter/enumerable/CodeGenerationBenchmark.java | 3 ++-
9 files changed, 24 insertions(+), 14 deletions(-)
copy src/main/config/checkerframework/janino/{Scanner.astub =>
ClassBodyEvaluator.astub} (84%)
rename src/main/config/checkerframework/janino/{SimpleCompiler.astub =>
IClassBodyEvaluator.astub} (90%)
rename src/main/config/checkerframework/janino/{ICookable.astub =>
ISimpleCompiler.astub} (96%)