You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each of the assert in below test fails with below error when test is executed by adding to TestRedshiftConnectorSmokeTest
-- failure 1 --
[Rows for query [SELECTt1.c_char_casesensitive, t1.c_char_caseinsensitive, t2.c_char_casesensitive, t2.c_char_caseinsensitiveFROMtest_schema.case_sensitive_1_lt48j58o8g t1 JOINtest_schema.case_sensitive_2_5d4djs7s99 t2 ONt1.c_char_caseinsensitive=t2.c_char_caseinsensitive]]
Expecting actual:
(MiXeD1 , MiXeD2 , mIxEd1 , MiXeD2 )
to contain exactly in any order:
[]
but the following elements were unexpected:
(MiXeD1 , MiXeD2 , mIxEd1 , MiXeD2 )
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:740)
Each of the assert in below test fails with below error when test is executed by adding to
TestRedshiftConnectorSmokeTest
Similar related issue is reported for Oracle #23567
The text was updated successfully, but these errors were encountered: