wangyi
wangyi
你好,当我运行到最后一步时,得到如下的error: > 50%] Building CXX object CMakeFiles/sqladvisor.dir/main.cc.o > In file included from /usr/include/glib-2.0/glib/galloca.h:32:0, > from /usr/include/glib-2.0/glib.h:30, > from /SQLAdvisor/sqladvisor/main.cc:13: > /usr/include/glib-2.0/glib/gtypes.h:32:24: fatal error: glibconfig.h: No such file or directory >...
能否把提供OpenAPI Specification的swagger文件,这样方便各种语言client的自动生成?
@yedf2 dtm的server是基于Gin开发的,所以应该可以使用 https://github.com/swaggo/gin-swagger 来自动生成swagger文档, 有了swagger文档后,任何语言就可以根据它来生成client,比如 https://github.com/OpenAPITools/openapi-generator
大佬,除了支持接入http,grpc,是否考虑支持直接传入action,compensation函数? 因为在开发过程中,经常会 - 直接使用其他服务提供的sdk - 有些第三方的服务不支持http,grpc,比如直接使用jdbc,写一个http的wrapper又比较繁琐 如果能直接传入函数的话,就非常方便了,比如go中 ``` Go func action1(payload interface) error { } func compensate1(payload interface) error { } func action2(payload interface) error { } func compensate2(payload interface)...
提供 helm chart或者直接上k8s的operator,就更方便k8s上的部署
i already made a pr but nobody replies yet, here is the repo: https://github.com/csimplestring/parquet-go if you want to use
Hi @benc-db , the solution you proposed does not work. using `tblproperties: { "column.meta": "value" }` nothing populated in Data Explorer UI
this is awesome! I already developed a connector for Go: https://github.com/csimplestring/delta-go definitely I will refactor to follow this design !
Hi @felipepessoto @tdas I am keeping a closer eye on this Java version kernel api development. Yes, definitely I plan to support this in Go. In this repo: https://github.com/csimplestring/delta-go, it...