4 in reading dates/timestamps | 3.9 sec | Passed |
Array data types | 1 sec | Passed |
Complex Union Type | 1 sec | Passed |
Date field type | 1 sec | Passed |
Detect recursive loop | 7 ms | Passed |
Ignore corrupt Avro file if flag IGNORE_CORRUPT_FILES enabled | 0.66 sec | Passed |
Lots of nulls | 1.2 sec | Passed |
SPARK-24836: checking the ignoreExtension option | 0.55 sec | Passed |
SPARK-24836: ignoreExtension must override hadoop's config | 0.12 sec | Passed |
SPARK-24881: write with compression - avro options | 1.7 sec | Passed |
SPARK-27858 Union type: More than one non-null type | 0.5 sec | Passed |
SPARK-31183: rebasing dates in write | 1.1 sec | Passed |
SPARK-31183: rebasing microseconds timestamps in write | 0.97 sec | Passed |
SPARK-31183: rebasing milliseconds timestamps in write | 2 sec | Passed |
SPARK-31327: Write Spark version into Avro file metadata | 0.48 sec | Passed |
SQL test insert overwrite | 1 sec | Passed |
Struct field type | 0.65 sec | Passed |
Throws IOException on reading corrupt Avro file if flag IGNORE_CORRUPT_FILES disabled | 24 ms | Passed |
Union of a single type | 0.2 sec | Passed |
Validate namespace in avro file that has nested records with the same name | 0.58 sec | Passed |
avro extension by default | 0.24 sec | Passed |
check empty namespace - toAvroType | 1 ms | Passed |
check namespace - toAvroType | 1 ms | Passed |
conversion to avro and back | 0.72 sec | Passed |
conversion to avro and back with namespace | 1.1 sec | Passed |
convert formats | 2.3 sec | Passed |
converting some specific sparkSQL types to avro | 2.9 sec | Passed |
correctly read long as date/timestamp type | 1 sec | Passed |
does not coerce null date/timestamp value to 0 epoch | 0.48 sec | Passed |
dsl test | 0.14 sec | Passed |
error handling for unsupported Interval data types | 0.18 sec | Passed |
log a warning of ignoreExtension deprecation | 0.73 sec | Passed |
old avro data source name works | 0.13 sec | Passed |
read avro file partitioned | 1.2 sec | Passed |
read avro with user defined schema: read non-exist columns | 0.13 sec | Passed |
read avro with user defined schema: read partial columns | 0.33 sec | Passed |
reading and writing partitioned data | 5 sec | Passed |
reading from invalid path throws exception | 0.49 sec | Passed |
reading from multiple paths | 6.2 sec | Passed |
rearrange internal schema | 0.34 sec | Passed |
request no fields | 0.86 sec | Passed |
resolve avro data source | 0.16 sec | Passed |
saving avro that has nested records with the same name | 0.64 sec | Passed |
saving avro that has nested records with the same name inside a map | 0.51 sec | Passed |
saving avro that has nested records with the same name inside an array | 0.59 sec | Passed |
sql test | 0.15 sec | Passed |
support Null data types | 0.58 sec | Passed |
support of globbed paths | 0.41 sec | Passed |
support of various data types | 2.1 sec | Passed |
support user provided avro schema | 0.33 sec | Passed |
support user provided avro schema for writing / reading fields with different ordering | 0.77 sec | Passed |
support user provided avro schema for writing non-nullable enum type | 1 sec | Passed |
support user provided avro schema for writing non-nullable fixed type | 1 sec | Passed |
support user provided avro schema for writing nullable enum type | 0.88 sec | Passed |
support user provided avro schema for writing nullable fixed type | 0.98 sec | Passed |
support user provided avro schema with defaults for missing fields | 0.13 sec | Passed |
support user provided non-nullable avro schema for nullable catalyst schema without any null record | 0.55 sec | Passed |
test load with non-Avro file | 0.76 sec | Passed |
test save and load | 0.63 sec | Passed |
throw exception if unable to write with user provided Avro schema | 0.49 sec | Passed |
union(float, double) is read as double | 0.14 sec | Passed |
union(float, double, null) is read as nullable double | 0.13 sec | Passed |
union(int, long) is read as long | 0.15 sec | Passed |
write with compression - sql configs | 1.9 sec | Passed |