tcodehuber
tcodehuber
> If the dashboard module's codes are modified, please recompile the project frontend Now the front end can automatically submit the built files through the Maven plugin.
能否支持 insert into/overwrite db.tab [(column list)] select *, 目前db-sql-parser语法不报错需要去掉column list, 但是sparksql是支持这个语法的,https://spark.apache.org/docs/latest/sql-ref-syntax-dml-insert-table.html  @liuxy0551
insert overwrite db.user (id, name, ts) select id, name, ts from db.tuser; 
> > insert overwrite db.user (id, name, ts) select id, name, ts from db.tuser;  > > @tcodehuber 看下你依赖的版本是多少,我这边是 `"monaco-sql-languages": "0.12.2"`, `"dt-react-monaco-editor": "1.0.4"` 估计是依赖的版本问题,目前还是vue2。我们再排查下,感谢🙏
I met the same issue after I rebooted the risingwave cluster. Error log is found in the compactor pod: `thread 'rw-compaction' panicked at /risingwave/src/storage/hummock_sdk/src/key.rs:1066:21: key UserKey { 246, TableKey {...
@zhoujinsong @hameizi Can you take some time to review the PR? I have tested in my own env, in which it works ok.
@wangtaohz I have resolved conflicts, please review it again.
I will fix it later. @7hong
Can I undertake this issue?