Gerd Zellweger

Results 104 issues of Gerd Zellweger

The 'invariant failed' error in the UI isn't enough to understand what's happening without running the dev version of the UI. This error should print more info where things failed...

Web Console
UX

Leftover from https://github.com/feldera/feldera/pull/1229 is to go back to original libraries once the patches are all merged and released - https://github.com/rkyv/rkyv/pull/448 (merged, not released) - https://github.com/chronotope/chrono/pull/1368 (merged, not released) - https://github.com/rkyv/rkyv/pull/462...

DBSP core

Need a list of which one we need to commit for storage

``` CREATE TABLE bla ( blabla INTERVAL NOT NULL ); ``` leads to ``` Incorrect syntax near the keyword 'INTERVAL' at line 5, column 13. Was expecting one of: ")"...

enhancement
SQL compiler
low priority

https://github.com/feldera/feldera/pull/1650 removed `sasl_oauthbearer_method: 'default'` from the default JSON list. I don't know what the negative implications of it are (aside from that it fixes connectors with PLAINTEXT auth). I do...

Web Console

It's surprising for the user (and not ideal operationally) if **not** changing a connector form (but pressing the update button) still leads to a change in the pipeline configuration as...

Web Console

can't tell what it is

Web Console

The options like ssl.key.pem etc. shouldn't stay in the JSON if I switch back to PLAINTEXT auth: https://github.com/feldera/feldera/assets/127654/fa429322-c801-4342-9c0c-0aa74140ba8e

Web Console

if we're connecting two kafka to a table (one with the correct format for the table and one with the wrong format) it only counts the errors but then doesn't...

bug
Web Console

- create a table and a views - add a connector to both table and view - delete the view in SQL - if there is no view left it's...

bug
Web Console
User-facing