Edmondo Porcu
Edmondo Porcu
As I tried to implement https://github.com/ArroyoSystems/arroyo/issues/25, I had to face two type of errors: - errors coming from the invalid regexp, which can be handled at the time the AST...
## Changes This PR renames `experimental` to testkit, updates the codegen configuration, and the example that uses GoMock to encourage users to use the generated mocks ## Tests - [...
Today the package provides Assertion helpers for errors of three type: - assert the observable has an error (any error) - assert the observable has one error - assert the...
**What changed?** Addresses #537 **Why?** **How did you test it?** **Potential risks** **Is hotfix candidate?**
# Description This [documentation](https://delta-io.github.io/delta-rs/api/delta_table/#deltalake.DeltaTable.schema) describes the usage of `files_by_partition` but that API doesn't seem to be surfaced from the underlying rust implementation - [ ] Add unit tests once confirmed...
## Which issue does this PR close? Closes #10943 . - [x] Sliding window accumulator for min and max ## Rationale for this change ## What changes are included in...
Better wording
The following [snippet](https://github.com/NixOS/nix-pills/blob/master/pills/09-automatic-runtime-dependencies.md?plain=1#L100) execute patchelf --shrink-path before strip. ```console find $out -type f -exec patchelf --shrink-rpath '{}' \; -exec strip '{}' \; 2>/dev/null ``` Shouldn't strip be executed before shrink-rpath,...
### Describe the bug With https://github.com/apache/datafusion/issues/8708 we have simplified AggregateFunctions, however we haven't updated the documentation in all necessary places ### To Reproduce The how-to guide describes a way of...
## Which issue does this PR close? I had created https://github.com/apache/datafusion/issues/11595 which I had created when working on https://github.com/apache/datafusion/pull/11013 When I was using `create_aggregate_expr`, aliases for max_udaf wouldn't be serialized,...