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
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
The presto client API currently runs type checks against every single value it retrieves against the types specified by the user. This is unnecessary and has a performance impact. Fix this.
Note: The driver does NOT use the code path that does this type checking. This is only if you know the types in the database at compile-time, which the driver does not.
Low priority!
The text was updated successfully, but these errors were encountered:
The presto client API currently runs type checks against every single value it retrieves against the types specified by the user. This is unnecessary and has a performance impact. Fix this.
Note: The driver does NOT use the code path that does this type checking. This is only if you know the types in the database at compile-time, which the driver does not.
Low priority!
The text was updated successfully, but these errors were encountered: