Github user kevinyu98 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10314#discussion_r48451947
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala ---
    @@ -107,7 +135,7 @@ private[spark] object SQLConf {
             isPublic: Boolean = true): SQLConfEntry[Long] =
           SQLConfEntry(key, defaultValue, { v =>
             try {
    -          v.toLong
    +          Utils.byteStringAsBytes(v)
    --- End diff --
    
    sorry, I thought it was only one place. But actually there are two places. 
I will create a new method for SHUFFLE_TARGET_POSTSHUFFLE_INPUT_SIZE. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to