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

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from 4b37eb8169c9 [SPARK-48678][CORE] Performance optimizations for 
SparkConf.get(ConfigEntry)
     add e972daec30eb [SPARK-48688][SQL] Return reasonable error when calling 
SQL to_avro and from_avro functions but Avro is not loaded by default

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/error/error-conditions.json |   7 +
 docs/sql-data-sources-avro.md                      |  18 +++
 .../expressions/toFromAvroSqlFunctions.scala       |  13 +-
 .../spark/sql/errors/QueryCompilationErrors.scala  |   7 +
 .../analyzer-results/to_from_avro.sql.out          | 132 +++++++++++++++++++
 .../resources/sql-tests/inputs/to_from_avro.sql    |  21 +++
 .../sql-tests/results/to_from_avro.sql.out         | 144 +++++++++++++++++++++
 7 files changed, 340 insertions(+), 2 deletions(-)
 create mode 100644 
sql/core/src/test/resources/sql-tests/analyzer-results/to_from_avro.sql.out
 create mode 100644 
sql/core/src/test/resources/sql-tests/inputs/to_from_avro.sql
 create mode 100644 
sql/core/src/test/resources/sql-tests/results/to_from_avro.sql.out


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

Reply via email to