You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "vamossagar12 (via GitHub)" <gi...@apache.org> on 2023/04/17 16:57:48 UTC

[GitHub] [kafka] vamossagar12 opened a new pull request, #13588: [MINOR]: Fixing gradle build during compileScala and compileTestScala

vamossagar12 opened a new pull request, #13588:
URL: https://github.com/apache/kafka/pull/13588

   @satishd , I am getting a gradle build failure (using Intellij gradle plugin) during compileScala and compileTestScala because of what seems to be a non-ASCII character in RemoteLogManager.java and RemoteLogManagerTest.java. The errors that I get are :
   
   ```
   [Error] /Users/sagarrao/gitprojects/kafka/core/src/test/java/kafka/log/remote/RemoteLogManager.java:457:  error: unmappable character for encoding ASCII
   ```
   
   and 
   
   ```
   [Error] /Users/sagarrao/gitprojects/kafka/core/src/test/java/kafka/log/remote/RemoteLogManagerTest.java:205:  error: unmappable character for encoding ASCII
   ```
   
   With these changes, the build seems to be working. Let me know if this PR makes sense. 


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] chia7712 merged pull request #13588: [MINOR]: Fixing gradle build during compileScala and compileTestScala

Posted by "chia7712 (via GitHub)" <gi...@apache.org>.
chia7712 merged PR #13588:
URL: https://github.com/apache/kafka/pull/13588


-- 
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-unsubscribe@kafka.apache.org

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