You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2020/10/03 20:29:00 UTC

[jira] [Created] (CALCITE-4307) Compile code with parameter names (add -parameters to javac)

Vladimir Sitnikov created CALCITE-4307:
------------------------------------------

             Summary: Compile code with parameter names (add -parameters to javac)
                 Key: CALCITE-4307
                 URL: https://issues.apache.org/jira/browse/CALCITE-4307
             Project: Calcite
          Issue Type: Improvement
    Affects Versions: 1.25.0
            Reporter: Vladimir Sitnikov


Currently the code is compiled without parameter names, so Jackson can't figure out JsonProperty names from the constructor parameter names.

Calcite is Java 1.8+, so we could add -parameters, and start using it.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)