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

fix: Generate S3 tpch data fixes for runson runners #2660

Merged
merged 3 commits into from
Mar 11, 2025

Conversation

robert3005
Copy link
Member

No description provided.

aws s3 cp --recursive bench-vortex/data/tpch/1 $REMOTE_PATH
# We can now clear generated data
rm -rf bench-vortex/data/
aws s3 cp --recursive bench-vortex/data/tpch/1 s3://vortex-bench-dev-eu/tpch-sf1/
Copy link
Member

Choose a reason for hiding this comment

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

AFAIK this will only delete old files iff we have new file with exact same name. Probably true but... maybe a source of bugs in the future?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think we will need a more elaborate setup in the future. This is good enough for now. We need to make a proper bench crate that will sync files with expected state

@robert3005 robert3005 enabled auto-merge (squash) March 11, 2025 17:02
@robert3005 robert3005 disabled auto-merge March 11, 2025 17:02
@robert3005 robert3005 merged commit 004fafd into develop Mar 11, 2025
26 checks passed
@robert3005 robert3005 deleted the rk/generatetpchS3 branch March 11, 2025 17:02
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