vladimirg-db commented on code in PR #55523:
URL: https://github.com/apache/spark/pull/55523#discussion_r3143522831


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/resolver/HybridAnalyzer.scala:
##########
@@ -378,6 +378,7 @@ object HybridAnalyzer {
         extensions = legacyAnalyzer.singlePassResolverExtensions,
         metadataResolverExtensions = 
legacyAnalyzer.singlePassMetadataResolverExtensions,
         externalRelationResolution = Some(relationResolution),
+        conf = legacyAnalyzer.resolutionConf,

Review Comment:
   Can you please explain why we need to pass the SQL conf here? SQL conf 
should be always available via a thread-local from anywhere, moreover it's 
overridden for views/udfs



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