-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL connector stopped pushdown TIMESTAMP filters #7413
Comments
Can you verify if pushdown works on a table with EDIT: Nevermind, I misread. See https://github.com/trinodb/trino/pull/6893/files#diff-3883710ef20dbb312f5760e3bfaae9358190b8559507ed9f986a0ef8f11fd03fR457-R460. Unfortunately I don't think there's any way at all to support this without fixing #6910 first. cc: @findepi |
I would expect that for MySQL columns created as |
In Trino
352
(pushdown works)In Trino
353+
(no pushdown)The text was updated successfully, but these errors were encountered: