Skip to content

Pass Dynamic Filter to Table Scan when no other filter#29049

Closed
findepi wants to merge 1 commit intotrinodb:masterfrom
findepi:findepi/ts-df
Closed

Pass Dynamic Filter to Table Scan when no other filter#29049
findepi wants to merge 1 commit intotrinodb:masterfrom
findepi:findepi/ts-df

Conversation

@findepi
Copy link
Copy Markdown
Member

@findepi findepi commented Apr 9, 2026

For a FilterNode above TableScanNode, when filter contains only a dynamic filter, provide the DF to the table scan. Previously the condition to invoke visitTableScan helper was only that the filterExpression is trivially true. This looked unintentional, as otherwise the filterExpression parameter would not be there.

For a FilterNode above TableScanNode, when filter contains only a
dynamic filter, provide the DF to the table scan. Previously the
condition to invoke `visitTableScan` helper was only that the
`filterExpression` is trivially true. This looked unintentional, as
otherwise the `filterExpression` parameter would not be there.
@findepi
Copy link
Copy Markdown
Member Author

findepi commented Apr 9, 2026

i understand now, it was intentional.

@findepi findepi closed this Apr 9, 2026
@findepi findepi deleted the findepi/ts-df branch April 9, 2026 07:28
@findepi
Copy link
Copy Markdown
Member Author

findepi commented Apr 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant