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
Can be reproduced with io.trino.testing.BaseConnectorTest#testAddColumnConcurrently if this gets run against the right setup (see #14743 for draft of the right setup).
java.lang.AssertionError: [Rows for query [DESCRIBE test_add_column1a0swb9g7k projected with [0]]]
Expecting:
<(col), (col0)>
to contain exactly in any order:
<[(col), (col0), (col1), (col2), (col3)]>
but could not find the following elements:
<(col1), (col2), (col3)>
The text was updated successfully, but these errors were encountered:
Can be reproduced with
io.trino.testing.BaseConnectorTest#testAddColumnConcurrently
if this gets run against the right setup (see #14743 for draft of the right setup).The text was updated successfully, but these errors were encountered: