xuanyuanking commented on a change in pull request #31271:
URL: https://github.com/apache/spark/pull/31271#discussion_r563006334
##########
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:
Copy that, will do it in a separated 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]