chenjunjiedada opened a new pull request #1518:
URL: https://github.com/apache/iceberg/pull/1518
The PR set the `javadoc` task encoding option since the build task fails on
the system that uses ascii. For example, we can reproduce the issue when
setting `javadoc` encoding to `ASCII`.
```
> Task :iceberg-orc:javadoc FAILED
/home/cjj/iceberg/orc/src/main/java/org/apache/iceberg/orc/ORCSchemaUtil.java:233:
error: unmappable character for encoding ASCII
* which would then use its schema evolution to map that to the
writer??????s schema.
^
/home/cjj/iceberg/orc/src/main/java/org/apache/iceberg/orc/ORCSchemaUtil.java:233:
error: unmappable character for encoding ASCII
* which would then use its schema evolution to map that to the
writer??????s schema.
^
/home/cjj/iceberg/orc/src/main/java/org/apache/iceberg/orc/ORCSchemaUtil.java:233:
error: unmappable character for encoding ASCII
* which would then use its schema evolution to map that to the
writer??????s schema.
```
I don't update the quote character here, it should be updated, though.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]