This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cc9b11bb76 [MINOR][DOCS] update broken link for Infoworld article
2cc9b11bb76 is described below

commit 2cc9b11bb76b63b04bd2fd53bd51b227ecada484
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Thu Oct 6 00:50:59 2022 -0700

    [MINOR][DOCS] update broken link for Infoworld article
    
    ### What changes were proposed in this pull request?
    
    ### Why are the changes needed?
    
    The link in the Javadoc of SizeEstimator to an InfoWorld article is broken. 
This PR fixes it.
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #38112 from pjfanning/patch-1.
    
    Authored-by: PJ Fanning <pjfann...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 core/src/main/scala/org/apache/spark/util/SizeEstimator.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/scala/org/apache/spark/util/SizeEstimator.scala 
b/core/src/main/scala/org/apache/spark/util/SizeEstimator.scala
index d37a9a09cc7..39e071616f2 100644
--- a/core/src/main/scala/org/apache/spark/util/SizeEstimator.scala
+++ b/core/src/main/scala/org/apache/spark/util/SizeEstimator.scala
@@ -50,7 +50,7 @@ private[spark] trait KnownSizeEstimation {
  * memory-aware caches.
  *
  * Based on the following JavaWorld article:
- * http://www.javaworld.com/javaworld/javaqa/2003-12/02-qa-1226-sizeof.html
+ * https://www.infoworld.com/article/2077408/sizeof-for-java.html
  */
 @DeveloperApi
 object SizeEstimator extends Logging {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to