-
Notifications
You must be signed in to change notification settings - Fork 433
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
getColumns() API failing when number of columns in database is ~ 32k. #1246
Comments
this appears to be a database error, not a driver error |
Hi @shikharb97 , |
hi @shikharb97, I am going to create an environment to try to reproduce the issue. To speed things up, can you tell me what your schema looks like and what is the query you are using? |
hi @shikharb97, In the mean time, to work around the issue you could call the stored procedure Thank you for bringing this to our attention. |
any update on this? |
Thank you for the input, we'll take another look at prioritizing this issue. |
Driver version
8.1.1.jre8-preview
SQL Darawarehouse version
Effective version: Azure SQL Database (ver. 12.0.2531)
Client Operating System
Cent OS 7
JAVA/JVM version
openjdk version "1.8.0_232"
Table schema
Problem description
getColumns() API failing when number of columns in database is ~ 32k.
errorNumber: 103003
vendorCode: 103003
SQLState: S0001
errorMessage: Some part of your SQL statement is nested too deeply. Rewrite the query or break it up into smaller queries.
JDBC trace logs
Reproduction code
The text was updated successfully, but these errors were encountered: