Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 14, 2024
1 parent 9d00ed9 commit 79e1476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion-examples/examples/advanced_parquet_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ pub struct IndexTableProvider {
}
impl IndexTableProvider {
/// Create a new IndexTableProvider
/// * `dir` - the directory containing the parquet files
/// * `object_store` - the object store implementation to use for reading the files
/// * `object_store` - the object store implementation to use for reading files
pub fn try_new(object_store: Arc<dyn ObjectStore>) -> Result<Self> {
let tmpdir = TempDir::new().expect("Can't make temporary directory");

Expand Down

0 comments on commit 79e1476

Please sign in to comment.