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

joinp: add snappy compression/decompression support #1413

Merged
merged 4 commits into from
Nov 12, 2023

Conversation

jqnatividad
Copy link
Owner

No description provided.

also fix joinp cross so it supports --output option
warning: this expression creates a reference which is immediately dereferenced by the compiler
   --> src/cmd/joinp.rs:511:78
    |
511 |                     util::decompress_snappy_file(&input1_path.to_path_buf(), &tmpdir)?;
    |                                                                              ^^^^^^^ help: change this to: `tmpdir`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
    = note: `#[warn(clippy::needless_borrow)]` on by default

warning: this expression creates a reference which is immediately dereferenced by the compiler
   --> src/cmd/joinp.rs:536:78
    |
536 |                     util::decompress_snappy_file(&input2_path.to_path_buf(), &tmpdir)?;
    |                                                                              ^^^^^^^ help: change this to: `tmpdir`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
@jqnatividad jqnatividad merged commit 0b8aee4 into master Nov 12, 2023
5 of 6 checks passed
tests/test_joinp.rs Dismissed Show dismissed Hide dismissed
tests/test_joinp.rs Dismissed Show dismissed Hide dismissed
tests/test_joinp.rs Dismissed Show dismissed Hide dismissed
tests/test_joinp.rs Dismissed Show dismissed Hide dismissed
tests/test_joinp.rs Dismissed Show dismissed Hide dismissed
tests/test_joinp.rs Dismissed Show dismissed Hide dismissed
tests/test_sqlp.rs Dismissed Show dismissed Hide dismissed
tests/test_sqlp.rs Dismissed Show dismissed Hide dismissed
tests/test_sqlp.rs Dismissed Show dismissed Hide dismissed
@jqnatividad jqnatividad deleted the joinp_snappy_support branch December 12, 2023 05:44
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.

None yet

1 participant