dentiny
dentiny
### What version of rules_go are you using? V0.29.0 ### What version of gazelle are you using? V0.24.0 ### What version of Bazel are you using? V5.0.0 ### Does this...
Hi, I think the link to "Write a time-series database engine from scratch", might be this one? https://nakabonne.dev/posts/write-tsdb-from-scratch/
This PR proposed fixed for metrics collection for completed rpc stats.
## Which issue does this PR close? This PR sync up with upstream iceberg spec on deletion vector related fields. Reference PR: https://github.com/apache/iceberg/pull/11240 Reference file: https://github.com/apache/iceberg/blob/main/format/spec.md#manifests Context: I'm working on...
### Is your feature request related to a problem or challenge? Hi team, this feature request is half a question on puffin / deletion vector progress, and half on feature...
## What changes are included in this PR? This PR adds linting and formatting logic into precommit hook, the code is copied from CI setup to keep consistency. https://github.com/apache/iceberg-rust/blob/5677d446dec1361459d42a6c3672d8ec605a289a/.github/workflows/ci.yml#L52-L60 The...
### Is your feature request related to a problem or challenge? As @Xuanwo mentioned at https://github.com/apache/iceberg-rust/issues/1071#issuecomment-2714693408 If we provide extra information in error status (i.e. `retriable`), users could interpret them...
### Is your feature request related to a problem or challenge? It's possible to have large number of namespace and tables, with query taking long time listing these large entities....
### What happens? A followup issue for https://github.com/cwida/duckpgq-extension/issues/190 In the [PR](https://github.com/cwida/duckpgq-extension/pull/191), I implement the basic property existence check based on the property name, but it doesn't check property expression. ###...
**Is your feature request related to a problem? Please describe.** Duckdb natively supports external cache since v1.3.0, should check whether we could integration it. For example, a unified cache with...