feat: add count_table_rows, insert_into_table, query_table for DirectoryNamespace#6112
Conversation
PR ReviewP0:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
f3ebdde to
d5e0b1f
Compare
…oryNamespace - Enable lance-io 'tencent' feature in java/lance-jni/Cargo.toml for COS support - Implement count_table_rows with version checkout and predicate filter - Implement insert_into_table with append/overwrite modes via Arrow IPC - Implement query_table with filter, limit, offset, version support - Add 8 unit tests covering all new methods and edge cases
d12d794 to
a54e229
Compare
|
Hi, thank you @XuQianJin-Stars for working on this. I noticed that this PR combines multiple different goals into one, which makes it difficult to review and cherry-pick. Could you split them into separate PRs instead? |
|
close #6111
Add count_table_rows, insert_into_table, query_table for DirectoryNamespace