Joe McDonnell created KUDU-3416: ----------------------------------- Summary: Building javadoc fails with "unmappable character for encoding ASCII" Key: KUDU-3416 URL: https://issues.apache.org/jira/browse/KUDU-3416 Project: Kudu Issue Type: Bug Components: java Affects Versions: 1.17.0 Reporter: Joe McDonnell
When building the Javadocs, I see the following error: {noformat} > Task :kudu-client:javadoc FAILED /mnt/source/kudu/kudu-892bda293f/java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java:926: error: unmappable character for encoding ASCII * tables or all tables???i.e. soft deleted tables and regular tables???{noformat} It corresponds to this comment: [https://github.com/apache/kudu/blob/master/java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java#L926] It looks like the parentheses are Unicode characters? -- This message was sent by Atlassian Jira (v8.20.10#820010)