ygerzhedovich commented on code in PR #3641:
URL: https://github.com/apache/ignite-3/pull/3641#discussion_r1574454489


##########
modules/sql-engine/src/integrationTest/sql/types/row/test_row.test:
##########
@@ -0,0 +1,45 @@
+# name: sql/types/row/test_row.test
+# description: SQL feature F561 Full value expressions
+# feature: F561
+# group: [row]
+
+statement ok
+CREATE TABLE emp (empid INTEGER PRIMARY KEY, empname VARCHAR, empage INTEGER, 
salary INTEGER)
+
+statement ok
+INSERT INTO emp VALUES(1, 'Johnah', 47, 1200)
+
+statement ok
+INSERT INTO emp VALUES(2, 'Maria', 47, 2000)
+
+statement ok
+INSERT INTO emp VALUES(3, 'Noah', 47, 1200)
+
+statement ok
+INSERT INTO emp VALUES(4, 'Dave', 42, 1700)
+
+query T rowsort

Review Comment:
   what reason to have `rowsort` option here and below?



-- 
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]

Reply via email to