You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the unexpected behaviour
When using additional_table_filters it does not take query parameters into account.
How to reproduce
Clickhouse 24.12
Expected behavior
I would expect it to respect the set query parameters. This is extremely useful for abstracting filtering away, but now you can't really use it when you need to accept user input.