Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: srlch <[email protected]>
  • Loading branch information
srlch committed Nov 25, 2024
1 parent 9a7421f commit b862061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/exec/json_parser_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ TEST_F(JsonParserTest, test_json_document_stream_parser_with_dynamic_batch_size_
st = parser->get_current(&row);
ASSERT_TRUE(st.ok());
int64_t val = row.find_field("key1").get_int64();
ASSERT_EQ(val, 1);
ASSERT_EQ(val, 1);

// double get.
st = parser->get_current(&row);
Expand Down

0 comments on commit b862061

Please sign in to comment.