File tree 1 file changed +50
-2
lines changed
ydb/tests/functional/scheme_tests/canondata/tablet_scheme_tests.TestTabletSchemes.test_tablet_schemes_flat_schemeshard_
1 file changed +50
-2
lines changed Original file line number Diff line number Diff line change 4805
4805
"ColumnId": 34,
4806
4806
"ColumnName": "CreationConfig",
4807
4807
"ColumnType": "String"
4808
+ },
4809
+ {
4810
+ "ColumnId": 35,
4811
+ "ColumnName": "ReadRowsBilled",
4812
+ "ColumnType": "Uint64"
4813
+ },
4814
+ {
4815
+ "ColumnId": 36,
4816
+ "ColumnName": "ReadBytesBilled",
4817
+ "ColumnType": "Uint64"
4818
+ },
4819
+ {
4820
+ "ColumnId": 37,
4821
+ "ColumnName": "UploadRowsProcessed",
4822
+ "ColumnType": "Uint64"
4823
+ },
4824
+ {
4825
+ "ColumnId": 38,
4826
+ "ColumnName": "UploadBytesProcessed",
4827
+ "ColumnType": "Uint64"
4828
+ },
4829
+ {
4830
+ "ColumnId": 39,
4831
+ "ColumnName": "ReadRowsProcessed",
4832
+ "ColumnType": "Uint64"
4833
+ },
4834
+ {
4835
+ "ColumnId": 40,
4836
+ "ColumnName": "ReadBytesProcessed",
4837
+ "ColumnType": "Uint64"
4808
4838
}
4809
4839
],
4810
4840
"ColumnsDropped": [],
4844
4874
31,
4845
4875
32,
4846
4876
33,
4847
- 34
4877
+ 34,
4878
+ 35,
4879
+ 36,
4880
+ 37,
4881
+ 38,
4882
+ 39,
4883
+ 40
4848
4884
],
4849
4885
"RoomID": 0,
4850
4886
"Codec": 0,
5112
5148
"ColumnId": 10,
5113
5149
"ColumnName": "BytesProcessed",
5114
5150
"ColumnType": "Uint64"
5151
+ },
5152
+ {
5153
+ "ColumnId": 11,
5154
+ "ColumnName": "ReadRowsProcessed",
5155
+ "ColumnType": "Uint64"
5156
+ },
5157
+ {
5158
+ "ColumnId": 12,
5159
+ "ColumnName": "ReadBytesProcessed",
5160
+ "ColumnType": "Uint64"
5115
5161
}
5116
5162
],
5117
5163
"ColumnsDropped": [],
5127
5173
7,
5128
5174
8,
5129
5175
9,
5130
- 10
5176
+ 10,
5177
+ 11,
5178
+ 12
5131
5179
],
5132
5180
"RoomID": 0,
5133
5181
"Codec": 0,
You can’t perform that action at this time.
0 commit comments