dongjoon-hyun commented on a change in pull request #33639:
URL: https://github.com/apache/spark/pull/33639#discussion_r683077410
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveParquetSourceSuite.scala
##########
@@ -206,7 +206,9 @@ class HiveParquetSourceSuite extends
ParquetPartitioningTest {
}
}
- test("Aggregation attribute names can't contain special chars \"
,;{}()\\n\\t=\"") {
+ // After pushing down aggregate to parquet, we can have something like
MAX(C) in column name
+ // ignore this test for now
Review comment:
In this case, you need to file a JIRA and use an IDed TODO like
`TODO(SPARK-XXX)`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]