-
- Downloads
[SPARK-17007][SQL] Move test data files into a test-data folder
## What changes were proposed in this pull request? This patch moves all the test data files in sql/core/src/test/resources to sql/core/src/test/resources/test-data, so we don't clutter the top level sql/core/src/test/resources. Also deleted sql/core/src/test/resources/old-repeated.parquet since it is no longer used. The change will make it easier to spot sql-tests directory. ## How was this patch tested? This is a test-only change. Author: petermaxlee <petermaxlee@gmail.com> Closes #14589 from petermaxlee/SPARK-17007.
Showing
- sql/core/src/test/resources/test-data/numbers.csv 0 additions, 0 deletionssql/core/src/test/resources/test-data/numbers.csv
- sql/core/src/test/resources/test-data/old-repeated-int.parquet 0 additions, 0 deletions...ore/src/test/resources/test-data/old-repeated-int.parquet
- sql/core/src/test/resources/test-data/old-repeated-message.parquet 0 additions, 0 deletions...src/test/resources/test-data/old-repeated-message.parquet
- sql/core/src/test/resources/test-data/parquet-thrift-compat.snappy.parquet 0 additions, 0 deletions.../resources/test-data/parquet-thrift-compat.snappy.parquet
- sql/core/src/test/resources/test-data/proto-repeated-string.parquet 0 additions, 0 deletions...rc/test/resources/test-data/proto-repeated-string.parquet
- sql/core/src/test/resources/test-data/proto-repeated-struct.parquet 0 additions, 0 deletions...rc/test/resources/test-data/proto-repeated-struct.parquet
- sql/core/src/test/resources/test-data/proto-struct-with-array-many.parquet 0 additions, 0 deletions.../resources/test-data/proto-struct-with-array-many.parquet
- sql/core/src/test/resources/test-data/proto-struct-with-array.parquet 0 additions, 0 deletions.../test/resources/test-data/proto-struct-with-array.parquet
- sql/core/src/test/resources/test-data/simple_sparse.csv 0 additions, 0 deletionssql/core/src/test/resources/test-data/simple_sparse.csv
- sql/core/src/test/resources/test-data/text-partitioned/year=2014/data.txt 0 additions, 0 deletions...t/resources/test-data/text-partitioned/year=2014/data.txt
- sql/core/src/test/resources/test-data/text-partitioned/year=2015/data.txt 0 additions, 0 deletions...t/resources/test-data/text-partitioned/year=2015/data.txt
- sql/core/src/test/resources/test-data/text-suite.txt 0 additions, 0 deletionssql/core/src/test/resources/test-data/text-suite.txt
- sql/core/src/test/resources/test-data/text-suite2.txt 0 additions, 0 deletionssql/core/src/test/resources/test-data/text-suite2.txt
- sql/core/src/test/resources/test-data/unescaped-quotes.csv 0 additions, 0 deletionssql/core/src/test/resources/test-data/unescaped-quotes.csv
- sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala 2 additions, 1 deletion...ala/org/apache/spark/sql/execution/command/DDLSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala 17 additions, 17 deletions...apache/spark/sql/execution/datasources/csv/CSVSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala 3 additions, 3 deletions...rk/sql/execution/datasources/parquet/ParquetIOSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetProtobufCompatibilitySuite.scala 7 additions, 7 deletions...tasources/parquet/ParquetProtobufCompatibilitySuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetThriftCompatibilitySuite.scala 2 additions, 2 deletions...datasources/parquet/ParquetThriftCompatibilitySuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala 3 additions, 3 deletions...ache/spark/sql/execution/datasources/text/TextSuite.scala
Loading
Please register or sign in to comment