You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2019/02/20 22:56:00 UTC

[jira] [Created] (CALCITE-2858) JSON writer and reader should include type information for literals

Jesus Camacho Rodriguez created CALCITE-2858:
------------------------------------------------

             Summary: JSON writer and reader should include type information for literals
                 Key: CALCITE-2858
                 URL: https://issues.apache.org/jira/browse/CALCITE-2858
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez
             Fix For: 1.19.0


JSON writer does not include information about literals type (unless the literal is null). This can lead to some ambiguity when parsing the plan back into RelNodes by the JSON reader. This issue is to include this information in the writer, and to be able to parse it back in the reader.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)