Skip to content

Commit 8dc02ab

Browse files
committed
typo
1 parent cf6743d commit 8dc02ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/function/table/table_scan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ bool TryScanIndex(ART &art, const ColumnList &column_list, TableFunctionInitInpu
535535
auto &indexed_columns = art.GetColumnIds();
536536

537537
// NOTE: We do not push down multi-column filters, e.g., 42 = a + b.
538-
if (indexed_columns.size() != 1) {
538+
if (indexed_columns.size() != 1) {
539539
return false;
540540
}
541541

0 commit comments

Comments
 (0)