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

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


    from 0d99d6d852cd [SPARK-54427][SQL] Allow ColumnarRow to call `copy` with 
variant types
     add 8aafae744dcc [SPARK-54451][SQL] Add JSON serialization and 
deserialization support for TIME type

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/org/apache/spark/sql/Row.scala  |   4 +-
 .../spark/sql/catalyst/json/JSONOptions.scala      |   4 +
 .../spark/sql/catalyst/json/JacksonGenerator.scala |   9 +
 .../spark/sql/catalyst/json/JacksonParser.scala    |   7 +
 .../expressions/JsonExpressionsSuite.scala         |  67 ++++++
 .../datasources/json/JsonFileFormat.scala          |   1 -
 .../analyzer-results/json-functions.sql.out        | 233 ++++++++++++++++++
 .../resources/sql-tests/inputs/json-functions.sql  |  42 ++++
 .../sql-tests/results/json-functions.sql.out       | 264 +++++++++++++++++++++
 .../spark/sql/FileBasedDataSourceSuite.scala       |   2 +-
 .../org/apache/spark/sql/JsonFunctionsSuite.scala  |  82 +++++++
 .../sql/execution/datasources/json/JsonSuite.scala |  39 ++-
 12 files changed, 750 insertions(+), 4 deletions(-)


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

Reply via email to