-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update PostgreSQL driver to latest #5712
Conversation
should |
I'll see if I can write a test case to expose this issue. The issue is with the |
You can see existing tests |
@findepi I am able to reproduce this by setting Interestingly enough, updating the driver to the latest version doesn't seem to help and it still fails with that error. Looking at using
|
@adamjshook what is the meaning of the |
I was looking for a means to force the JDBC client to retrieve the time in a binary format in order to have it use
I think we are lucky in the sense that this function isn't used in any of the tests, but I don't have enough information to know under what circumstances a user would hit this problem -- any time the |
Updates
presto-root
to use the latestpostgresql
driver to address bug fixes, specificallytime
type handling in pgjdbc/pgjdbc#1570.checker-qual
exclusions are to address an enforcer failure; see below for example. Let me know if this should be addressed a different way.