diff --git a/src/expression/encoding_operator.cpp b/src/expression/encoding_operator.cpp index 67b5534c..d4abf470 100644 --- a/src/expression/encoding_operator.cpp +++ b/src/expression/encoding_operator.cpp @@ -283,7 +283,7 @@ enc_ffor_opr::enc_ffor_opr(const PhysicalExpr& expr, ColumnDescriptorT& column_descriptor, InterpreterState& state) { - VisitorFunctor functor {this, &expr}; + VisitorFunctor functor {this, &expr}; if (!expr.operators.empty()) { visit(functor, expr.operators.back()); diff --git a/test/src/quick_fuzz_tests/fuzz_config.json b/test/src/quick_fuzz_tests/fuzz_config.json index 1f037baa..2ddec430 100644 --- a/test/src/quick_fuzz_tests/fuzz_config.json +++ b/test/src/quick_fuzz_tests/fuzz_config.json @@ -1,6 +1,6 @@ { "num_cases": 10, - "base_seed": 7, + "base_seed": 8, "delimiter": "|", "min_cols": 1, "max_cols": 2,