Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-302] remove exception (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored May 10, 2021
1 parent bca337a commit 2f5a532
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,6 @@ class ColumnarHashAggregation(
CodeGeneration.getResultType(attr.dataType))
})

// If some Attributes in result expressions (contain attributes only) are not found
// in allAggregateResultAttributes, an exception will be thrown.
existsAttrNotFound(allAggregateResultAttributes)

val nativeFuncNodes = groupingNativeFuncNodes ::: aggrNativeFuncNodes

// 4. prepare after aggregate result expressions
Expand Down

0 comments on commit 2f5a532

Please sign in to comment.