clundro
clundro
It seems to be caused by the clap issue[#2734](https://github.com/clap-rs/clap/issues/2734) and some similar api-outdated cases. So we only need to use the rust-toolchain version greater than 1.51.0 (such as `nightly-2022-06-09`) in...
Could the repo provide the source code or give us a dataset about android 10 api ? Thanks for Axplorer
```sh dev=> CREATE TABLE t; CREATE_TABLE dev=> create materialized view mv as select * from t; CREATE_MATERIALIZED_VIEW dev=> insert into mv values (233); ERROR: Invalid input syntax: cannot change materialized...
```yaml - sql: | create table t; create source t with ( 'connector' = 'datagen' ) row format json; # error msg: failed basic_query.yaml # failed on case #22 (id:...
> Do you mean we cannot capture these error in the test runner? cc @skyzh Afterwards I add the `catalog_err` part to the test runner and then the command `./risedev...
I report this error for changing mv operations, not creating. So this error will be thrown in binder error. And creating mv error occurs in catalog error. @liurenjie1024 I search...
> > > > > I report this error for changing mv operations, not creating. So this error will be thrown in binder error. And creating mv error occurs in...
> In vscode settings, something like: > > ``` > { > "clangd.arguments": [ > "--compile-commands-dir=/data1/zzb/code/duckdb/build" > ] > } > ``` Thanks. It works well in wsl.
我们可以先设置个检查时间的配置参数,比如默认值可以弄成10分钟。 阈值我觉得>75都可以。在kvrocks中目前是满了再resume. https://github.com/apache/kvrocks/blob/7e23c0bea1eb3d9c561af2dc110ebb803e0f32fe/src/storage/event_listener.cc#L118
Maybe we don't support this command.