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

Handle concurrent writes for Iceberg Polaris catalog #23941

Open
pajaks opened this issue Oct 28, 2024 · 0 comments
Open

Handle concurrent writes for Iceberg Polaris catalog #23941

pajaks opened this issue Oct 28, 2024 · 0 comments

Comments

@pajaks
Copy link
Member

pajaks commented Oct 28, 2024

Test testDeleteRowsConcurrently often fails with errors like:

Error:  Failures: 
Error:  io.trino.plugin.iceberg.catalog.rest.TestIcebergPolarisCatalogConnectorSmokeTest.testDeleteRowsConcurrently
Error:    Run 1: TestIcebergPolarisCatalogConnectorSmokeTest>BaseIcebergConnectorSmokeTest.testDeleteRowsConcurrently:171 
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT * FROM test_concurrent_delete4yww1ir2ow]] 
Expecting actual:
  (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)
to contain exactly in any order:
  [(0, 1, 0, 0), (0, 0, 0, 1)]
but the following elements were unexpected:
  (0, 0, 1, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant