gengliangwang commented on a change in pull request #33847:
URL: https://github.com/apache/spark/pull/33847#discussion_r696376709



##########
File path: project/SparkBuild.scala
##########
@@ -967,6 +967,7 @@ object Unidoc {
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/hive")))
       
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalog/v2/utils")))
+      .map(_.filterNot(_.getCanonicalPath.contains("org.apache.spark.errors")))

Review comment:
       cc @cloud-fan 

##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/bitwiseExpressions.scala
##########
@@ -233,10 +233,10 @@ object BitwiseGetUtil {
 
 @ExpressionDescription(
   usage = """
-            |_FUNC_(expr, pos) - Returns the value of the bit (0 or 1) at the 
specified position.
-            |  The positions are numbered from right to left, starting at zero.
-            |  The position argument cannot be negative.
-          """,
+    _FUNC_(expr, pos) - Returns the value of the bit (0 or 1) at the specified 
position.

Review comment:
       cc @beliefer 

##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/intervalExpressions.scala
##########
@@ -360,7 +360,7 @@ case class MakeInterval(
 
 // scalastyle:off line.size.limit
 @ExpressionDescription(
-  usage = "_FUNC_(days, hours, mins, secs) - Make DayTimeIntervalType duration 
from days, hours, mins and secs.",
+  usage = "_FUNC_(days[, hours[, mins[, secs]]]) - Make DayTimeIntervalType 
duration from days, hours, mins and secs.",

Review comment:
       cc @MaxGekk 




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