-
Notifications
You must be signed in to change notification settings - Fork 480
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
Row counts don't match row counts from using a JDBC connection or when using an apache adbc connection #2116
Comments
Hello @matquant14 , Thanks for the update. Could you please check
Please let us know. |
Hi @sfc-gh-sghosh, I'm running a complex SQL query w/ multiple joins. It's not for a single table. I'm using our enterprise account, so would rather not share those details publicly. Is there a secure way to share those details? I did re-run everything, using the snowsight UI, DataGrip IDE with3.20.0 JDBC, python snowflake connector, and the python adbc connection, and I have inconsistent results across the board which has me even more concerned now ┌───────────────────────────────────┬──────────┐
│ Connection Type │ Counts │
├───────────────────────────────────┼──────────┤
│ Snowsight UI │ 5629 │
│ DataGrip JDBC 3.20.0 │ 5625 │
│ Snowflake Python Connector 3.12.4 │ 5625 │
│ ADBC Snowflake 1.13.0 │ 5634 │
└───────────────────────────────────┴──────────┘ |
Hello @matquant14 , Please open an official support ticket with account details and query IDs; we need those for investigation. Regards, |
Hello @matquant14 , Closing the issue on Github, pleas open an official support ticket with account details and query IDs; we need those for investigation. Regards, |
Python version
3.12.7
Operating system and processor architecture
Windows-10-10.0.19045-SP0
Installed packages
What did you do?
What did you expect to see?
Row counts match across connection types.
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: