viirya commented on a change in pull request #33680:
URL: https://github.com/apache/spark/pull/33680#discussion_r684885485
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
##########
@@ -460,7 +460,7 @@ class ExplainSuite extends ExplainSuiteHelper with
DisableAdaptiveExecutionSuite
"parquet" ->
"|PushedFilters: \\[IsNotNull\\(value\\),
GreaterThan\\(value,2\\)\\]",
"orc" ->
- "|PushedFilters: \\[.*\\(id\\), .*\\(value\\), .*\\(id,1\\),
.*\\(value,2\\)\\]",
+ "|PushedFilters: \\[IsNotNull\\(value\\),
GreaterThan\\(value,2\\)\\]",
Review comment:
Oh, I see. #30652 also only updated this.
--
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]