Skip to content

Commit cc14870

Browse files
gatorsmilekai-chi
authored andcommitted
[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 apache#24386 from gatorsmile/rmDoc. Authored-by: gatorsmile <[email protected]> Signed-off-by: gatorsmile <[email protected]> (cherry picked from commit 61feb16) Signed-off-by: gatorsmile <[email protected]>
1 parent 81855f5 commit cc14870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ object Unidoc {
676676
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/unsafe")))
677677
.map(_.filterNot(_.getCanonicalPath.contains("python")))
678678
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/collection")))
679+
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/kvstore")))
679680
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
680681
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/execution")))
681682
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))

0 commit comments

Comments
 (0)