Skip to content

Commit

Permalink
test: update JsonScannerTest
Browse files Browse the repository at this point in the history
Signed-off-by: ricky <rickif@qq.com>
  • Loading branch information
rickif committed Nov 9, 2023
1 parent 13fdf21 commit 093202a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/test/exec/json_scanner_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class JsonScannerTest : public ::testing::Test {
params->strict_mode = true;
params->dest_tuple_id = 0;
params->src_tuple_id = 0;
params->json_file_size_limit = 1024 * 1024;
for (int i = 0; i < types.size(); i++) {
params->expr_of_dest_slot[i] = TExpr();
params->expr_of_dest_slot[i].nodes.emplace_back(TExprNode());
Expand Down

0 comments on commit 093202a

Please sign in to comment.