Gerd Zellweger
Gerd Zellweger
The following code leads to a segfault on MacOS ```rust pub fn debug_topology() { let topo = Topology::new(); for i in 0..topo.depth() { println!("*** Objects at level {}", i); for...
here are the worst offenders (stdev > 2) using 10 runs on the CI machine same invocation as the ci.bash script: | query | ('elapsed', 'mean') | ('elapsed', 'std') |...
I'm getting this during development of the UI (using yarn dev). I don't know why it happens but the only "fix" seems to be wiping build folders? There must be...
As reported in https://felderacommunity.slack.com/archives/C05P08AS74K/p1715737686619809 ``` CREATE TYPE ADDRESS AS ( address_type VARCHAR, address VARCHAR ); CREATE TYPE CustomType AS ( version TINYINT not null, address ADDRESS ); CREATE TABLE Data...
**Describe the bug** [Screencast from 04-16-2024 02:38:17 PM.webm](https://github.com/feldera/feldera/assets/127654/c7968866-021f-4ce5-b51c-a5377368134b) **To Reproduce** Steps to reproduce the behavior e.g., Curl commands or steps in the UI such as: 1. Start tutorial pipeline from...
I forgot if the PR has landed already that fixed a bunch of these but I just discovered this one: https://github.com/feldera/feldera/assets/127654/7afb747f-c98e-40a9-86c2-e28d8c20f487
0. start manager `RUST_LOG=info cargo run --bin=pipeline-manager --features pg-embed -- --compilation-profile dev` 1. Make a "secops" pipeline with SQL in UI [SQL code](https://raw.githubusercontent.com/feldera/feldera/main/demo/project_demo00-SecOps/project.sql) (using "secops" for program/pipeline name) 2. Enable...
This is mostly likely due to a stale cache in react-query? https://github.com/feldera/feldera/assets/127654/f3537d69-8ed8-4ae6-aab6-d27a3af75a77
The generated code should be the ground truth and shouldn't require patches.. We should get back to this by either - changing the rust code so that an amenable schema...