This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
from aa4312973d22 [SPARK][SQL] LDAP Thriftserver improvement
new 3bd8d1191abd [SPARK-58042][CONNECT] Validate the UDT jvm_class is a
UserDefinedType before instantiating it
new a5395f7ec3b0 [SQL] Allow more control over UDT creation during input
loading Provide users more control over UDT creation during dynamic loading of
different inputs.
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:
.../src/main/resources/error/error-conditions.json | 12 +++++
.../apache/spark/sql/errors/DataTypeErrors.scala | 15 ++++++
.../org/apache/spark/sql/internal/SqlApiConf.scala | 6 +++
.../spark/sql/internal/SqlApiConfHelper.scala | 2 +
.../org/apache/spark/sql/types/DataType.scala | 14 +++++-
.../org/apache/spark/sql/internal/SQLConf.scala | 26 +++++++++++
.../org/apache/spark/sql/types/DataTypeSuite.scala | 53 +++++++++++++++++++++-
.../connect/common/DataTypeProtoConverter.scala | 15 ++++--
.../messages/ConnectProtoMessagesSuite.scala | 16 ++++++-
.../execution/datasources/SchemaMergeUtils.scala | 51 ++++++++++++---------
.../datasources/parquet/ParquetQuerySuite.scala | 36 +++++++++++++++
11 files changed, 217 insertions(+), 29 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]