This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 7049f9a335 [CALCITE-6105] Documentation does not specify the behavior
of SPLIT function for empty string arguments
new b74c9344d3 [CALCITE-6109] Linq4j OptimizeShuttle should not create new
instances of TernaryExpression if it does not do any optimization
new 50263d232a Sort contributors file
new 1eb6551324 [CALCITE-6083] On web site, ensure contributors file is
sorted
new 343132ecc9 [CALCITE-6125] Automate generation of contributor names in
release notes by adding a git mailmap file
The 4 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:
.mailmap | 148 +++++++++++++++++++++
.../java/org/apache/calcite/test/LintTest.java | 93 +++++++++++++
.../java/org/apache/calcite/util/TestUnsafe.java | 3 +-
.../calcite/linq4j/tree/OptimizeShuttle.java | 14 +-
.../apache/calcite/linq4j/test/InlinerTest.java | 30 +++++
site/_data/contributors.yml | 40 +++---
site/_docs/howto.md | 13 +-
7 files changed, 309 insertions(+), 32 deletions(-)
create mode 100644 .mailmap