zzcclp commented on code in PR #4893:
URL: https://github.com/apache/incubator-gluten/pull/4893#discussion_r1520863275
##########
gluten-ut/spark33/src/test/scala/io/glutenproject/utils/clickhouse/ClickHouseTestSettings.scala:
##########
@@ -339,6 +339,10 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("Option recursiveFileLookup: disable partition inferring")
.exclude("SPARK-31116: Select nested schema with case insensitive mode")
.exclude("SPARK-35669: special char in CSV header with filter pushdown")
+ // DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly
matching the class type
+ .exclude("File source v2: support passing data filters to FileScan without
partitionFilters")
+ // DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly
matching the class type
+ .exclude("File source v2: support partition pruning")
Review Comment:
It's ok to me.
--
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]