Winter Zhang

Results 22 comments of Winter Zhang

Why need to change `databend_common_exception::exception::Result` to `std::result::Result`. Perhaps it is compatible? ``` pub type databend_common_exception::exception::Result = std::result::Result; ```

unstop recursion in binder with recursive cte. cc: @xudong963

reproduce: https://github.com/datafuselabs/databend/pull/15596/files#diff-e422a3f3888d72afcada625833a5c984f9665a8ce3d4f32b635e3315e849b717R22

Please try again with a version after `1.2.630-nightly`

Can you provide the some logs for this period? You can use `grep $QUERY_ID logs_file` to retrieve logs related to the query.

When only network failures occur and the server is still available, it is safe to retry between nodes. However, if the instance has already been killed, it is not possible...

binary size: ``` ls -lsh ./target/release/databend-query* 332M -rwxr-xr-x 2 ubuntu ubuntu 332M Oct 19 11:07 ./target/release/databend-query 1.2G -rw-r--r-- 1 ubuntu ubuntu 1.2G Oct 19 11:16 ./target/release/databend-query.debug ``` default: ``` ./target/release/databend-query...

aarch64-unknown-linux-gnu and x86_64-unknown-linux-musl test passed.

> @zhang2014 Good job! Will you consider to publish it as a crate? It‘s only rewritten for ELF, so I think it may not be able to handle all scenarios.