We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24155e commit 1dd1bd5Copy full SHA for 1dd1bd5
datafusion/src/physical_plan/parquet.rs
@@ -135,7 +135,7 @@ impl ParquetExec {
135
let filenames = common::build_file_list(path, ".parquet")?;
136
if filenames.is_empty() {
137
Err(DataFusionError::Plan(format!(
138
- "No Parquet files found at path {}",
+ "No Parquet files (with .parquet extension) found at path {}",
139
path
140
)))
141
} else {
0 commit comments