ayushtkn commented on code in PR #4730:
URL: https://github.com/apache/polaris/pull/4730#discussion_r3418281470
##########
runtime/service/src/main/java/org/apache/polaris/service/task/TableCleanupTaskHandler.java:
##########
@@ -85,6 +86,11 @@ private Optional<IcebergTableLikeEntity>
tryGetTableEntity(TaskEntity task) {
@Override
public boolean handleTask(TaskEntity cleanupTask, CallContext callContext) {
IcebergTableLikeEntity tableEntity =
tryGetTableEntity(cleanupTask).orElseThrow();
+
+ if (tableEntity.getSubType() == PolarisEntitySubType.ICEBERG_VIEW) {
Review Comment:
Done
--
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]