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

Use int64 for TPC-H keys and set input schema to not nullable #714

Merged
merged 1 commit into from
May 23, 2024

Conversation

timsaucer
Copy link
Contributor

Which issue does this PR close?

None.

Rationale for this change

As requested by @andygrove this PR is a small update to the TPC-H data conversion from CSV to parquet. Users at large scales may have a problem of running out of unique keys.

What changes are included in this PR?

It sets the keys to use int64 instead of int32 and sets all fields as not null.

Are there any user-facing changes?

None.

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @timsaucer

@andygrove andygrove merged commit 0d42e77 into apache:main May 23, 2024
13 checks passed
@timsaucer timsaucer deleted the tsaucer/update-tpch-keys branch August 1, 2024 12:12
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