c21 commented on a change in pull request #32911: URL: https://github.com/apache/spark/pull/32911#discussion_r652018211
########## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/BroadcastExchangeExec.scala ########## @@ -105,6 +106,17 @@ case class BroadcastExchangeExec( @transient private val timeout: Long = conf.broadcastTimeout + @transient + private lazy val maxBroadcastRows = mode match { + case HashedRelationBroadcastMode(key, _) + if !(key.length == 1 && key.head.dataType == LongType) => Review comment: @dongjoon-hyun - sure, added. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org