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


##########
docs/sql-migration-guide.md:
##########
@@ -22,6 +22,10 @@ license: |
 * Table of contents
 {:toc}
 
+## Upgrading from Spark SQL 3.5 to 4.0
+
+- Since Spark 4.0, the default value of `spark.sql.maxSinglePartitionBytes` is 
changed from `Long.MaxValue` to `128m`.

Review Comment:
   @dongjoon-hyun how about now? Since the string literal `Long.MaxValue` does 
not work.
   
   ```
   ... to `9223372036854775807`(`Long.MaxValue`).
   ```



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