viirya commented on code in PR #50327: URL: https://github.com/apache/spark/pull/50327#discussion_r2003917805
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -1534,6 +1534,12 @@ object SQLConf { .timeConf(TimeUnit.SECONDS) .createWithDefaultString(s"${5 * 60}") + val MAX_BROADCAST_TABLE_SIZE = buildConf("spark.sql.maxBroadcastTableSize") + .doc("The maximum table size that can be broadcast in broadcast joins.") Review Comment: ```suggestion .doc("The maximum table size in bytes that can be broadcast in broadcast joins.") ``` -- 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: reviews-unsubscr...@spark.apache.org 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