fix: further ease the restriction of executing SQLs in new GRPC interface (#797)

* fix: carry not recordbatch result in FlightData, to allow executing SQLs other than selection in new GRPC interface

* Update src/datanode/src/instance/flight/stream.rs

Co-authored-by: Jiachun Feng <jiachun_feng@proton.me>
This commit is contained in:
LFC
2022-12-28 16:43:21 +08:00
committed by GitHub
parent 76236646ef
commit 04df80e640
22 changed files with 257 additions and 172 deletions

View File

@@ -18,6 +18,6 @@ serde.workspace = true
snafu.workspace = true
[dev-dependencies]
async-stream = "0.3"
async-stream.workspace = true
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }