Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 11, 2024
1 parent b78622c commit 81e3527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crash-repro/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ arrow::Result<std::shared_ptr<arrow::Array>> make_numeric_array() { //std::vecto

arrow::Result<std::shared_ptr<arrow::Table>> make_table() {
//std::vector<int32_t> doubleValues = {1, 2, 3, 4};
st//d::vector<int32_t> int32Values = {1, 2, 3, 4};
//std::vector<int32_t> int32Values = {1, 2, 3, 4};
std::cout << "1" << std::endl;
auto maybeDoubleArray = make_numeric_array<double>(); //doubleValues);
if (!maybeDoubleArray.ok()) {
Expand Down

0 comments on commit 81e3527

Please sign in to comment.