-
- Downloads
[SPARK-16814][SQL] Fix deprecated parquet constructor usage
## What changes were proposed in this pull request? Replace deprecated ParquetWriter with the new builders ## How was this patch tested? Existing tests Author: Holden Karau <holden@us.ibm.com> Closes #14419 from holdenk/SPARK-16814-fix-deprecated-parquet-constructor-usage.
Showing
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetAvroCompatibilitySuite.scala 3 additions, 2 deletions...n/datasources/parquet/ParquetAvroCompatibilitySuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetCompatibilityTest.scala 12 additions, 2 deletions...cution/datasources/parquet/ParquetCompatibilityTest.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala 14 additions, 2 deletions...rk/sql/execution/datasources/parquet/ParquetIOSuite.scala
Please register or sign in to comment