aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-07-06 15:04:37 -0700
committerReynold Xin <rxin@databricks.com>2016-07-06 15:04:37 -0700
commit8e3e4ed6c090d18675d49eec46b3ee572457db95 (patch)
tree4c3adc90097f9f12eb43346b6169befe0dcaf2b0 /sql/core/src/test
parent9c041990cf4d0138d9104207b5c2e7a319b42615 (diff)
downloadspark-8e3e4ed6c090d18675d49eec46b3ee572457db95.tar.gz
spark-8e3e4ed6c090d18675d49eec46b3ee572457db95.tar.bz2
spark-8e3e4ed6c090d18675d49eec46b3ee572457db95.zip
[SPARK-16371][SQL] Two follow-up tasks
## What changes were proposed in this pull request? This is a small follow-up for SPARK-16371: 1. Hide removeMetadata from public API. 2. Add JIRA ticket number to test case name. ## How was this patch tested? Updated a test comment. Author: Reynold Xin <rxin@databricks.com> Closes #14074 from rxin/parquet-filter.
Diffstat (limited to 'sql/core/src/test')
-rw-r--r--sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
index 18a3128010..84fdcfea3c 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
@@ -544,7 +544,7 @@ class ParquetFilterSuite extends QueryTest with ParquetTest with SharedSQLContex
}
}
- test("Do not push down filters incorrectly when inner name and outer name are the same") {
+ test("SPARK-16371 Do not push down filters when inner name and outer name are the same") {
withParquetDataFrame((1 to 4).map(i => Tuple1(Tuple1(i)))) { implicit df =>
// Here the schema becomes as below:
//