erikerlandson commented on a change in pull request #28983:
URL: https://github.com/apache/spark/pull/28983#discussion_r449277005
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
##########
@@ -3066,9 +3066,12 @@ class Analyzer(
inputAttributes
}
+ // println(s"\n\ndeserializer= $deserializer\n")
+ // println(s"\n\ninputs= $inputs\n")
Review comment:
@dongjoon-hyun yes, I'll definitely clean those up. Before I do final
clean-up I'm interested in getting opinions on whether this particular fix is a
good one, or if it should be fixed in some other way.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]