We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f4b32 commit f2541aeCopy full SHA for f2541ae
1 file changed
src/iceberg/table_scan.h
@@ -177,7 +177,7 @@ class ICEBERG_EXPORT TableScanBuilder : public ErrorCollector {
177
/// \brief Request data filtering to files but not to rows in those files.
178
TableScanBuilder& IgnoreResiduals();
179
180
- /// \brief Request this can to return at least the given number of rows.
+ /// \brief Request this scan to return at least the given number of rows.
181
///
182
/// This is used as a hint and is entirely optional in order to not have to return more
183
/// rows than necessary. This may return fewer rows if the scan does not contain that
0 commit comments