cloud-fan commented on code in PR #49509: URL: https://github.com/apache/spark/pull/49509#discussion_r1917521347
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -276,6 +276,17 @@ object SQLConf { .booleanConf .createWithDefault(false) + val ANALYZER_DUAL_RUN_RETURN_SINGLE_PASS_RESULT = + buildConf("spark.sql.analyzer.singlePassResolver.returnSinglePassResultInDualRun") + .internal() + .doc( + "When true, return the result of the single-pass resolver as the result of the dual run" + + "analysis. Otherwise, return the result of the fixed-point analyzer." Review Comment: This is only effective when the dual run mode is enabled, right? -- 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