magic

Results 7 comments of magic

> > @Xuanwo "reader got too much data" seems like an err raise from opendal? > > Oh, thanks a lot for your correction. I understand what happened now. >...

> https://docs.databend.com/sql/sql-commands/dml/dml-copy-into-table > > Maybe the copy into parameter FORCE=true can help you. This parameter is invalid or is automatically removed during execution. ![image](https://github.com/user-attachments/assets/6ac69c82-7340-4707-b3a2-904cc139d995) ![image](https://github.com/user-attachments/assets/e7520a5b-839e-4f86-9253-57da90a0a768)

> Could you please test with a newer version? I remember the first version of ORC did had a bug, which should have been fixed when refactoring by https://github.com/datafuselabs/databend/releases/tag/v1.2.562-nightly (or...

OK, thank you, looking forward to support, because other OLAP databases are supported

> please refer to #1694 You can try modifying TXN_GC interval: 600000 -> 60000 in daemon manager config and have an observation.请参考#1694 您可以尝试在守护进程管理器配置中修改 TXN_GC 间隔:600000 -> 60000 并进行观察。 no effect

> Already found the root cause of the bug. > > It's because we're confusing the usage of hostname and IP when `service_discovery.mode = local`, and trying to compare them...

> It's not a very orthodox way, but you can try set environment `MY_HOST_IP=`. e.g. `MY_HOST_IP=server-0` on server-0. (haven't tested) > > If you could compile binary, you can also...