lmatz

Results 71 issues of lmatz

### Is your feature request related to a problem? Please describe. Currently, for example, we declare a source with `struct` as one of the fields and the connector = `datagen`....

good first issue
type/feature

test all data types generation(connector = `datagen`) in e2e tests _Originally posted by @lmatz in https://github.com/risingwavelabs/risingwave/issues/5481#issuecomment-1253508467_

good first issue
component/test

Local aggregation was discussed. IIRC, it sends deltas instead of updates(absolute values) to the global aggregation and thus becomes stateless. One problem is that we don't really know how many...

Check https://github.com/risingwavelabs/risingwave/tree/main/src/tests/regress to see how we enable the test case

help wanted
component/test

Check https://github.com/risingwavelabs/risingwave/tree/main/src/tests/regress to see how we enable the test case

help wanted
component/test

Now we have enabled our regress test in CI. We are planning to enable more test cases. PG has a lot of existing test cases. However: 1. We are not...

good first issue
help wanted
component/test
type/tracking
priority/high
difficulty/medium

### Describe the bug As the title, one WARN and one ERROR appear in the meta's log. Then nothing keeps running, compute node seems to exit. Compactor and Computer node's...

type/bug

If some of the hardcoded values should not be visible/tuned by users, we may introduce a `[developer]` section to the `src/config/risingwave.toml` or config them in a separate file to prevent...

type/enhancement
good first issue
help wanted
component/common
difficulty/simple

### Is your feature request related to a problem? Please describe. Simulate data skewness ### Describe the solution you'd like Use something off-the-shelf Power law distribution. Also single-hot-key scenario. ###...

type/feature

The original issue is at https://github.com/risingwavelabs/risingwave-test/issues/26. Move it here manually to generate more discussion. > Currently, RisingWave only supports creating sink on a MView: > > CREATE SINK my_sink FROM...