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

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


    from b36915ae93b4 [SPARK][SQL] LDAP Thriftserver improvement
     new 84edbdd7e501 [SPARK-58042][CONNECT] Validate the UDT jvm_class is a 
UserDefinedType before instantiating it
     new 9ff88c468c21 [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 | 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    | 26 +++++++++++
 .../org/apache/spark/sql/types/DataTypeSuite.scala | 53 +++++++++++++++++++++-
 .../connect/common/DataTypeProtoConverter.scala    | 16 +++++--
 .../connect/planner/InvalidInputErrorsSuite.scala  | 18 ++++++++
 .../execution/datasources/SchemaMergeUtils.scala   | 51 ++++++++++++---------
 .../datasources/parquet/ParquetQuerySuite.scala    | 36 +++++++++++++++
 11 files changed, 226 insertions(+), 28 deletions(-)


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

Reply via email to