gaborgsomogyi commented on PR #25412:
URL: https://github.com/apache/flink/pull/25412#issuecomment-2378611971

   The change makes fully sense, thanks for fixing it.
   
   The error message in the jira looks odd can we fix it? So instead of
   ```
   java.lang.IllegalStateException: Delegation token receiver with service name 
{} has multiple implementations [hadoopfs]
   ```
   
   we can have something like this:
   ```
   java.lang.IllegalStateException: Delegation token receiver with service name 
hadoopfs has multiple implementations
   ```
   
   In short we can just change the `{}` part to simple string + operator and 
that's all.


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