Skip to content

Commit

Permalink
Merge pull request #82 from aditigupta17/fix-warn
Browse files Browse the repository at this point in the history
Fix unused variable warning
  • Loading branch information
jlefevre committed Apr 9, 2020
2 parents 06b4389 + 52bfd62 commit 034342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls/tabular/cls_tabular_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ int processArrowCol(

// extract list builder as int32 builder
arrow::ListBuilder* lb = static_cast<arrow::ListBuilder *>(builder);
arrow::Int32Builder* ib = static_cast<arrow::Int32Builder *>(lb->value_builder());
// arrow::Int32Builder* ib = static_cast<arrow::Int32Builder *>(lb->value_builder());

// TODO: extract prev values and append to ib
// ib->AppendValues(vector.data(), vector.size());
Expand Down

0 comments on commit 034342b

Please sign in to comment.