peter-toth commented on code in PR #48429:
URL: https://github.com/apache/spark/pull/48429#discussion_r1797638191
##########
sql/core/src/test/scala/org/apache/spark/sql/CTEInlineSuite.scala:
##########
@@ -735,6 +735,27 @@ abstract class CTEInlineSuiteBase
checkAnswer(df, Row(1))
}
}
+
+ test("SPARK-49816: Conflicting CTE ids 2") {
Review Comment:
I wanted to add this test because of
https://github.com/apache/spark/pull/48284#issuecomment-2391932052.
But actually this test revealed a new, unrelated issue that random seeds are
not regenerated when a view is inserted into a plan.
--
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]