File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
repository-ydb-v2/src/main/java/tech/ydb/yoj/repository/ydb/client Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 17
17
import tech .ydb .scheme .description .ListDirectoryResult ;
18
18
import tech .ydb .table .Session ;
19
19
import tech .ydb .table .description .TableDescription ;
20
- import tech .ydb .table .description .TableIndex ;
21
20
import tech .ydb .table .description .TableTtl ;
22
21
import tech .ydb .table .settings .AlterTableSettings ;
23
22
import tech .ydb .table .settings .Changefeed ;
@@ -280,7 +279,6 @@ private Table describeTableInternal(String path) {
280
279
})
281
280
.toList (),
282
281
table .getIndexes ().stream ()
283
- .filter (i -> i .getType () == TableIndex .Type .GLOBAL )
284
282
.map (i -> new Index (i .getName (), i .getColumns ()))
285
283
.toList (),
286
284
table .getTableTtl () == null || table .getTableTtl ().getTtlMode () == TableTtl .TtlMode .NOT_SET
You can’t perform that action at this time.
0 commit comments