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
// This is the actual schema for the table, with column IDs reassignedprotectedstaticfinalSchemaTABLE_SCHEMA =
newSchema(
required(1, "id", Types.IntegerType.get(), "unique ID 🤪"),
required(2, "data", Types.StringType.get()));
The text was updated successfully, but these errors were encountered:
org.apache.iceberg.catalog.CatalogTests#testBasicCreateTable
and other tests in https://github.com/apache/iceberg/blob/8e2eb9ac2e33ce4bac8956d4e2f099444d03c0e3/core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java#L493 use this to create a table:and then check for this:
The text was updated successfully, but these errors were encountered: