chia7712 commented on PR #19876:
URL: https://github.com/apache/kafka/pull/19876#issuecomment-3152001635

   ```
   > Compilation failed; see the compiler output below.
     
/home/chia7712/project/kafka/server/src/main/java/org/apache/kafka/server/purgatory/DelayedRemoteFetch.java:165:
 error: error has private access in RemoteLogReadResult
                         if (remoteFetchResult.get().error.isPresent()) {
                                                    ^
     
/home/chia7712/project/kafka/server/src/main/java/org/apache/kafka/server/purgatory/DelayedRemoteFetch.java:167:
 error: error has private access in RemoteLogReadResult
                                 new 
LogReadResult(remoteFetchResult.get().error.get()).toFetchPartitionData(false));
                                                                          ^
     
/home/chia7712/project/kafka/server/src/main/java/org/apache/kafka/server/purgatory/DelayedRemoteFetch.java:169:
 error: fetchDataInfo has private access in RemoteLogReadResult
                             FetchDataInfo info = 
remoteFetchResult.get().fetchDataInfo.get();
                                                                         ^
     3 errors
   
   ```
   @DL1231 please fix the build error


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to