cloud-fan commented on code in PR #49471:
URL: https://github.com/apache/spark/pull/49471#discussion_r1928167396
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -2515,7 +2516,7 @@ class Analyzer(override val catalogManager:
CatalogManager) extends RuleExecutor
// Return if a sub-tree does not contain SQLFunctionExpression.
case p: LogicalPlan if !p.containsPattern(SQL_FUNCTION_EXPRESSION) => p
- case f @ Filter(cond, a: Aggregate)
+ case f@Filter(cond, a: Aggregate)
Review Comment:
the previous code style is more correct
--
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]