We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://buildkite.com/risingwavelabs/main-cron/builds/1998#018e1846-fa8a-4950-b617-60da80bf8f0f
Command line is [sqllogictest -p 4566 -d dev test_case/iceberg_sink_upsert.slt] Executing sql: SELECT * FROM demo_db.demo_table ORDER BY id, v1 ASC Row(id=1, v1=1, v2=50, v3='1-50', v4=datetime.date(2022, 3, 11)) Row(id=1, v1=3, v2=2, v3='3-2', v4=datetime.date(2022, 3, 13)) Row(id=1, v1=8, v2=2, v3='8-2', v4=datetime.date(2022, 3, 18)) Row(id=1, v1=13, v2=2, v3='13-2', v4=datetime.date(2022, 3, 13)) tc.assertEqual(len(df), len(rows)) File "/usr/lib/python3.10/unittest/case.py", line 845, in assertEqual assertion_func(first, second, msg=msg) File "/usr/lib/python3.10/unittest/case.py", line 838, in _baseAssertEqual raise self.failureException(msg) AssertionError: 4 != 7
No response
The text was updated successfully, but these errors were encountered:
liurenjie1024
Successfully merging a pull request may close this issue.
Describe the bug
https://buildkite.com/risingwavelabs/main-cron/builds/1998#018e1846-fa8a-4950-b617-60da80bf8f0f
Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: