LuciferYang commented on code in PR #38075:
URL: https://github.com/apache/spark/pull/38075#discussion_r1027688564
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala:
##########
@@ -1310,7 +1310,7 @@ case class CatalystToExternalMap private(
val tupleClass = classOf[(_, _)].getName
val appendToBuilder = s"""
- $tupleClass $tupleLoopValue;
+ $tupleClass $tupleLoopValue = null;
Review Comment:
3.1.9 should fix this issue, upgrade to check
--
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]