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/08/19 16:25:21 UTC

[spark] branch master updated (409fea3 -> 3d1dce7)

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 409fea3  [SPARK-32624][SQL] Use getCanonicalName to fix byte[] compile issue
     add 3d1dce7  [SPARK-32621][SQL] 'path' option can cause issues while inferring schema in CSV/JSON datasources

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/v2/avro/AvroDataSourceV2.scala       |  6 ++++--
 .../sql/execution/datasources/DataSource.scala     |  8 ++++++--
 .../execution/datasources/csv/CSVDataSource.scala  |  2 +-
 .../datasources/json/JsonDataSource.scala          |  2 +-
 .../datasources/v2/FileDataSourceV2.scala          |  8 ++++++++
 .../datasources/v2/csv/CSVDataSourceV2.scala       |  6 ++++--
 .../datasources/v2/json/JsonDataSourceV2.scala     |  6 ++++--
 .../datasources/v2/orc/OrcDataSourceV2.scala       |  6 ++++--
 .../v2/parquet/ParquetDataSourceV2.scala           |  7 +++++--
 .../datasources/v2/text/TextDataSourceV2.scala     |  6 ++++--
 .../sql/execution/datasources/csv/CSVSuite.scala   | 16 +++++++++++++--
 .../sql/execution/datasources/json/JsonSuite.scala | 24 +++++++++++++++++++---
 12 files changed, 76 insertions(+), 21 deletions(-)


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