holdenk commented on code in PR #37819:
URL: https://github.com/apache/spark/pull/37819#discussion_r989487173
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -518,6 +518,24 @@ object SQLConf {
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("10MB")
+ val MAX_BROADCAST_TABLE_BYTES =
+ buildConf("spark.sql.maxBroadcastTableBytes")
+ .doc("Configures the maximum size in bytes for a table when performing a
broadcast join. " +
+ "The maximum allowed value is 8G.")
Review Comment:
Any particular reason why this value was chosen?
--
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]