Skip to content

Commit

Permalink
commented out own val
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 committed Sep 13, 2024
1 parent 7e357f8 commit 3e89d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/c_api/test_join_sail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ int main(int argc, char** argv) {
for(int j = 1; j < COLS1; j++){
int curr_val = js1[t1][j].as<int>();
send_vals[j-1] = curr_val;
// entry["own_val" + std::to_string(j)] = curr_val;
entry["own_val" + std::to_string(j)] = curr_val;
// std::cout << ", " << curr_val;
}

Expand Down

0 comments on commit 3e89d55

Please sign in to comment.