Skip to content

Commit c1e5824

Browse files
gatorsmiledongjoon-hyun
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 #24386 from gatorsmile/rmDoc. Authored-by: gatorsmile <[email protected]> Signed-off-by: gatorsmile <[email protected]> (cherry picked from commit 61feb16) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e3bdb5b commit c1e5824

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
@@ -668,6 +668,7 @@ object Unidoc {
668668
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/unsafe")))
669669
.map(_.filterNot(_.getCanonicalPath.contains("python")))
670670
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/collection")))
671+
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/kvstore")))
671672
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
672673
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/execution")))
673674
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))

0 commit comments

Comments
 (0)