This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 4bc9166 Add Matcher#matches to ForbiddenApis to avoid its accidental
use
new 1721825 [CALCITE-4552] Interpreter does not close resources held by
its Nodes on close
new f4a5512 [CALCITE-4522] CPU cost of Sort should be lower if sort keys
are empty (huangqixiang)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../adapter/enumerable/EnumerableLimitSort.java | 32 -----
.../calcite/interpreter/AbstractSingleNode.java | 4 +
.../apache/calcite/interpreter/Interpreter.java | 9 ++
.../org/apache/calcite/interpreter/JoinNode.java | 6 +-
.../java/org/apache/calcite/interpreter/Node.java | 5 +-
.../org/apache/calcite/interpreter/SetOpNode.java | 5 +
.../java/org/apache/calcite/rel/core/Sort.java | 71 +++++++++-
.../calcite/rel/metadata/BuiltInMetadata.java | 1 +
.../main/java/org/apache/calcite/util/Util.java | 9 ++
.../org/apache/calcite/test/InterpreterTest.java | 34 ++++-
.../java/org/apache/calcite/test/JdbcTest.java | 8 +-
.../org/apache/calcite/test/RelMetadataTest.java | 151 +++++++++++++++++----
.../apache/calcite/test/ScannableTableTest.java | 49 ++++---
.../apache/calcite/adapter/tpcds/TpcdsTest.java | 6 +-
14 files changed, 296 insertions(+), 94 deletions(-)