Noel Kwan

Results 113 issues of Noel Kwan

Several features are currently not fully supported, hence some parts of sqlsmith are disabled, or use workarounds. We should re-enable them when their dependent issues are fixed. Bugs: - [x]...

help wanted
type/tracking

**Describe the bug** Invalid agg should be caught in frontend. **To Reproduce** ``` create table t (v int); create materialized view m1 as select sum(INTERVAL '938796') as e from t;...

type/bug
good first issue
help wanted
component/batch
component/streaming
difficulty/simple

Parser should parse negative numbers as is, rather than into a unary_op neg, wrapping an inner value, to be consistent with Postgres. Postgres behaviour using (pglast): ``` [nix-shell:~/projects/risingwave-nix]$ ./query_parser.py "select...

Update q3 accoridng to https://github.com/DataTalksClub/data-engineering-zoomcamp/pull/519#issuecomment-1967270010

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? We need to include it in backwards compat tests...

type/fix
ci/run-main-cron
ci/run-backwards-compat-tests
ci/run-build
ci/main-cron/skip-ci

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Also tests sqlbackend, since that's used by single-node mode....

component/test
ci/run-main-cron
ci/run-docslt
ci/run-build
ci/run-build-other
ci/main-cron/skip-ci
ci/run-e2e-single-node-tests

buildkite: https://buildkite.com/risingwavelabs/main-cron/builds/1899#018deb4c-29e0-4ad8-a9a9-bc7c5ea713a4 Compute node logs: You can run the tests locally, see `ci/scripts/run-backfill-tests.sh`. The test which fails is: ``` e2e, test_backfill_tombstone ``` You can comment out the other tests at...

type/feature

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Also decouple `single_node` and `standalone` mode. Subsequent PRs will...

type/feature

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? For `./risedev psql`, there's a few second latency to...

type/feature

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Just trying out to see if we can catch...

component/test
ci/run-docslt
ci/run-build
ci/skip-ci
ci/run-build-other
ci/run-e2e-test