HyukjinKwon commented on a change in pull request #31271:
URL: https://github.com/apache/spark/pull/31271#discussion_r562598983



##########
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:
       @xuanyuanking, can we avoid doing this here? Making private sounds 
correct at this moment. Hive module at least has one API exposed 
`HiveSessionStateBuilder`.




----------------------------------------------------------------
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]

Reply via email to