zhanglistar

Results 53 comments of zhanglistar

> @zhanglistar Can you try symlinking it into `/data1/zzb/code/duckdb` and see it that helps? @HighCommander4 It does no help. Still got the error: `I[18:24:39.543] textDocument/clangd.fileStatus I[18:24:39.553] --> workspace/semanticTokens/refresh(1) I[18:24:39.553] -->...

> Maybe try using the `--compile-commands-dir` command line argument to clangd, as discussed in [this FAQ entry](https://clangd.llvm.org/faq#how-do-i-fix-errors-i-get-when-opening-headers-outside-of-my-project-directory)? @HighCommander4 Thanks for you reply, so how do I pass the argument of...

> @HighCommander4 This works! So where is wrong?

@kitaisreal Could you explain a little more things about how to do distributed query processing, do you will split SQL into multiple fragments to execute on multiple nodes or the...

@alexey-milovidov What about non-equal join? Any plan? Thanks.

https://github.com/apache/bookkeeper/pull/4194 https://github.com/apache/bookkeeper/pull/4196 Note

@csunny Thanks for your reply. Does the effect OK for production?

I had the same issue, try this: `curl -s -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"prompt":"def hello","max_tokens":100,"temperature":0.1,"stop":["\n\n"], "model":"py-model"}' http://localhost:5000/v1/engines/codegen/completions`

> Bottomline: the library is probably Ok but the benchmark is a nonsense. Just post the right benchmark code ?