maropu commented on a change in pull request #27803:
URL: https://github.com/apache/spark/pull/27803#discussion_r416360187



##########
File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisErrorSuite.scala
##########
@@ -425,38 +425,35 @@ class AnalysisErrorSuite extends AnalysisTest {
       TimeWindow(Literal("2016-01-01 01:01:01"), "1 second", "0 second", "0 
second").as("window")),
       "The slide duration" :: " must be greater than 0." :: Nil
   )
-
+"Nested generators are supported only when inner generators " +
+          "are unary and adjacent with single output, but got: "

Review comment:
       Oh...




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to