-
- Downloads
[SPARK-8959] [SQL] [HOTFIX] Removes parquet-thrift and libthrift dependencies
These two dependencies were introduced in #7231 to help testing Parquet compatibility with `parquet-thrift`. However, they somehow crash the Scala compiler in Maven builds. This PR fixes this issue by: 1. Removing these two dependencies, and 2. Instead of generating the testing Parquet file programmatically, checking in an actual testing Parquet file generated by `parquet-thrift` as a test resource. This is just a quick fix to bring back Maven builds. Need to figure out the root case as binary Parquet files are harder to maintain. Author: Cheng Lian <lian@databricks.com> Closes #7330 from liancheng/spark-8959 and squashes the following commits: cf69512 [Cheng Lian] Brings back Maven builds
Showing
- pom.xml 0 additions, 14 deletionspom.xml
- sql/core/pom.xml 0 additions, 10 deletionssql/core/pom.xml
- sql/core/src/test/gen-java/org/apache/spark/sql/parquet/test/thrift/Nested.java 0 additions, 541 deletions...java/org/apache/spark/sql/parquet/test/thrift/Nested.java
- sql/core/src/test/gen-java/org/apache/spark/sql/parquet/test/thrift/ParquetThriftCompat.java 0 additions, 2808 deletions...he/spark/sql/parquet/test/thrift/ParquetThriftCompat.java
- sql/core/src/test/gen-java/org/apache/spark/sql/parquet/test/thrift/Suit.java 0 additions, 51 deletions...n-java/org/apache/spark/sql/parquet/test/thrift/Suit.java
- sql/core/src/test/resources/parquet-thrift-compat.snappy.parquet 0 additions, 0 deletions...e/src/test/resources/parquet-thrift-compat.snappy.parquet
- sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetThriftCompatibilitySuite.scala 8 additions, 70 deletions...e/spark/sql/parquet/ParquetThriftCompatibilitySuite.scala
Loading
Please register or sign in to comment