Skip to content

Tags: feldera/feldera

Tags

v0.222.0

Toggle v0.222.0's commit message
[SQL] Fix incorrect nullability computation for column in ASOF JOIN

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

v0.221.0

Toggle v0.221.0's commit message
[rust] Procedural macros for Tup generation

Also add IsNone trait for future null optimization.

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

v0.220.0

Toggle v0.220.0's commit message
pipeline-manager: deployment resources status details

Adds a new field `deployment_resources_status_details` with information
about the status of the (Kubernetes) resources backing the pipeline.

The `deployment_runtime_status_details` are now also regularly updated
while the pipeline is provisioned.

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

v0.219.0

Toggle v0.219.0's commit message
[SQL] Fix bug in compilation of queries with interned strings

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

v0.218.0

Toggle v0.218.0's commit message
[dbsp] Transaction support for asof joins.

Refactor the asof join operator to split outputs over multiple steps,
so it doesn't produce very large output batches.

Signed-off-by: Leonid Ryzhyk <[email protected]>

v0.217.0

Toggle v0.217.0's commit message
py: fix minio credentials

Fixes a regresssion with the default minio credentials for the CI.

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

v0.216.0

Toggle v0.216.0's commit message
[SQL] Generate all default values for tables with key

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

v0.215.0

Toggle v0.215.0's commit message
[SQL] Use correct type for the connector_metadata variable (&VARIANT)

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

v0.214.0

Toggle v0.214.0's commit message
[SQL] Compiler support for balanced joins

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

v0.213.0

Toggle v0.213.0's commit message
[profiler-vis] Fix tooltip styles

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