Skip to content
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

Exceed 2GB limit for SQL queries #16

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DimitrisStaratzis
Copy link
Contributor

@DimitrisStaratzis DimitrisStaratzis commented Apr 7, 2023

The limitation in the driver side is due to the fact that we were saving the response in a byte[] array. I have made the changes to use an InputStream instead.

Copy link
Member

@Shelnutt2 Shelnutt2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice change! It looks like you modified the auto-generated code? Is there a way we can automate this type of change?

@DimitrisStaratzis
Copy link
Contributor Author

Nice change! It looks like you modified the auto-generated code? Is there a way we can automate this type of change?

It should be possible yes. As next steps I am planning to create a CI for this repo and then proceed to create an automated way to update based on the most recent spec. If I try to generate the repo from the spec now it will probably break. Thus, Ci is a priority.

@DimitrisStaratzis DimitrisStaratzis marked this pull request as draft June 3, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants