ygerzhedovich commented on code in PR #5357: URL: https://github.com/apache/ignite-3/pull/5357#discussion_r1991356940
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/varbinary/ItVarBinaryIndexTest.java: ########## @@ -45,12 +45,12 @@ public class ItVarBinaryIndexTest extends BaseIndexDataTypeTest<VarBinary> { @BeforeAll public void createTable() { - runSql("CREATE TABLE binary_fixed_length(id INTEGER PRIMARY KEY, test_key BINARY(10))"); - runSql("CREATE INDEX binary_fixed_length_test_key_idx on binary_fixed_length (test_key)"); + runSql("CREATE TABLE varbinary_fixed_length(id INTEGER PRIMARY KEY, test_key VARBINARY(10))"); Review Comment: fixed -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org