Yang Xiufeng

Results 90 comments of Yang Xiufeng

plan with 3 pr: - [ ] refactor auth with enum (user table, create/alter users parser and tests) - [ ] continue to refactor auth framework and support simple JWT...

add task: https://github.com/datafuselabs/databend/issues/6669

move to https://github.com/datafuselabs/databend/issues/7732

I already did some investigation after taking this issue https://github.com/datafuselabs/databend/issues/2931 I planned to add it after plan v2 is applied and new type systems are used. @sundy-li do you mean...

> Will databend support int128 firstly? yes

dup with https://github.com/datafuselabs/databend/issues/2931, close it

@Xuanwo https://github.com/datafuselabs/databend/blob/f5b31e2e28e4db0efb95147ad8194a28323cdbab/src/query/sql/src/planner/binder/location.rs#L388C1-L394C83 ``` // Path endswith `/` means it's a directory, otherwise it's a file. // If the path is a directory, we will use this path as root. //...

> Now we can confirme: > > in bendsql: > > start_query will send an auth and in query_page will send an auth. > > And now, each auth will...

`CONNECTION` itself is not stored, it is translated to `StorageParams` when create fuse table. To achieve this effect, need to either 1. able to restore CONNECTION from StorageParams 2. store...