Gerd Zellweger

Results 104 issues of Gerd Zellweger

Hi thanks for the great crate it's very useful, just wanted to let you know that the last release broke with semantic versioning due to this commit which I guess...

doing yarn build in the docs gives: ``` [WARNING] Docusaurus found broken anchors! Please check the pages of your site in the list below, and make sure you don't reference...

documentation

The current state is that we have something called `plan` (which is Calcite IR), it looks like this: ``` { "plan": { "error_view": { "rels": [ { "id": 0, "relOp":...

profiler

This came up for a user on the slack community. We can specify a custom postgres connection string but we can't currently change the postgres port from pg-embed (8082) which...

Pipeline manager

I don't think we have a way to cancel a running compilation

Web Console
Pipeline manager
CLI

some cleanups to future proof the --dataflow output: - [ ] the dataflow JSON includes a field "sources" with the SQL source; let's drop this field as we already have...

SQL compiler
IR

https://github.com/feldera/feldera/commit/de249990a7792fd789e8d38be1510296d045cb3a we clear the environment for the compiler server with this change. but now I think it would be better to just filter out the problematic variables instead of removing...

Pipeline manager

Sending a large dataframe to a feldera pipeline gives the following error: (Note this works fine locally so maybe it's some setting for sandbox or a combination of cloud +...

adapters
python-sdk

we should switch the web-console to use the arrow-ipc format instead of JSON to really fix #3546. _Originally posted by @gz in https://github.com/feldera/feldera/issues/3791#issuecomment-2759031978_

Web Console