apache / polaris

The interoperable, open source catalog for Apache Iceberg
http://polaris.io/
Apache License 2.0
1.02k stars 101 forks source link

[BUG] Test failures when testing against H2 database #301

Open sfc-gh-aixu opened 3 days ago

sfc-gh-aixu commented 3 days ago

Is this a possible security vulnerability?

Describe the bug

Update metaStoreManager configuration in polaris-service/src/test/resources/polaris-server-integrationtest.yml to

 metaStoreManager:
  type: eclipse-link

and then run ./gradlew build.

Some tests in PolarisOverlappingTableTest.java would fail due to initialization conflict.

To Reproduce

No response

Actual Behavior

No response

Expected Behavior

No response

Additional context

No response

System information

No response