You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/14 12:37:32 UTC

[GitHub] [spark] xuanyuanking commented on a change in pull request #27560: [SPARK-30809][SQL] Review and fix issues in SQL API docs

xuanyuanking commented on a change in pull request #27560: [SPARK-30809][SQL] Review and fix issues in SQL API docs
URL: https://github.com/apache/spark/pull/27560#discussion_r379408683
 
 

 ##########
 File path: project/SparkBuild.scala
 ##########
 @@ -834,6 +834,7 @@ object Unidoc {
       .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/util/collection")))
       .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/dynamicpruning")))
 
 Review comment:
   Done in #27581.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org