[
https://issues.apache.org/jira/browse/CALCITE-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295730#comment-16295730
]
Julian Hyde commented on CALCITE-2093:
--------------------------------------
I put in place the audit that prevents any locale-specific behavior. It makes
Calcite more predictable, as well as easier to test.
I am concerned that if we try to do locale-specific processing in Calcite the
Java locale may not match the OS locale on all occasions. So could we instead
force the OS process to run in a predicable locale? Something like {{env
LC_ALL=C ps}}.
> OsAdapterTest in Calcite Plus does not respect locale
> -----------------------------------------------------
>
> Key: CALCITE-2093
> URL: https://issues.apache.org/jira/browse/CALCITE-2093
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.16.0
> Reporter: Piotr Bojko
> Assignee: Piotr Bojko
> Priority: Minor
>
> On Linux when PL locales are applied FileTableFunction java uses Float.parse
> which does not consider os locales but rather uses dot for float numbers.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)