issues
search
delta-io
/
delta-kernel-rs
A native Delta implementation for integration with any query engine
Apache License 2.0
144
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adding some more miri tests
#503
nicklan
opened
21 hours ago
1
Add test to check crc files are ignored in `list_log_files`
#502
OussamaSaoudi-db
opened
21 hours ago
0
Allow `commitInfo`'s `operationParameters` to have non-string values
#501
zachschuermann
opened
23 hours ago
1
automate crates.io releases
#500
zachschuermann
opened
1 day ago
0
checkpointV2 write support
#499
zachschuermann
opened
1 day ago
0
checkpointV2 read support
#498
zachschuermann
opened
1 day ago
0
Log file listing should handle incomplete multi-part checkpoints
#497
OussamaSaoudi-db
opened
1 day ago
0
Failed parsing of log files should be ignored
#496
OussamaSaoudi-db
opened
1 day ago
0
Add methods for constructing `LogSegment` for Snapshot and for TableChanges
#495
OussamaSaoudi-db
closed
23 hours ago
1
Simplify log replay visitor and avoid materializing Add/Remove actions
#494
scovich
opened
1 day ago
1
implement table feature getters for `Protocol` and add test
#493
zachschuermann
closed
1 day ago
1
kernel should document which functions/methods are expensive to inform proper engine usage
#492
zachschuermann
opened
2 days ago
0
API to expose how many files were skipped in data skipping
#491
zachschuermann
opened
2 days ago
0
time travel support
#490
zachschuermann
opened
2 days ago
0
New snapshot API for creating snapshots based on existing snapshot
#489
zachschuermann
opened
2 days ago
0
FFI for getting a snapshot's partition columns
#488
zachschuermann
opened
2 days ago
0
Graceful file listing if checkpoint hint is missing
#486
scovich
opened
2 days ago
0
Add boundary test cases for UUID length and file extensions
#485
hackintoshrao
closed
14 hours ago
2
make codecov include doctests
#484
zachschuermann
opened
2 days ago
0
[do not merge] test pr
#483
zachschuermann
closed
2 days ago
2
new github action to auto-assign PR to author
#482
zachschuermann
closed
2 days ago
3
Improved row visitor API
#481
scovich
opened
2 days ago
1
new github action to auto-assign PR to author
#480
zachschuermann
closed
2 days ago
1
add cargo docs build in CI
#479
zachschuermann
closed
3 days ago
1
fix test_write_parquet expected size
#478
zachschuermann
closed
3 days ago
2
Move some common test-utils to their own crate
#477
nicklan
closed
2 days ago
4
Improve and clarify LogSegmentBuilder semantics for CDF and Snapshot cases
#476
OussamaSaoudi-db
opened
4 days ago
0
Add more rust based tests for ffi crate
#475
nicklan
opened
4 days ago
0
[DO NOT MERGE] Cdf Prototype
#474
OussamaSaoudi-db
opened
4 days ago
0
optimize `ParsedLogPath` -> `FileMeta` translation
#473
zachschuermann
opened
4 days ago
0
use `ParsedLogPath`s for files in `LogSegment`
#472
zachschuermann
closed
4 days ago
1
[chore] Rename EngineData::length as EngineData::len
#471
scovich
closed
4 days ago
3
inital take on some miri support
#470
nicklan
closed
4 days ago
2
fix parquet size in write tests
#469
zachschuermann
closed
1 week ago
1
derive Debug/Clone/Eq for `DvInfo` and `Stats` plus a few cleanups
#468
zachschuermann
closed
1 week ago
2
Simplify and clarify column name parsing logic
#467
scovich
closed
1 day ago
1
expand default parquet writer API to support multiple batches
#466
zachschuermann
opened
1 week ago
0
consider `write_metadata: impl IntoIterator` instead of a vector
#465
zachschuermann
opened
1 week ago
0
make transaction's `commit_info` a `Box` instead of `Arc`
#464
zachschuermann
opened
1 week ago
0
make `Snapshot` schema an Arc
#463
zachschuermann
opened
1 week ago
0
write-path generate_logical_to_physical always removes partition columns
#462
zachschuermann
opened
1 week ago
0
consider removing HEAD request in default engine parquet write
#461
zachschuermann
opened
1 week ago
0
[WIP] Add constructor for `Tablechanges` to get a CDF scan
#459
OussamaSaoudi-db
opened
1 week ago
1
Add support for parsing comma-separated column name lists
#458
scovich
closed
1 week ago
1
Add `LogSegmentBuilder` to construct `LogSegment`s
#457
OussamaSaoudi-db
closed
21 hours ago
5
Fix decimal in `get_testing_kernel_expression` and visitor printing
#456
OussamaSaoudi-db
closed
3 days ago
1
Fix `read_table` compilation on windows
#455
nicklan
closed
1 week ago
1
Add protocol validation, rename `mod features` to `table_features`
#454
zachschuermann
closed
2 days ago
1
parse table metadata.configuration as `TableProperties`
#453
zachschuermann
opened
1 week ago
2
Add workaround for MSVC specific C++ issue
#451
samansmink
opened
2 weeks ago
4
Next