Skip to content

Commit c1dd86e

Browse files
committed
Add MODE_QUERY_SERVICE_NATIVE_ARROW
1 parent 68103f5 commit c1dd86e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/config/server.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ message TYdbConfig {
292292
// In MODE_QUERY_SERVICE_NATIVE the YDB connector uses YDB's Query Service
293293
// via native YDB interface.
294294
MODE_QUERY_SERVICE_NATIVE = 2;
295+
// In MODE_QUERY_SERVICE_NATIVE_ARROW the YDB connector uses YDB's Query Service
296+
// via native YDB interface, but accepts data in the Arrow format.
297+
MODE_QUERY_SERVICE_NATIVE_ARROW = 3;
295298
}
296299

297300
// Mode parametrizes the way YDB connector interacts with YDB servers.

0 commit comments

Comments
 (0)