cloud-fan commented on code in PR #58606:
URL: https://github.com/apache/spark/pull/58606#discussion_r3999377364


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala:
##########
@@ -283,7 +304,8 @@ case class AlterViewAsCommand(
       Some(originalText),
       analyzedPlan,
       aliasedPlan = analyzedPlan,
-      referredTempFunctions)
+      referredTempFunctions,
+      referredTempVariablesUnderIdentifier = 
referredTempVariablesUnderIdentifier)

Review Comment:
   Addressed in the current head: the SQL suite now alters a local temporary 
view with an IDENTIFIER dependency and reads the altered view back.
   
   <!-- SPARK_DEV_REVIEW_REPLY 
{"feedback_id":"inline:3995050252","thread_id":"inline:3995050252","verdict_sha256":"12b7f981564f986cf8d4f4a9b51e54d32eca69438988a6670d47d8c183663030"}
 -->



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

Reply via email to