OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

Support executing sql in `APIServer`

Open dl239 opened this issue 2 years ago • 6 comments

Currently, our Java and Python SDK are able to call the API to execute any SELECT and ISNERT SQL statements. However, the APIServer cannot support such an API. We need to make the APIServer to support this functionality.

  1. The related code of APIServer you need to update is xxx
  2. The underlying C++ API to support executing a SQL is xxx

dl239 avatar Jun 20 '22 02:06 dl239

Please assign this task to me

longranger2 avatar Jul 01 '22 12:07 longranger2

@longranger2 i have assignd it to you. thanks.

lumianph avatar Jul 01 '22 14:07 lumianph

Hi @lumianph ,Sorry about that I don't know how to solved this issue.It is my first time to participate in open source collaboration, Can you provide me with some help? Or please unassigned to me, and others want to contribute, please go on

longranger2 avatar Aug 10 '22 14:08 longranger2

@dl239 @vagetablechicken maybe we need some detailed notes about the gap between the new feature and current implementation

aceforeverd avatar Aug 11 '22 09:08 aceforeverd

@dl239 @vagetablechicken maybe we need some detailed notes about the gap between the new feature and current implementation

@aceforeverd What about the apiserver support for go sdk? Will it cover this issue?

vagetablechicken avatar Aug 15 '22 09:08 vagetablechicken

@dl239 @vagetablechicken maybe we need some detailed notes about the gap between the new feature and current implementation

@aceforeverd What about the apiserver support for go sdk? Will it cover this issue?

Mostly supported after #2277 , any other features ? @vagetablechicken @dl239

aceforeverd avatar Sep 19 '22 13:09 aceforeverd