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 f1cc867 [SPARK-31181][SQL][TESTS] Remove the default value assumption
on CREATE TABLE test cases
add 4766a36 [SPARK-31183][SQL] Rebase date/timestamp from/to Julian
calendar in Avro
No new revisions were added by this update.
Summary of changes:
.../apache/spark/sql/avro/AvroDeserializer.scala | 34 +++++--
.../org/apache/spark/sql/avro/AvroSerializer.scala | 26 ++++--
.../src/test/resources/before_1582_date_v2_4.avro | Bin 0 -> 202 bytes
.../test/resources/before_1582_ts_micros_v2_4.avro | Bin 0 -> 218 bytes
.../test/resources/before_1582_ts_millis_v2_4.avro | Bin 0 -> 244 bytes
.../spark/sql/avro/AvroLogicalTypeSuite.scala | 98 ++++++++++++++++++++-
.../org/apache/spark/sql/internal/SQLConf.scala | 16 ++++
7 files changed, 159 insertions(+), 15 deletions(-)
create mode 100644 external/avro/src/test/resources/before_1582_date_v2_4.avro
create mode 100644
external/avro/src/test/resources/before_1582_ts_micros_v2_4.avro
create mode 100644
external/avro/src/test/resources/before_1582_ts_millis_v2_4.avro
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]