Skip to content

Commit f76a7b1

Browse files
committed
style issue
1 parent 82df766 commit f76a7b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveASTNodeUtil.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ private[hive] object HiveASTNodeUtil {
224224
node
225225
}
226226

227-
/** todo: add comment here*/
228227
def getClauses(clauseNames: Seq[String], nodeList: Seq[ASTNode]): Seq[Option[Node]] = {
229228
var remainingNodes = nodeList
230229
val clauses = clauseNames.map { clauseName =>

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQlConverter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ private[hive] object HiveQlConverter {
10391039
* SELECT MAX(value) FROM src GROUP BY k1, k2 UNION SELECT MAX(value) FROM src GROUP BY k2
10401040
* Check the following link for details.
10411041
*
1042-
https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C+Grouping+and+Rollup
1042+
https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C+Grouping+and+Rollup
10431043
*
10441044
* The bitmask denotes the grouping expressions validity for a grouping set,
10451045
* the bitmask also be called as grouping id (`GROUPING__ID`, the virtual column in Hive)

0 commit comments

Comments
 (0)