This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 86b42f3 [CALCITE-4217] Unlock RelCrossType#getFieldCount()
new ff169fb [CALCITE-4228] FlatLists.Flat6List#append should not throw
NPE if there are null elements in the list
new 9422fd4 [CALCITE-4226] Add Mappings#asListNonNull as a null-safe
alternative for Mappings#asList
new ad164ed [CALCITE-4227] ImmutableIntList#toArray(Integer[]) should
support arguments larger than the collection itself
new fb2a02f Remove ArrayList allocation from Mappings#bijection, and add
helpful message in case NPE is thrown
new eb4011b Update org.nosphere.apache.rat plugin from 0.5.2 to 0.7.0,
and print files with unapproved licenses to console
The 5 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:
build.gradle.kts | 1 +
.../java/org/apache/calcite/runtime/FlatLists.java | 2 +-
.../org/apache/calcite/util/ImmutableIntList.java | 2 +-
.../org/apache/calcite/util/mapping/Mappings.java | 37 ++++++++++++++++++++--
.../java/org/apache/calcite/util/UtilTest.java | 4 +++
.../apache/calcite/util/mapping/MappingTest.java | 13 +++++++-
gradle.properties | 2 +-
7 files changed, 54 insertions(+), 7 deletions(-)