pan3793 commented on code in PR #45155:
URL: https://github.com/apache/spark/pull/45155#discussion_r1499098078


##########
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/RowSetUtils.scala:
##########
@@ -81,13 +75,11 @@ object RowSetUtils {
     val tRowSet = new TRowSet(startRowOffSet, new 
java.util.ArrayList[TRow](rowSize))
     var i = 0
     val columnSize = schema.length
-    val tColumns = new java.util.ArrayList[TColumn](columnSize)

Review Comment:
   this silently reverts SPARK-46328



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