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

lixiao pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new fb47b9b  [SPARK-27479][BUILD] Hide API docs for 
org.apache.spark.util.kvstore
fb47b9b is described below

commit fb47b9b399f24da6464c29922a0e40bc8b553805
Author: gatorsmile <gatorsm...@gmail.com>
AuthorDate: Tue Apr 16 19:53:01 2019 -0700

    [SPARK-27479][BUILD] Hide API docs for org.apache.spark.util.kvstore
    
    ## What changes were proposed in this pull request?
    
    The API docs should not include the "org.apache.spark.util.kvstore" package 
because they are internal private APIs. See the doc link: 
https://spark.apache.org/docs/latest/api/java/org/apache/spark/util/kvstore/LevelDB.html
    
    ## How was this patch tested?
    N/A
    
    Closes #24386 from gatorsmile/rmDoc.
    
    Authored-by: gatorsmile <gatorsm...@gmail.com>
    Signed-off-by: gatorsmile <gatorsm...@gmail.com>
    (cherry picked from commit 61feb1635217ef1d4ebceebc1e7c8829c5c11994)
    Signed-off-by: gatorsmile <gatorsm...@gmail.com>
---
 project/SparkBuild.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index a5ed908..341f046 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -676,6 +676,7 @@ object Unidoc {
       .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/unsafe")))
       .map(_.filterNot(_.getCanonicalPath.contains("python")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/collection")))
+      
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/kvstore")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/execution")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))


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

Reply via email to