You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/07/25 21:13:04 UTC

[jira] [Created] (DRILL-3556) Add support for using Json literals directly in SQL syntax

Jacques Nadeau created DRILL-3556:
-------------------------------------

             Summary: Add support for using Json literals directly in SQL syntax
                 Key: DRILL-3556
                 URL: https://issues.apache.org/jira/browse/DRILL-3556
             Project: Apache Drill
          Issue Type: New Feature
          Components: SQL Parser
            Reporter: Jacques Nadeau
            Assignee: Jacques Nadeau
             Fix For: 1.3.0


This is the basic work to support using JSON literals.  We can open other JIRAs for things such as embedded column references, where clause use, etc.

Example:

{code}
SELECT {"my":"data", "foo":"bar"} FROM (VALUES 1)
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)