gengliangwang commented on code in PR #52482:
URL: https://github.com/apache/spark/pull/52482#discussion_r2389788146


##########
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:
   nit: do we consider putting this at the end of the parameter list?



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