Skip to content

Handle concurrent writes for Iceberg Polaris catalog #23941

Open
@pajaks

Description

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingicebergIceberg connector

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions