dbtsai commented on a change in pull request #27728: [SPARK-17636][SQL] Nested
Field Predicate Pushdown for Parquet
URL: https://github.com/apache/spark/pull/27728#discussion_r385442599
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
##########
@@ -1107,7 +1130,7 @@ abstract class ParquetFilterSuite extends QueryTest with
ParquetTest with Shared
}
}
- test("SPARK-20364: Disable Parquet predicate pushdown for fields having dots
in the names") {
+ test("SPARK-17636: Parquet predicate pushdown for fields having dots in the
names") {
Review comment:
@HyukjinKwon this PR also fixes the old problem that we don't allow to
pushdown a column name containing "dot".
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]