This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/spark.git


    from e3c62988c3ae [SPARK][SQL] LDAP Thriftserver improvement
     new 5a347f9874a6 [SPARK-58042][CONNECT] Validate the UDT jvm_class is a 
UserDefinedType before instantiating it
     new c40f04483a4e [SQL] Allow more control over UDT creation during input 
loading

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 | 17 +++++++
 .../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    | 28 ++++++++++++
 .../org/apache/spark/sql/types/DataTypeSuite.scala | 53 +++++++++++++++++++++-
 .../connect/common/DataTypeProtoConverter.scala    | 16 +++++--
 .../connect/planner/InvalidInputErrorsSuite.scala  | 18 ++++++++
 .../execution/datasources/SchemaMergeUtils.scala   | 53 ++++++++++++----------
 .../datasources/parquet/ParquetQuerySuite.scala    | 36 +++++++++++++++
 11 files changed, 229 insertions(+), 29 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to