Skip to content

Commit 6f9c869

Browse files
fix comment
1 parent e947a85 commit 6f9c869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/src/arrow/dataset/file_orc.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ Future<std::optional<int64_t>> OrcFileFormat::CountRows(
284284
}));
285285
}
286286

287-
// OrcFileWriter, OrcFileWriteOptions
287+
// //
288+
// // OrcFileWriter, OrcFileWriteOptions
289+
// //
288290

289291
std::shared_ptr<FileWriteOptions> OrcFileFormat::DefaultWriteOptions() {
290292
// TODO (https://issues.apache.org/jira/browse/ARROW-13796)

0 commit comments

Comments
 (0)