Skip to content

Commit 5599b80

Browse files
committed
Fixes
1 parent 51a3bb1 commit 5599b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/host/kqp_gateway_proxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ class TKqpGatewayProxy : public IKikimrGateway {
13941394
const TCreateSequenceSettings& settings, bool existingOk) override {
13951395
CHECK_PREPARED_DDL(CreateSequence);
13961396

1397-
if (!sessionCtx->Config().EnableSequences) {
1397+
if (!SessionCtx->Config().EnableSequences) {
13981398
IKqpGateway::TGenericResult errResult;
13991399
errResult.AddIssue(NYql::TIssue("Sequences are not supported yet."));
14001400
errResult.SetStatus(NYql::YqlStatusFromYdbStatus(Ydb::StatusIds::UNSUPPORTED));

0 commit comments

Comments
 (0)