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


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala:
##########
@@ -3182,6 +3191,98 @@ class PlanResolutionSuite extends SharedSparkSession 
with AnalysisTest {
     assert(cmdAnalyzed.children.isEmpty)
   }
 
+  test("relation resolution - cache key behavior with time travel") {
+    val ctx = AnalysisContext()
+    AnalysisContext.withAnalysisContext(ctx) {

Review Comment:
   does `AnalysisContex.withNewAnalysisContext` work here?



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