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

Commit

Permalink
add back plan checking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Oct 12, 2021
1 parent 1a82644 commit ee45c26
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ColumnarHashAggregation(

var inputAttrQueue: scala.collection.mutable.Queue[Attribute] = _
val resultType = CodeGeneration.getResultType()
val NaN_check : Boolean = ColumnarPluginConfig.getConf.enableColumnarNaNCheck
val NaN_check : Boolean = GazellePluginConfig.getConf.enableColumnarNaNCheck

def getColumnarFuncNode(expr: Expression): TreeNode = {
try {
Expand Down
Loading

0 comments on commit ee45c26

Please sign in to comment.