We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68103f5 commit c1dd86eCopy full SHA for c1dd86e
app/config/server.proto
@@ -292,6 +292,9 @@ message TYdbConfig {
292
// In MODE_QUERY_SERVICE_NATIVE the YDB connector uses YDB's Query Service
293
// via native YDB interface.
294
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;
298
}
299
300
// Mode parametrizes the way YDB connector interacts with YDB servers.
0 commit comments