vicky-run

Results 10 comments of vicky-run

![image](https://github.com/openGemini/openGemini/assets/65346388/f721eddb-3625-447d-853d-83172848227e) I test this function ok。Are you using the latest version? Or can you add information about the deployment and version?

Thanks for your reminder. We will fix this in an upcoming version.

More operators can be supported. Currently, only basic operators are planned to be supported. The mean function can be implemented using the sum and count fields. The calculation efficiency is...

Because the current streaming aggregation architecture is a two-layer aggregation architecture, the behavior of mean differs from that of min, max, sum, and count. To address this, we need to...

给你写一个样例代码 我在lib/util/lifted/vm/mergeset/路径下写了一个UT func TestName(t *testing.T) { lockPath := "" tb, err := OpenTable("/tmp/openGemini/data/data/xx/0/autogen/index/4_1762732800000000000_1763337600000000000/mergeset", nil, nil, &lockPath) if err != nil { t.Fatalf("cannot open table: %s", err) } defer tb.MustClose() tbNew,...

app/ts-meta/meta/handler.go文件中,加一个接口,方法可以这样写 // curl -i -XPOST "http://127.0.01:8091/forceMetaData" \ // --data-binary "{}" func (h *httpHandler) forceMetaData(w http.ResponseWriter, r *http.Request) { h.logger.Info("forceMetaData") var err error defer func() { h.handleResponse(w, err) }() defer func(Body...

这种会报partial write吧

不是问题,那就close吧