This is an automated email from the ASF dual-hosted git repository.
dimas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from 1e6937384 Optimize the location overlap check with an index (#1686)
add 96b8be3d1 Add SUPPORTED_EXTERNAL_CATALOG_AUTHENTICATION_TYPES feature
configuration (#1931)
No new revisions were added by this update.
Summary of changes:
.../polaris/core/config/FeatureConfiguration.java | 12 ++
.../src/main/resources/application.properties | 1 +
.../polaris/service/admin/PolarisServiceImpl.java | 62 ++++--
.../service/admin/PolarisServiceImplTest.java | 238 +++++++++++++++++++++
4 files changed, 295 insertions(+), 18 deletions(-)
create mode 100644
service/common/src/test/java/org/apache/polaris/service/admin/PolarisServiceImplTest.java