Edmondo Porcu

Results 48 issues of Edmondo Porcu

With the improvements of Delta Table and the previous existing optimizations, it becomes a little bit harder to wrap our head around it. - Data skipping via statistics - Data...

## Which issue does this PR close? Closes #10102

sql
logical-expr
optimizer
core

# Description Enabling send_guard and using ARC makes the crate much more friendly to usage in multi-threaded environment, making the session `Send` and `Sync`

## Which issue does this PR close? Closes #9370 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...

## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?

## What was changed Add the WorkerVersioningId field in the output of `tctl task-queue describe` ## Why? ## Checklist 1. Closes https://github.com/temporalio/cli/issues/119 3. How was this tested: TODO: is there...

This pr addresses #128 trying to add test coverage for review resource. The current proposal is to introduce a request builder that provides a fluent API to the backend, or...

**Describe the bug** `ServerStream.Send()` can return an error, which should be correctly handled in implementation of Handler. ```go // ServerStream is the handler's view of a server streaming RPC. //...

enhancement

Amir on Discord: Feature Request: Websocket sink. Our use case is to immediately trigger an action, instead of sending to an intermediary sink like Kinesis to then trigger an action....

At the moment, Arroyo has only API tests here: https://github.com/ArroyoSystems/arroyo/tree/master/integ It would be great: - to validate the helm chart on each pull requests, to catch errors related to integrating...