Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 2996da4

Browse files
committed
scala style
1 parent 20b65b7 commit 2996da4

File tree

1 file changed

+2
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis

1 file changed

+2
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,8 @@ class Analyzer(
680680
withName.toAttribute
681681
}
682682

683-
// Now, we extract regular expressions from expressionsWithWindowFunctions by using extractExpr.
683+
// Now, we extract regular expressions from expressionsWithWindowFunctions
684+
// by using extractExpr.
684685
val newExpressionsWithWindowFunctions = expressionsWithWindowFunctions.map {
685686
_.transform {
686687
// Extracts children expressions of a WindowFunction (input parameters of

0 commit comments

Comments
 (0)