You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/07/30 06:08:15 UTC

[spark] branch master updated (81b0785 -> 99a8555)

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 81b0785  [SPARK-32455][ML] LogisticRegressionModel prediction optimization
     add 99a8555  [SPARK-32431][SQL] Check duplicate nested columns in read from in-built datasources

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 .../org/apache/spark/sql/avro/AvroSuite.scala      |  3 +-
 .../org/apache/spark/sql/util/SchemaUtils.scala    | 34 ++++++++-
 .../apache/spark/sql/util/SchemaUtilsSuite.scala   | 26 ++++++-
 .../sql/execution/datasources/DataSource.scala     | 12 ++--
 .../sql/execution/datasources/v2/FileTable.scala   |  4 +-
 .../apache/spark/sql/NestedDataSourceSuite.scala   | 83 ++++++++++++++++++++++
 7 files changed, 152 insertions(+), 12 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/NestedDataSourceSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org