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 1717import tech .ydb .scheme .description .ListDirectoryResult ;
1818import tech .ydb .table .Session ;
1919import tech .ydb .table .description .TableDescription ;
20- import tech .ydb .table .description .TableIndex ;
2120import tech .ydb .table .description .TableTtl ;
2221import tech .ydb .table .settings .AlterTableSettings ;
2322import tech .ydb .table .settings .Changefeed ;
@@ -280,7 +279,6 @@ private Table describeTableInternal(String path) {
280279 })
281280 .toList (),
282281 table .getIndexes ().stream ()
283- .filter (i -> i .getType () == TableIndex .Type .GLOBAL )
284282 .map (i -> new Index (i .getName (), i .getColumns ()))
285283 .toList (),
286284 table .getTableTtl () == null || table .getTableTtl ().getTtlMode () == TableTtl .TtlMode .NOT_SET
You can’t perform that action at this time.
0 commit comments