Skip to content

Commit b482b3d

Browse files
committed
[SPARK-18104][DOC] Don't build KafkaSource doc
## What changes were proposed in this pull request? Don't need to build doc for KafkaSource because the user should use the data source APIs to use KafkaSource. All KafkaSource APIs are internal. ## How was this patch tested? Verified manually. Author: Shixiong Zhu <shixiong@databricks.com> Closes #15630 from zsxwing/kafka-unidoc. (cherry picked from commit 7d10631) Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
1 parent 5b81b01 commit b482b3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/SparkBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ object Unidoc {
713713
publish := {},
714714

715715
unidocProjectFilter in(ScalaUnidoc, unidoc) :=
716-
inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, streamingFlumeSink, yarn, tags, streamingKafka010),
716+
inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, streamingFlumeSink, yarn, tags, streamingKafka010, sqlKafka010),
717717
unidocProjectFilter in(JavaUnidoc, unidoc) :=
718-
inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, streamingFlumeSink, yarn, tags, streamingKafka010),
718+
inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, streamingFlumeSink, yarn, tags, streamingKafka010, sqlKafka010),
719719

720720
unidocAllClasspaths in (ScalaUnidoc, unidoc) := {
721721
ignoreClasspaths((unidocAllClasspaths in (ScalaUnidoc, unidoc)).value)

0 commit comments

Comments
 (0)