gaoxinge

Results 6 comments of gaoxinge

@ouyuanning I add some sql tests for `asin`.

@fengttt I follow the steps in [build from source](https://github.com/matrixorigin/matrixone#building-from-source), but it fails with ``` $ ./mo-service -cfg ./etc/cn-standalone-test.toml 2022/10/23 03:35:44.726942 +0000 ERROR hakeeper-client-backend morpc/backend.go:623 init remote connection failed, retry later...

@mooleetzi I try the command, but it will raise error: ``` $ ./mo-service -launch ./etc/launch/launch.toml {"level":"INFO","time":"2022/10/23 08:48:48.376040 +0000","caller":"trace/trace.go:117","msg":"init GlobalBatchProcessor"} {"level":"INFO","time":"2022/10/23 08:48:48.388030 +0000","caller":"export/batch_processor.go:216","msg":"MOCollector Start"} {"level":"INFO","time":"2022/10/23 08:48:48.389582 +0000","caller":"trace/trace.go:125","msg":"init trace span processor"} {"level":"INFO","time":"2022/10/23...

@fengttt I have difficulty to run mo-service and pass test in the project for a long time. So I will close the pr to avoid wasting time, and I may...

Thx, I upgrade the rust to ``` cargo 1.64.0-nightly (4fd148c47 2022-08-03) release: 1.64.0-nightly commit-hash: 4fd148c47e733770c537efac5220744945d572ef commit-date: 2022-08-03 host: x86_64-pc-windows-gnu libgit2: 1.4.2 (sys:0.14.2 vendored) libcurl: 7.83.1-DEV (sys:0.4.55+curl-7.83.1 vendored ssl:Schannel) os: Windows...

@braaannigan You can run `cargo --version --verbose` command to check whether rust version is stable or nightly in your development directory right now. If rust is stable in your development...