-
Notifications
You must be signed in to change notification settings - Fork 115
Comparing changes
Open a pull request
base repository: feldera/feldera
base: v0.286.0
head repository: feldera/feldera
compare: v0.287.0
- 19 commits
- 34 files changed
- 8 contributors
Commits on Apr 9, 2026
-
types: resolve env vars in connector cfg
Fixes: #5799 Follows the same scheme as the kubernetes secret resolver. To resolve an env var successfully, the string must start with: `${env:` and end with `}`. The env var name then has to start from a valid alphabet, or underscore. The name then may contain numbers. Example: `"table": "${env:TABLE_NAME}"` Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3137caf - Browse repository at this point
Copy the full SHA 3137cafView commit details -
docs: document environment variables resolver
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com> [ci] apply automatic fixes Signed-off-by: feldera-bot <feldera-bot@feldera.com> apply suggestions from code review Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8432965 - Browse repository at this point
Copy the full SHA 8432965View commit details -
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
Configuration menu - View commit details
-
Copy full SHA for 6af3f1b - Browse repository at this point
Copy the full SHA 6af3f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65eef44 - Browse repository at this point
Copy the full SHA 65eef44View commit details
Commits on Apr 10, 2026
-
[python] Add optional arrow dependency and installation docs
Signed-off-by: Mattias Matthiesen <mattias.matthiesen@eviny.no>
Configuration menu - View commit details
-
Copy full SHA for d23c627 - Browse repository at this point
Copy the full SHA d23c627View commit details -
[python] Add Arrow IPC query API to client and pipeline
Signed-off-by: Mattias Matthiesen <mattias.matthiesen@eviny.no>
Configuration menu - View commit details
-
Copy full SHA for c4c0fe2 - Browse repository at this point
Copy the full SHA c4c0fe2View commit details -
[python] Add tests for Arrow IPC query results
Signed-off-by: Mattias Matthiesen <mattias.matthiesen@eviny.no>
Configuration menu - View commit details
-
Copy full SHA for 0be9804 - Browse repository at this point
Copy the full SHA 0be9804View commit details
Commits on Apr 11, 2026
-
[types] Fix f64 deserialization in DevTweaks inside flattened Pipelin…
…eConfig DevTweaks Option<f64> fields (bloom_false_positive_rate, balancer_balance_tax, etc.) fail to deserialize when nested inside PipelineConfig, which uses triggered by the workspace-wide arbitrary_precision feature: the Content buffer represents numbers as maps, producing "invalid type: map, expected f64". Apply the existing serde_via_value::deserialize workaround (already used by ResourceConfig.cpu_cores_min/max) to all four Option<f64> fields in DevTweaks. Also add the chrono "alloc" feature to fix a pre-existing compile error in adapter_stats.rs (to_rfc3339_opts returns String, which requires alloc). Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
Configuration menu - View commit details
-
Copy full SHA for 315c769 - Browse repository at this point
Copy the full SHA 315c769View commit details -
[SQL] Fix incorrect documentation for TO_HEX function
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
Configuration menu - View commit details
-
Copy full SHA for d5343c2 - Browse repository at this point
Copy the full SHA d5343c2View commit details
Commits on Apr 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c6e0247 - Browse repository at this point
Copy the full SHA c6e0247View commit details -
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
Configuration menu - View commit details
-
Copy full SHA for 46a2b6d - Browse repository at this point
Copy the full SHA 46a2b6dView commit details -
[PROFILER] Allow searching by a substring of a persistent ID
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
Configuration menu - View commit details
-
Copy full SHA for 5e5b2b0 - Browse repository at this point
Copy the full SHA 5e5b2b0View commit details -
Revert "[python] Add optional arrow dependency and installation docs"
This reverts commit d23c627.
Configuration menu - View commit details
-
Copy full SHA for 9dfbb3d - Browse repository at this point
Copy the full SHA 9dfbb3dView commit details -
Revert "[python] Add Arrow IPC query API to client and pipeline"
This reverts commit c4c0fe2.
Configuration menu - View commit details
-
Copy full SHA for 611b3bb - Browse repository at this point
Copy the full SHA 611b3bbView commit details -
Revert "[python] Add tests for Arrow IPC query results"
This reverts commit 0be9804.
Configuration menu - View commit details
-
Copy full SHA for 7b150e5 - Browse repository at this point
Copy the full SHA 7b150e5View commit details -
[SQL] Fix crash in waterline computation
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
Configuration menu - View commit details
-
Copy full SHA for dbb8fba - Browse repository at this point
Copy the full SHA dbb8fbaView commit details -
[SQL] Fix incorrect documentation for TO_HEX function
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
Configuration menu - View commit details
-
Copy full SHA for 77083a5 - Browse repository at this point
Copy the full SHA 77083a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec739d9 - Browse repository at this point
Copy the full SHA ec739d9View commit details -
[adapters] Delta input: revamp error handling and retry logic.
The connector already had retry logic in some places, but mostly relied on delta-rs for retries. This wasn't always enough and we saw timeouts and expired token errors bubbling up. This commit adds retry loops around all object store accesses. The loops are controlled by the new `max_retries` setting, similar to the output connector. By default, it will retry forever. The retry loops set health status to UNHEALTHY while retrying. If the pipeline is stopped and restarted during a retry, the connector resumes from the last successfully ingested table version. After exhausting retry attempts the connector fails permanently with a fatal error, which eliminates the possibility of data loss. There is an important caveat: Because retries may occur after partial progress (e.g., after partially processing a Delta log entry), the same data may be ingested more than once. This is consistent with the connector’s at-least-once delivery guarantee. Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0f7eae - Browse repository at this point
Copy the full SHA c0f7eaeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.286.0...v0.287.0