Skip to content

Commit

Permalink
add dump code
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisTarasyuk committed Mar 20, 2024
1 parent e1f8033 commit 3475757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/gandiva/src/main/cpp/jni_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ Java_org_apache_arrow_gandiva_evaluator_JniWrapper_evaluateProjector(
if (!status.ok()) {
break;
}

std::string dump = holder->projector()->DumpIR();
status = holder->projector()->Evaluate(*in_batch, selection_vector.get(), output);
} while (0);

Expand Down

0 comments on commit 3475757

Please sign in to comment.