Skip to content

Commit

Permalink
error message update
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <[email protected]>
  • Loading branch information
firestarman committed Mar 19, 2021
1 parent b8966a0 commit 54395f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/src/main/native/src/TableJni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ class native_arrow_ipc_writer_handle final {
columns_meta.push_back(build_one_column_meta(*itr, idx));
}
if (idx < column_names.size()) {
throw cudf::jni::jni_exception(
"The number of column names is bigger than the columns number in the table.");
throw cudf::jni::jni_exception("Too many column names are provided.");
}
}
return columns_meta;
Expand Down

0 comments on commit 54395f0

Please sign in to comment.