cloud-fan commented on code in PR #52482: URL: https://github.com/apache/spark/pull/52482#discussion_r2389804383
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala: ########## @@ -139,6 +139,7 @@ object FakeV2SessionCatalog extends TableCatalog with FunctionCatalog with Suppo * expressions in a subquery. */ case class AnalysisContext( + isDefault: Boolean = false, Review Comment: This should always be set when copying an `AnalysisContext`, so put it at the beginning as a highlight. -- 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]
