LittleCuteBug commented on a change in pull request #32544:
URL: https://github.com/apache/spark/pull/32544#discussion_r632266784
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/BroadcastExchangeExec.scala
##########
@@ -138,11 +138,12 @@ case class BroadcastExchangeExec(
s"type: ${relation.getClass.getName}")
}
- longMetric("dataSize") += dataSize
- if (dataSize >= MAX_BROADCAST_TABLE_BYTES) {
- throw new SparkException(
- s"Cannot broadcast the table that is larger than 8GB:
${dataSize >> 30} GB")
- }
+ longMetric("dataSize") += dataSize
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]