Skip to content

Commit fb47b9b

Browse files
committed
[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: gatorsmile <[email protected]>
1 parent df9a506 commit fb47b9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)