AMashenkov commented on code in PR #2485:
URL: https://github.com/apache/ignite-3/pull/2485#discussion_r1302912949
##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerSelfTest.java:
##########
@@ -1011,7 +1011,7 @@ public void testCreateSortedIndex() {
.tableName(TABLE_NAME)
.unique()
.columns(List.of("VAL", "ID"))
- .collations(List.of(CatalogColumnCollation.DESC_NULLS_FIRST,
CatalogColumnCollation.ASC_NULLS_LAST))
+ .collations(List.of(CatalogColumnCollation.DESC_NULLS_FIRST,
ASC_NULLS_LAST))
Review Comment:
Let's revert this or convert to static on-demand import for
`DESC_NULLS_FIRST`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]