AMashenkov commented on a change in pull request #627:
URL: https://github.com/apache/ignite-3/pull/627#discussion_r798682867
##########
File path:
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItMixedQueriesTest.java
##########
@@ -306,32 +305,15 @@ public void testBangEqual() {
* 2) result set returned will be sorted as expected.
*/
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-15107")
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-14925")
public void testSelectWithOrdering() {
// sql("drop table if exists test_tbl", true);
// sql("create table test_tbl (c1 int)", true);
// sql("insert into test_tbl values (1), (2), (3), (null)", true);
- // TODO: support indexes.
https://issues.apache.org/jira/browse/IGNITE-14925
// sql("create index idx_asc on test_tbl (c1)", true);
// sql("create index idx_desc on test_tbl (c1 desc)", true);
- createTable(
Review comment:
sql("CREATE TABLE t(id INTEGER PRIMARY KEY, c1 int)");
--
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]