-
Notifications
You must be signed in to change notification settings - Fork 145
New Parquet-Variant encoding #7130
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
Open
AdamGS
wants to merge
13
commits into
develop
Choose a base branch
from
adamg/parquet-variant
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a797536
New Parquet-Variant encoding
AdamGS 26b2f68
fix
AdamGS 40a95b4
dt/ts types
AdamGS 87412e2
Split mega lib file
AdamGS ef8eaf1
some more stuff
AdamGS 1cf1862
More tests and docs
AdamGS 140be1c
Initial work
AdamGS a9cc0b1
more things
AdamGS 1102147
doc fix
AdamGS 5a2028b
Clear up nullability
AdamGS b4ae19e
more tests
AdamGS f63e092
take/slice/filter kernels
AdamGS 338af8a
try build wasm
AdamGS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| [package] | ||
| name = "vortex-parquet-variant" | ||
| authors = { workspace = true } | ||
| categories = { workspace = true } | ||
| description = "Vortex Parquet Variant array" | ||
| edition = { workspace = true } | ||
| homepage = { workspace = true } | ||
| include = { workspace = true } | ||
| keywords = { workspace = true } | ||
| license = { workspace = true } | ||
| readme = { workspace = true } | ||
| repository = { workspace = true } | ||
| rust-version = { workspace = true } | ||
| version = { workspace = true } | ||
| publish = false | ||
|
|
||
| [lints] | ||
| workspace = true | ||
|
|
||
| [dependencies] | ||
| arrow-array = { workspace = true } | ||
| arrow-buffer = { workspace = true } | ||
| arrow-schema = { workspace = true } | ||
| chrono = { workspace = true } | ||
| parquet-variant = { workspace = true } | ||
robert3005 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| parquet-variant-compute = { workspace = true } | ||
| prost = { workspace = true } | ||
| vortex-array = { workspace = true } | ||
| vortex-buffer = { workspace = true } | ||
| vortex-error = { workspace = true } | ||
| vortex-mask = { workspace = true } | ||
| vortex-proto = { workspace = true } | ||
| vortex-session = { workspace = true } | ||
|
|
||
| [dev-dependencies] | ||
| rstest = { workspace = true } | ||
| vortex-array = { workspace = true, features = ["_test-harness"] } | ||
|
|
||
| [package.metadata.cargo-machete] | ||
| ignored = ["getrandom_v03"] | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.