Chris Lee

Results 9 issues of Chris Lee

# Pull Request ## What problem does this PR solve? 使用SPU实现chi2统计量的计算 Issue Number: Fixed #591 ## Possible side effects? - Performance: Test: ``` OK Chi2 stats result: [ 10.817831 3.7107298...

**What type of PR is this?** feat: support send report to a gRPC server **What this PR does / why we need it**: User can send report to a gRPC...

enhancement

## Summary This PR is for #131 ## Solution Description I have implemented cluster management cmd demo, but still not fully completed and tested yet. For Example: - Scale Command:No...

## Summary Add cmds foir tenant management : - create, list, update, upgrade, delete - show, scale, - changepwd, replaylog, switchover, activate ## Solution Description Associated issue #131

**Question** I thick the documentation maybe unclear in `Get the code, build and run` chapter, link is as follows: https://oceanbase.github.io/oceanbase/build-and-run/ In my environment, the port is not 10000 but 11000,...

type: bug
module: documentation
good first issue

我有一个想法,就是制作一款命令行启动小宇宙的工具,因为我感觉程序员群体和播客的受众有很大的交集,不知道是否可行呢?

源代码: ```go func constructBinaryTree(array []int) *TreeNode { var root *TreeNode nodes := make([]*TreeNode, len(array)) // 初始化二叉树节点 for i := 0; i < len(nodes); i++ { var node *TreeNode if array[i]...

## Summary Now we can use okctl to connect to cluster by sys tenant, the function for connecting to other tenant is in progress. ## Solution Description

## What type of PR is this? add helm chart for predefined-models ## What this PR does / why we need it: ## Which issue(s) this PR fixes: Fixes #153...