allisonwang-db commented on code in PR #43855:
URL: https://github.com/apache/spark/pull/43855#discussion_r1396686102


##########
project/SparkBuild.scala:
##########
@@ -1361,7 +1361,7 @@ object Unidoc {
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/io")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/kvstore")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
-      
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/connect")))
+      
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/connect/")))

Review Comment:
   Although it may not be possible, is there a way to prevent documentation 
regressions :) 



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

To unsubscribe, e-mail: [email protected]

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