srielau commented on code in PR #40474:
URL: https://github.com/apache/spark/pull/40474#discussion_r1282159625
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -3429,7 +3491,7 @@ class Analyzer(override val catalogManager:
CatalogManager) extends RuleExecutor
* Replaces [[UnresolvedDeserializer]] with the deserialization expression
that has been resolved
* to the given input attributes.
*/
- object ResolveDeserializer extends Rule[LogicalPlan] {
+ class ResolveDeserializer(catalog: SessionCatalog) extends Rule[LogicalPlan]
{
Review Comment:
Done
--
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]