Skip to content

Commit 5d6a1af

Browse files
committed
remove comment from macro
1 parent 67c1f1a commit 5d6a1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/parquet_writer_visitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
for (size_t i = 0; i < val.size(); i++) { \
6565
PARQUET_THROW_NOT_OK(list_builder->Append()); \
6666
PARQUET_THROW_NOT_OK(value_builder->AppendValues(val.at(i))); \
67-
} // i \
67+
}
6868

6969
// macro for filling 3d lists (vector<vector<vector<...>>>)
7070
#define LIST3D_APPEND(ARRAYBUILDER, VALUEBUILDERCLASS) \

0 commit comments

Comments
 (0)