xijiu commented on PR #16980:
URL: https://github.com/apache/kafka/pull/16980#issuecomment-2308792034

   > @xijiu could you please fix the build error?
   
   @chia7712   It's my fault, I should add the `@SuppressWarnings("unchecked")` 
annotation when I perform forced type conversion, like this:
   ```
   @SuppressWarnings("unchecked")
   final List<String> aliases = (List<String>) value;
   ```
   I have fiexd it, PTAL
   


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