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

Change datatype of tpch keys from Int32 to UInt64 to support sf=1000 #836

Merged
merged 2 commits into from
Aug 7, 2021

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #834.

Rationale for this change

This is required to support testing at SF=1000 and above.

What changes are included in this PR?

Changes data type of keys from Int32 to UInt64.

Are there any user-facing changes?

No

@houqp houqp merged commit ee27f6e into apache:master Aug 7, 2021
@houqp houqp added the ballista label Aug 7, 2021
@andygrove andygrove deleted the tpch-keys-uint64 branch February 6, 2022 17:42
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.

Cannot run TPC-H benchmark at SF=1000 due to keys larger than 2,147,483,647
3 participants