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
Our Iceberg implementation uses a custom-implemented Catalog to perform testing.
Since our implementation is catalog-agnostic, we can likely leverage an Iceberg API catalog provider (such as JDBC + Sqlite) to act as the test catalog. This would reduce maintenance and provide a more accurate testing environment locally and in CI.
The text was updated successfully, but these errors were encountered:
Our Iceberg implementation uses a custom-implemented
Catalog
to perform testing.Since our implementation is catalog-agnostic, we can likely leverage an Iceberg API catalog provider (such as JDBC + Sqlite) to act as the test catalog. This would reduce maintenance and provide a more accurate testing environment locally and in CI.
The text was updated successfully, but these errors were encountered: