vladimirg-db commented on PR #49937: URL: https://github.com/apache/spark/pull/49937#issuecomment-2657422364
@dongjoon-hyun I figured out the problem with a `sql-udf` test. So what happened is, in the new golden file tests I created a view _and_ a temporary view with the same name `v1`. And afterwards I dropped it only once. I actually didn't know that a regular view may shadow a temporary view with the same name!  -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org