Skip to content

Commit da29338

Browse files
Tptmartin-g
andauthored
Apply suggestion from @martin-g
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
1 parent a3d446c commit da29338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/catalog/src/cte_worktable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl TableProvider for CteWorkTable {
9595
filters.is_empty(),
9696
"CteWorkTable does not support pushing filters"
9797
);
98-
assert_or_internal_err!(limit.is_none(), "CteWorkTable pushing limit");
98+
assert_or_internal_err!(limit.is_none(), "CteWorkTable does not support limit pushdown");
9999
Ok(Arc::new(WorkTableExec::new(
100100
self.name.clone(),
101101
Arc::clone(&self.table_schema),

0 commit comments

Comments
 (0)