Skip to content
New issue

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

Potential schema/data loss when adding table columns concurrently in Hive with HMS or Glue #14745

Open
findepi opened this issue Oct 25, 2022 · 0 comments
Labels
bug Something isn't working correctness

Comments

@findepi
Copy link
Member

findepi commented Oct 25, 2022

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)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctness
Development

No branches or pull requests

1 participant