learnting opened a new issue, #4727: URL: https://github.com/apache/polaris/issues/4727
### Describe the bug Enable PURGE_VIEW_METADATA_ON_DROP and DROP_WITH_PURGE_ENABLED drop entity created to pg db, however, the task was not submitted to the taskExecutor. see dropView https://github.com/apache/polaris/blob/main/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java#L1034 and dropTable submit task to taskExecutor https://github.com/apache/polaris/blob/main/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java#L552 ### To Reproduce k8s image: docker.io/apache/polaris:1.5.0 key config: application.properties: |- polaris.features."DROP_WITH_PURGE_ENABLED"=true polaris.features."PURGE_VIEW_METADATA_ON_DROP"=true ### Actual Behavior drop view metadata task created, but not execute ### Expected Behavior correctly delete metadata ### Additional context _No response_ ### System information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
