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

[CALCITE-1353] Convert first_frame_max_size to an int32 #5

Closed
wants to merge 1 commit into from

Conversation

joshelser
Copy link
Member

@joshelser joshelser commented Apr 6, 2017

A uint64 is wrong because -1 is a valid value and Java can only
handle a max of 2^32, not 2^64, elements.

A uint64 is wrong because -1 is a valid value and Java can only
handle a max of 2**32, not 2**64, elements.
@asfgit asfgit closed this in 4a91a9e Apr 10, 2017
wnob pushed a commit to wnob/calcite-avatica that referenced this pull request Feb 14, 2024
wnob pushed a commit to wnob/calcite-avatica that referenced this pull request Feb 15, 2024
Anthrino pushed a commit to Anthrino/calcite-avatica that referenced this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant