spark-instrumented-optimizer/external/avro
Gengliang Wang 08e315f633 [SPARK-24887][SQL] Avro: use SerializableConfiguration in Spark utils to deduplicate code
## What changes were proposed in this pull request?

To implement the method `buildReader` in `FileFormat`, it is required to serialize the hadoop configuration for executors.

Previous spark-avro uses its own class `SerializableConfiguration` for the serialization. As now it is part of Spark, we can use SerializableConfiguration in Spark util to deduplicate the code.

## How was this patch tested?

Unit test

Author: Gengliang Wang <gengliang.wang@databricks.com>

Closes #21846 from gengliangwang/removeSerializableConfiguration.
2018-07-23 08:31:48 -07:00
..
src [SPARK-24887][SQL] Avro: use SerializableConfiguration in Spark utils to deduplicate code 2018-07-23 08:31:48 -07:00
pom.xml [SPARK-24811][SQL] Avro: add new function from_avro and to_avro 2018-07-22 17:36:57 -07:00