-
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
Predicates pushdown to REAL type in MySQL and MemSQL return incorrect result #9998
Comments
Any clue why this wasn't found by |
@findepi Because these connectors were overriding if (typeName.equals("real")
|| typeName.equals("timestamp")) {
// TODO this should either work or fail cleanly
return Optional.empty();
} |
@ebyhr |
@ssheikin Sorry, I don't remember the details. I think the implementation in both JDBC drivers and servers has been changed. It worth checking the latest behavior. |
For ClickHouse with |
I haven't confirmed all connectors, but PostgreSQL works fine.
The text was updated successfully, but these errors were encountered: