zstan commented on a change in pull request #9774: URL: https://github.com/apache/ignite/pull/9774#discussion_r795890671
########## File path: modules/calcite/src/test/sql/join/full_outer/test_full_outer_join_many_matches.test_ignore ########## @@ -1,16 +1,12 @@ # name: test/sql/join/full_outer/test_full_outer_join_many_matches.test # description: Test FULL OUTER JOIN with many matches # group: [full_outer] -# Ignore https://issues.apache.org/jira/browse/IGNITE-15563 statement ok -PRAGMA enable_verification +CREATE TABLE integers AS SELECT a i, 1 j FROM table(system_range(1, 2000, 1)) t1(a) Review comment: Thanks, you are right, NULL at upper registry helps here, but fails other previously passed tests, so i just change resulting hash here, seems there is some incompatibility in hash calculation between duck db and sqlite. -- 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]
