You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/11/03 17:54:00 UTC

[jira] [Commented] (KUDU-3416) Building javadoc on non-Unicode system fails with "unmappable character for encoding ASCII"

    [ https://issues.apache.org/jira/browse/KUDU-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17628452#comment-17628452 ] 

ASF subversion and git services commented on KUDU-3416:
-------------------------------------------------------

Commit a2fdba62d2129d0d7d0c2d0f175e8b2a6e2d2650 in kudu's branch refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=a2fdba62d ]

KUDU-3416: Fix javadoc build failure on non-Unicode systems

For a build of Kudu inside a Docker image where Unicode
is not the default, the :kudu-client:javadoc task fails with:

AsyncKuduClient.java:926: error: unmappable character for encoding ASCII

This is complaining about some Unicode parentheses in
AsyncKuduClient.java. To fix this issue, this changes the
Unicode parentheses to regular ASCII parentheses.

Testing:
 - Tested by hand on a non-Unicode system

Change-Id: Ia2c2b2e20e6b6b0d649bedf5f2a0341bb62f2b19
Reviewed-on: http://gerrit.cloudera.org:8080/19196
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <al...@apache.org>


> Building javadoc on non-Unicode system 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
>            Assignee: Joe McDonnell
>            Priority: Major
>
> 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)