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 vortex compressed benchmarks #577

Merged
merged 4 commits into from
Aug 9, 2024
Merged

Conversation

robert3005
Copy link
Member

@robert3005 robert3005 commented Aug 8, 2024

No description provided.

encodings/alp/src/array.rs Outdated Show resolved Hide resolved
@robert3005 robert3005 enabled auto-merge (squash) August 9, 2024 14:02
@robert3005 robert3005 merged commit a1c1da7 into develop Aug 9, 2024
3 checks passed
@robert3005 robert3005 deleted the rk/compressorcontext branch August 9, 2024 14:14
}

impl VortexTableOptions {
pub fn new(schema: SchemaRef, data_files: Vec<VortexFile>) -> Self {
pub fn new(schema: SchemaRef, data_files: Vec<VortexFile>, ctx: Arc<Context>) -> Self {
Copy link
Contributor

Choose a reason for hiding this comment

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

99% of the time (100% of the time right now) you're gonna just be using the default codecs.

maybe it'd make more sense to have an extra_encodings config rather than requiring clients to build a whole context just to pass defaults

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 I agree with you. I am not happy with the flow here. I think there's probably just a default that has to have erverything for now.

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.

3 participants