Skip to content

Commit

Permalink
Merge 54aec79 into a456eb6
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd authored Jan 31, 2024
2 parents a456eb6 + 54aec79 commit ff0d125
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/config/muted_ya.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ ydb/tests/functional/kqp/kqp_indexes ConsistentIndexRead.InteractiveTx
ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach
ydb/tests/functional/postgresql test_postgres.py.TestPostgresSuite.test_postgres_suite*
ydb/tests/functional/restarts test_restarts.py.*
ydb/tests/functional/scheme_tests tablet_scheme_tests.py.TestTabletSchemes.test_tablet_schemes[flat_schemeshard]
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--*]
ydb/tests/functional/sqs/merge_split_common_table/fifo *
ydb/tests/functional/sqs/merge_split_common_table/std *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,16 @@
"ColumnId": 10,
"ColumnName": "ReplicationConfig",
"ColumnType": "String"
},
{
"ColumnId": 11,
"ColumnName": "IsTemporary",
"ColumnType": "Bool"
},
{
"ColumnId": 12,
"ColumnName": "OwnerActorId",
"ColumnType": "String"
}
],
"ColumnsDropped": [],
Expand All @@ -361,7 +371,9 @@
7,
8,
9,
10
10,
11,
12
],
"RoomID": 0,
"Codec": 0,
Expand Down Expand Up @@ -3533,6 +3545,16 @@
"ColumnId": 11,
"ColumnName": "ReplicationConfig",
"ColumnType": "String"
},
{
"ColumnId": 12,
"ColumnName": "IsTemporary",
"ColumnType": "Bool"
},
{
"ColumnId": 13,
"ColumnName": "OwnerActorId",
"ColumnType": "String"
}
],
"ColumnsDropped": [],
Expand All @@ -3549,7 +3571,9 @@
8,
9,
10,
11
11,
12,
13
],
"RoomID": 0,
"Codec": 0,
Expand Down

0 comments on commit ff0d125

Please sign in to comment.