Skip to content

Commit

Permalink
Removing the integration_object_store test which serves little value
Browse files Browse the repository at this point in the history
This test basically asserts that the ObjectStore implementations
actually do their jobs
  • Loading branch information
rtyler committed Dec 29, 2023
1 parent 9d6ecb5 commit d590796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 499 deletions.
10 changes: 1 addition & 9 deletions crates/deltalake-core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
target/
/.idea/
*.bat
tests/data/checkpoints_tombstones/expired/
tests/data/checkpoints_tombstones/metadata_broken/
tests/data/checkpoints_tombstones/metadata_false/
tests/data/checkpoints_tombstones/metadata_true/
tests/data/checkpoints_with_expired_logs/
tests/data/read_null_partitions_from_checkpoint/
tests/data/action_reconciliation/
tests/data/simple_table_with_no_checkpoint/
tests/data/simple_table_with_no_checkpoint_2/
tests/data
Loading

0 comments on commit d590796

Please sign in to comment.