We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54235eb commit 1da42a2Copy full SHA for 1da42a2
datafusion/common/src/error.rs
@@ -621,7 +621,7 @@ impl DataFusionError {
621
DiagnosticsIterator { head: self }.next()
622
}
623
624
- /// Return an iterator this [`DataFusionError`] and any other
+ /// Return an iterator over this [`DataFusionError`] and any other
625
/// [`DataFusionError`]s in a [`DataFusionError::Collection`].
626
///
627
/// Sometimes DataFusion is able to collect multiple errors in a SQL query
0 commit comments