jzhuge commented on a change in pull request #24689:
[SPARK-26946][SQL][FOLLOWUP] Require lookup function
URL: https://github.com/apache/spark/pull/24689#discussion_r288352767
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
##########
@@ -93,22 +97,16 @@ object AnalysisContext {
* Provides a logical query plan analyzer, which translates
[[UnresolvedAttribute]]s and
* [[UnresolvedRelation]]s into fully typed objects using information in a
[[SessionCatalog]].
*/
-class Analyzer(
+abstract class Analyzer(
Review comment:
Reverted commit `Make Analyzer abstract and add TestAnalyzer` to minimize
changes to test classes.
If you feel strongly, I can add the 4th parameter `override val
lookupCatalog: String => CatalogPlugin` to Analyzer constructor.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]