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 51a3bb1 commit 5599b80Copy full SHA for 5599b80
ydb/core/kqp/host/kqp_gateway_proxy.cpp
@@ -1394,7 +1394,7 @@ class TKqpGatewayProxy : public IKikimrGateway {
1394
const TCreateSequenceSettings& settings, bool existingOk) override {
1395
CHECK_PREPARED_DDL(CreateSequence);
1396
1397
- if (!sessionCtx->Config().EnableSequences) {
+ if (!SessionCtx->Config().EnableSequences) {
1398
IKqpGateway::TGenericResult errResult;
1399
errResult.AddIssue(NYql::TIssue("Sequences are not supported yet."));
1400
errResult.SetStatus(NYql::YqlStatusFromYdbStatus(Ydb::StatusIds::UNSUPPORTED));
0 commit comments