-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
2.0-dev
### Commit ID
during one pr
### Other Environment Information
```Markdown
- Ha…
-
# Description
The Python binding has a hard-coded list of deltalake handlers that are registered:
https://github.com/delta-io/delta-rs/blob/fcd62ab10be9545eab296f03ae0e4324fc4be6cb/python/src/lib.…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
914d89b49
### Other Environment Information
```Markdo…
-
Today I realised my mental model of how our Raft library works is subtly wrong.
I assumed that when a node restarts, it loads the most recent snapshot into the FSM _and replays committed logs_ from…
banks updated
2 months ago
-
Having MySQL support for logstore seems sensible as its supported as an arbiter module for config reading.
MySQL is not going anywhere anytime soon and there are a lot of teams very familiar with with…
-
-
the current version of the code uses some hard-coded sql against the core logstore_standard_log table - some sites use different sql-supported logstores and we should really be using the logstore api …
-
We should add counters for bytes read/written for raft entry appends/retrieval.
Reads happen in `(*replicaRaftStorage).Entries`
Writes happen in `logstore.StoreEntries`. We'll want two counters,…
-
**Describe what's wrong**
```sql
create stream a(i int);
insert into a (i) values (1);
truncate stream a;
```
after that,
run `select * from table(a)` and you will get nothing,
but run…
-
## Feature request
### Overview
Remove the old scala LogStores located at https://github.com/delta-io/delta/tree/master/core/src/main/scala/org/apache/spark/sql/delta/storage
and then redirect …