Skip to content

Commit a0773cd

Browse files
committed
Add object store docs
1 parent cf7cc63 commit a0773cd

File tree

1 file changed

+2
-0
lines changed
  • datafusion/core/src/datasource/physical_plan/parquet

1 file changed

+2
-0
lines changed

datafusion/core/src/datasource/physical_plan/parquet/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ impl ParquetExecBuilder {
269269
///
270270
/// If a custom `ParquetFileReaderFactory` is provided, then data access
271271
/// operations will be routed to this factory instead of `ObjectStore`.
272+
///
273+
/// [`ObjectStore`]: object_store::ObjectStore
272274
pub fn with_parquet_file_reader_factory(
273275
mut self,
274276
parquet_file_reader_factory: Arc<dyn ParquetFileReaderFactory>,

0 commit comments

Comments
 (0)