dimas-b commented on code in PR #4962:
URL: https://github.com/apache/polaris/pull/4962#discussion_r3540000867


##########
runtime/service/src/test/java/org/apache/polaris/service/task/TaskExecutorImplTest.java:
##########
@@ -224,8 +223,7 @@ public boolean handleTask(TaskEntity task, CallContext 
callContext) {
                     PolarisEventMetadata.builder().realmId(realm).build(),
                     1))
         .isInstanceOf(RuntimeException.class)
-        .hasMessageContaining("Task handler returned false")
-        .hasMessageContaining(String.valueOf(taskEntity.getId()));

Review Comment:
   Did we lose the task ID in the exception message? I guess it would be nice 
to keep it for maximum backward compatibility. I guess people may rely on 
seeing it in logs 🤔 



-- 
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]

Reply via email to