xtern commented on code in PR #4163: URL: https://github.com/apache/ignite-3/pull/4163#discussion_r1700108831
########## modules/sql-engine/src/integrationTest/sql/order/test_order_variable_size_payload.test_ignore: ########## @@ -397,10 +392,10 @@ NULL [[d, d, d]] # lists longer than STANDARD_VECTOR_SIZE statement ok -CREATE TABLE test9 AS (SELECT range % 4 i, range j FROM range(5000)); +CREATE TABLE test9(i INT, j INT) statement ok -INSERT INTO test9 VALUES (0, NULL), (1, NULL), (2, NULL), (3, NULL) Review Comment: Removed by mistake , fixed, thanks. -- 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]
