Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed Jul 31, 2024
1 parent c93a713 commit 6eeda04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dataset/src/main/cpp/jni_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ bool SetCsvParseOptions(arrow::csv::ParseOptions& options, const std::string& ke
}

bool SetCsvReadOptions(arrow::csv::ReadOptions& options, const std::string& key,
std::string& value) {
const std::string& value) {
if (key == "use_threads") {
options.use_threads = ParseBool(value);
} else if (key == "block_size") {
Expand Down

0 comments on commit 6eeda04

Please sign in to comment.