libenchao commented on code in PR #3637:
URL: https://github.com/apache/calcite/pull/3637#discussion_r1458215905
##########
build.gradle.kts:
##########
@@ -486,6 +486,8 @@ allprojects {
(options as StandardJavadocDocletOptions).apply {
// Please refrain from using non-ASCII chars below since the
options are passed as
// javadoc.options file which is parsed with "default encoding"
+ // locale should be placed at the head of any options:
https://docs.gradle.org/current/javadoc/org/gradle/external/javadoc/CoreJavadocOptions.html#getLocale
+ locale = "en_US"
Review Comment:
The PR against avatica is now available for review:
https://github.com/apache/calcite-avatica/pull/235
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]