Skip to content

Commit

Permalink
Wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jun 13, 2021
1 parent da8d00d commit 06da7e0
Show file tree
Hide file tree
Showing 57 changed files with 292 additions and 1,980 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ members = [
"polars/polars-core",
"polars/polars-io",
"polars/polars-lazy",
"polars/polars-arrow",
]

5 changes: 1 addition & 4 deletions polars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ check:
-p polars-core \
-p polars-io \
-p polars-lazy \
-p polars-arrow

clippy:
cargo clippy -Z unstable-options --all-features \
-p polars-core \
-p polars-io \
-p polars-lazy \
-p polars-arrow

clippy-default:
cargo clippy -Z unstable-options
Expand All @@ -24,8 +22,7 @@ test:
-p polars-lazy \
-p polars-io \
-p polars-core \
-p polars-arrow -- \
--test-threads=2

test-doc:
cargo test -p polars-lazy -p polars-io -p polars-core -p polars-arrow --doc
cargo test -p polars-lazy -p polars-io -p polars-core --doc
15 changes: 0 additions & 15 deletions polars/polars-arrow/Cargo.toml

This file was deleted.

165 changes: 0 additions & 165 deletions polars/polars-arrow/src/array.rs

This file was deleted.

102 changes: 0 additions & 102 deletions polars/polars-arrow/src/bit_util.rs

This file was deleted.

23 changes: 0 additions & 23 deletions polars/polars-arrow/src/buffer.rs

This file was deleted.

0 comments on commit 06da7e0

Please sign in to comment.