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

Expose ViewContext and page byte ranges in array reader #339

Merged
merged 6 commits into from
Jun 4, 2024
Merged

Conversation

robert3005
Copy link
Member

No description provided.

@robert3005 robert3005 changed the title Add missing reader and writer APIs Expose ViewContext and page byte ranges in array reader Jun 4, 2024
@robert3005 robert3005 enabled auto-merge (squash) June 4, 2024 10:30
@robert3005 robert3005 disabled auto-merge June 4, 2024 11:08
@robert3005 robert3005 enabled auto-merge (squash) June 4, 2024 11:08
@@ -107,5 +107,5 @@ zigzag = "0.1.0"
warnings = "deny"

[workspace.lints.clippy]
all = "deny"
all = { level = "deny", priority = -1 }
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this do?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is part of us using nightly, seems like they now complain if two rules have same "priority" so you make this priority lower so it can be overriden by individual rules

@@ -300,7 +300,7 @@ pub fn unpack_single(array: &BitPackedArray, index: usize) -> VortexResult<Scala
/// The caller must ensure the following invariants hold:
/// * `packed.len() == (length + 1023) / 1024 * 128 * bit_width`
/// * `index_to_decode < length`
/// Where `length` is the length of the array/slice backed by `packed` (but is not provided to this function).
/// Where `length` is the length of the array/slice backed by `packed` (but is not provided to this function).
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix

Copy link
Member Author

Choose a reason for hiding this comment

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

This is also us using nightly

@robert3005 robert3005 merged commit 681e7b3 into develop Jun 4, 2024
3 checks passed
@robert3005 robert3005 deleted the rk/read branch June 4, 2024 11:41
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