We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091490f commit e907512Copy full SHA for e907512
cpp/src/arrow/parquet/io.cc
@@ -53,7 +53,7 @@ void ParquetAllocator::Free(uint8_t* buffer, int64_t size) {
53
}
54
55
// ----------------------------------------------------------------------
56
-// ArrowRandomAccessSource
+// ParquetReadSource
57
58
ParquetReadSource::ParquetReadSource(
59
const std::shared_ptr<ArrowROFile>& file, ParquetAllocator* allocator)
0 commit comments