File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sql/hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 =>
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments