Skip to content

Commit

Permalink
Test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuldata committed Nov 19, 2024
1 parent b1d2fc7 commit aa2bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/c/test_substrait_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ TEST_CASE("Test C DeleteRows with Substrait API", "[substrait-api]") {

ExecuteViaSubstraitJSON(con, "DELETE FROM employees WHERE salary < 80000");
auto result = ExecuteViaSubstrait(con, "SELECT * from employees");
REQUIRE(CHECK_COLUMN(result, 0, {1, 2, 4}));
REQUIRE(CHECK_COLUMN(result, 0, {1, 2, 3}));
REQUIRE(CHECK_COLUMN(result, 1, {"John Doe", "Jane Smith", "Bob Brown"}));
REQUIRE(CHECK_COLUMN(result, 2, {1, 2, 3}));
REQUIRE(CHECK_COLUMN(result, 3, {120000, 80000, 95000}));
Expand Down

0 comments on commit aa2bcfa

Please sign in to comment.