Github user icexelloss commented on a diff in the pull request:
https://github.com/apache/spark/pull/21082#discussion_r190334520
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
---
@@ -1869,6 +1870,8 @@ class Analyzer(
case window: WindowExpression => window.windowSpec
}.distinct
+ val windowFunctionType = WindowFunctionType.functionType(expr)
--- End diff --
Inlined.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]