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 Jul 3, 2023. It is now read-only.
I am using ODBC setup for presto sql 0.334. When I run count (*) against a table or select single column, I get same number of rows and correct result every time. But when I select all the columns, output query returns random number of rows. If the actual result contains 1000 rows, it would return result ranging from 0 to 1000.
My JDBC client gives consistent performance.
Would you please suggest how can I add debugging to know the root cause of this behavior.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using ODBC setup for presto sql 0.334. When I run count (*) against a table or select single column, I get same number of rows and correct result every time. But when I select all the columns, output query returns random number of rows. If the actual result contains 1000 rows, it would return result ranging from 0 to 1000.
My JDBC client gives consistent performance.
Would you please suggest how can I add debugging to know the root cause of this behavior.
The text was updated successfully, but these errors were encountered: