You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/11/01 04:29:00 UTC

[jira] [Created] (KUDU-3416) Building javadoc fails with "unmappable character for encoding ASCII"

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)