HyukjinKwon commented on a change in pull request #27674: 
[SPARK-30888][CORE][DOC] Add version information to the configuration of Network
URL: https://github.com/apache/spark/pull/27674#discussion_r383629593
 
 

 ##########
 File path: docs/configuration.md
 ##########
 @@ -1758,7 +1766,8 @@ Apart from these, the following properties are also 
available, and may be useful
     Off-heap buffers are used to reduce garbage collection during shuffle and 
cache
     block transfer. For environments where off-heap memory is tightly limited, 
users may wish to
     turn this off to force all allocations to be on-heap.
-    </td>
+  </td>
+  <td></td>
 
 Review comment:
   @beliefer, can we add the version by tracking 
`common/network-common/src/main/java/org/apache/spark/network/util/TransportConf.java`?

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


With regards,
Apache Git Services

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

Reply via email to