cgivre commented on issue #1539: DRILL-6847: Add Query Metadata to RESTful 
Interface
URL: https://github.com/apache/drill/pull/1539#issuecomment-439080815
 
 
   @arina-ielchiieva 
   I like that.  If the column type doesn't have precision or scale, would it 
look like this?
   
   ```
   "metadata": [
       type: [
          "DECIMAL",
          "VARCHAR"
        ],
       precision: [
          5,
          null
       ],
      scale: [
        2,
        null
      ]
    ]
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to