Jeremy

Results 30 issues of Jeremy

What would you like to be added: Support kubectl-kruise top cloneset [cloneset name] so that we can see the resource usage of each cloneset. Why is this needed: We often...

文章复制到微信公众号后都乱行了,用手机看的时候代码乱行,用电脑正常

Related issue: https://github.com/ScalefreeCOM/datavault4dbt/issues/131

Hi there, how about adding [Databend](https://github.com/datafuselabs/databend) as it does not seem to be currently supported. The cloud data warehouse of databend is https://app.databend.com. And I would like to make a...

### Search before asking - [X] I had searched in the [issues](https://github.com/datafuselabs/databend/issues) and found no similar issues. ### Version ``` The latest version. ``` ### What's Wrong? ![img_v3_0296_6a1d2b46-9aa7-4bf5-96ca-e5ed871b842g](https://github.com/datafuselabs/databend/assets/7600925/e85fa498-37a6-4ec4-bc11-f8a4a246bd7d) ### How...

C-bug

Should make a test as the following steps: 1. set max_active_session=10 2. do `insert`, `update`, `delete` concurrently Then there should not has exceed max session error.

if compress is true then compress the file to upload.

- Add `begin`, `commit`, `rollback` transaction method.

**Summary** ### reproduce step 1. create stage and generate ndjson file ``` CREATE STAGE sjhstage; copy into @sjhstage FROM ( SELECT * FROM ( VALUES (1, 'Chengdu', 80), (3, 'Chongqing',...