From 194bc8bedce1453db58d384260abea046175b178 Mon Sep 17 00:00:00 2001 From: Rui Mo Date: Mon, 10 May 2021 13:04:03 +0800 Subject: [PATCH] remove exception --- .../com/intel/oap/expression/ColumnarHashAggregation.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/native-sql-engine/core/src/main/scala/com/intel/oap/expression/ColumnarHashAggregation.scala b/native-sql-engine/core/src/main/scala/com/intel/oap/expression/ColumnarHashAggregation.scala index 3295be474..32f1ec3fb 100644 --- a/native-sql-engine/core/src/main/scala/com/intel/oap/expression/ColumnarHashAggregation.scala +++ b/native-sql-engine/core/src/main/scala/com/intel/oap/expression/ColumnarHashAggregation.scala @@ -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