This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 433c9b064a3f [SPARK-47246][SQL] Replace `InternalRow.fromSeq` with
`new GenericInternalRow` to save a collection conversion
add 71767cfe3765 [SPARK-46834][SQL][COLLATIONS] Support for aggregates
No new revisions were added by this update.
Summary of changes:
.../org/apache/spark/sql/types/StringType.scala | 8 ++
.../apache/spark/sql/catalyst/dsl/package.scala | 7 +-
.../expressions/codegen/CodeGenerator.scala | 3 +-
.../catalyst/optimizer/MergeScalarSubqueries.scala | 11 +-
.../plans/logical/basicLogicalOperators.scala | 6 +-
.../spark/sql/catalyst/util/UnsafeRowUtils.scala | 11 ++
.../optimizer/MergeScalarSubqueriesSuite.scala | 14 ++
.../spark/sql/execution/aggregate/AggUtils.scala | 2 +-
.../execution/aggregate/HashAggregateExec.scala | 2 +-
.../sql/execution/aggregate/HashMapGenerator.scala | 5 +-
.../aggregate/SortBasedAggregationIterator.scala | 14 +-
.../sql-tests/analyzer-results/collations.sql.out | 141 +++++++++++++++++++
.../test/resources/sql-tests/inputs/collations.sql | 42 ++++++
.../resources/sql-tests/results/collations.sql.out | 151 +++++++++++++++++++++
.../org/apache/spark/sql/CollationSuite.scala | 55 +++++++-
.../thriftserver/ThriftServerQueryTestSuite.scala | 4 +-
16 files changed, 464 insertions(+), 12 deletions(-)
create mode 100644
sql/core/src/test/resources/sql-tests/analyzer-results/collations.sql.out
create mode 100644 sql/core/src/test/resources/sql-tests/inputs/collations.sql
create mode 100644
sql/core/src/test/resources/sql-tests/results/collations.sql.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]