Skip to content

Tags: feldera/feldera

Tags

v0.281.0

Toggle v0.281.0's commit message
ci: update feldera-dev image to use uv 0.11.3

Signed-off-by: Abhinav Gyawali <[email protected]>

v0.280.0

Toggle v0.280.0's commit message
[docs] Bump lodash version

Signed-off-by: Karakatiza666 <[email protected]>

v0.279.0

Toggle v0.279.0's commit message
[ci] apply automatic fixes

Signed-off-by: feldera-bot <[email protected]>

v0.278.0

Toggle v0.278.0's commit message
[adapters]: parallel delta output encoder

Use SplitCursor to split the batch and distribute it across tasks,
each task retries encoding and writing to delta lake and then returns
Add actions which main task retries to commit to delta lake

Signed-off-by: Swanand Mulay <[email protected]>

v0.277.0

Toggle v0.277.0's commit message
[ci] apply automatic fixes

Signed-off-by: feldera-bot <[email protected]>

v0.276.0

Toggle v0.276.0's commit message
[dbsp] Fix recently introduced bug in pairs seralizer.

Commit 99cbbbc ("[dbsp] Optimize how we cache rkyv serialization
data structures.") dropped the code that adds offsets to the offsets
array in PairsSerializer.  This broke multihost pipelines.  This fixes
the problem.

Thanks to Swanand Mulay for reporting the issue.

Signed-off-by: Ben Pfaff <[email protected]>

v0.275.0

Toggle v0.275.0's commit message
[SQL] Fix incorrect implementation of LEFT JOINs after sharing indexes

Signed-off-by: Mihai Budiu <[email protected]>

v0.274.0

Toggle v0.274.0's commit message
feldera-types: remove unused dependencies

Removes dependencies `serde_yaml`, `url` and `async-nats`.

Signed-off-by: Simon Kassing <[email protected]>

v0.273.0

Toggle v0.273.0's commit message
build: quiet on warnings

In docker builds we often execute build scripts without a proper
.git folder present. In this case the vergen Emitter emits
a warning through cargo. This is confusing for users.

This make sure the warning disappears. Our code already
handles the cases where these env variables are not set.

Signed-off-by: Gerd Zellweger <[email protected]>

v0.272.0

Toggle v0.272.0's commit message
[ci] apply automatic fixes

Signed-off-by: feldera-bot <[email protected]>