cloud-fan commented on code in PR #47884:
URL: https://github.com/apache/spark/pull/47884#discussion_r1741296491
##########
sql/core/src/main/scala/org/apache/spark/sql/internal/BaseSessionStateBuilder.scala:
##########
@@ -205,6 +205,7 @@ abstract class BaseSessionStateBuilder(
new ResolveSessionCatalog(this.catalogManager) +:
ResolveWriteToStream +:
new EvalSubqueriesForTimeTravel +:
+ new ResolveTranspose(session) +:
Review Comment:
There is no way that Spark Connect can skip this rule, we should probably
look into the test failure.
--
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]