Skip to content

Commit

Permalink
autolint
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-maynard committed Sep 11, 2024
1 parent cd74b58 commit 778c60e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ public void before() {
PolarisConfiguration.ALLOW_EXTERNAL_TABLE_LOCATION.catalogConfig(), "true")
.addProperty(
PolarisConfiguration.ALLOW_UNSTRUCTURED_TABLE_LOCATION.catalogConfig(), "true")
.addProperty(
PolarisConfiguration.LIST_PAGINATION_ENABLED.catalogConfig(), "true")
.addProperty(PolarisConfiguration.LIST_PAGINATION_ENABLED.catalogConfig(), "true")
.setStorageConfigurationInfo(storageConfigModel, storageLocation)
.build());

Expand Down

0 comments on commit 778c60e

Please sign in to comment.