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

Hook on-disk vortex files into benchmarking #565

Merged
merged 9 commits into from
Aug 8, 2024

Conversation

AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Aug 7, 2024

Adding the Vortex on-file format to our benchmarking suite

@AdamGS AdamGS marked this pull request as draft August 7, 2024 17:34
@AdamGS AdamGS force-pushed the adamg/benchmark-on-disk-vortex branch from cf43e18 to f4faa93 Compare August 7, 2024 17:37
@AdamGS AdamGS force-pushed the adamg/benchmark-on-disk-vortex branch from dac788d to 6709da8 Compare August 8, 2024 09:27
@AdamGS AdamGS marked this pull request as ready for review August 8, 2024 09:30
@AdamGS AdamGS changed the title [WIP] Hooking on-disk vortex files into benchmarking Hook on-disk vortex files into benchmarking Aug 8, 2024
@AdamGS AdamGS requested review from a10y and robert3005 August 8, 2024 09:33
Copy link
Member

@robert3005 robert3005 left a comment

Choose a reason for hiding this comment

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

Let's revert the visibility modifications

vortex-datafusion/src/datatype.rs Outdated Show resolved Hide resolved
vortex-serde/src/layouts/reader/builder.rs Outdated Show resolved Hide resolved
EquivalenceProperties::new(file_scan_config.file_schema.clone()),
partitioning,
EquivalenceProperties::new(projected_schema),
Partitioning::UnknownPartitioning(1),
Copy link
Member

Choose a reason for hiding this comment

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

we should figure this one out. Requires some extra config in the reader

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right now, we do only use a single partition in the file scan as all files are in the same group.

@AdamGS AdamGS enabled auto-merge (squash) August 8, 2024 10:02
@AdamGS AdamGS merged commit c33819a into develop Aug 8, 2024
3 checks passed
@AdamGS AdamGS deleted the adamg/benchmark-on-disk-vortex branch August 8, 2024 10:06
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