|
Change Attribute Type COLUMN_ROWS_3_0 : Iterable<AdminRow> to COLUMN_ROWS_3_0 : ImmutableList<AdminRow> in class com.datastax.oss.driver.internal.core.metadata.schema.parsing.ViewParserTest |
From |
To |
|
Change Attribute Type COLUMN_ROWS_3_0 : Iterable<AdminRow> to COLUMN_ROWS_3_0 : ImmutableList<AdminRow> in class com.datastax.oss.driver.internal.core.metadata.schema.parsing.TableParserTest |
From |
To |
|
Change Attribute Type pages : LinkedList<AsyncResultSet> to pages : Deque<AsyncResultSet> in class com.datastax.oss.driver.internal.core.cql.MultiPageResultSet.RowIterator |
From |
To |
|
Change Attribute Type OPTION_CODECS : Map<String,TypeCodec<?>> to OPTION_CODECS : ImmutableMap<String,TypeCodec<?>> in class com.datastax.oss.driver.internal.core.metadata.schema.parsing.RelationParser |
From |
To |
|
Change Attribute Type INDEX_ROWS_3_0 : Iterable<AdminRow> to INDEX_ROWS_3_0 : ImmutableList<AdminRow> in class com.datastax.oss.driver.internal.core.metadata.schema.parsing.TableParserTest |
From |
To |
|
Change Attribute Type RESERVED_KEYWORDS : Set<String> to RESERVED_KEYWORDS : ImmutableSet<String> in class com.datastax.oss.driver.internal.core.util.Strings |
From |
To |
|
Change Attribute Type COLUMN_ROWS_2_2 : Iterable<AdminRow> to COLUMN_ROWS_2_2 : ImmutableList<AdminRow> in class com.datastax.oss.driver.internal.core.metadata.schema.parsing.TableParserTest |
From |
To |