HyukjinKwon commented on a change in pull request #31271:
URL: https://github.com/apache/spark/pull/31271#discussion_r562599847
##########
File path: project/SparkBuild.scala
##########
@@ -910,7 +910,7 @@ object Unidoc {
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/execution")))
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))
-
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/hive/test")))
+
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/hive")))
Review comment:
Also, we should document that this is a private module at
https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/package.scala.
We could do it separately in another PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]