Skip to content

Commit 61feb16

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 apache#24386 from gatorsmile/rmDoc. Authored-by: gatorsmile <[email protected]> Signed-off-by: gatorsmile <[email protected]>
1 parent 1bb0c8e commit 61feb16

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
@@ -740,6 +740,7 @@ object Unidoc {
740740
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/unsafe")))
741741
.map(_.filterNot(_.getCanonicalPath.contains("python")))
742742
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/collection")))
743+
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/kvstore")))
743744
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
744745
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/execution")))
745746
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))

0 commit comments

Comments
 (0)