You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Daniel Jurcau (JIRA)" <ji...@apache.org> on 2016/12/06 07:44:58 UTC

[jira] [Created] (DRILL-5111) Nested array column trimmed on 64k characters when queried via ODBC

Daniel Jurcau created DRILL-5111:
------------------------------------

             Summary: Nested array column trimmed on 64k characters when queried via ODBC
                 Key: DRILL-5111
                 URL: https://issues.apache.org/jira/browse/DRILL-5111
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - ODBC
    Affects Versions: 1.8.0
            Reporter: Daniel Jurcau
            Priority: Critical


When querying JSON documents via the ODBC driver on Windows, the contents of columns which contain a JSON array is always trimmed to 64K characters. 

Example entry in the JSON document:
{
"id": 1,
"items": [
   {"type": "item"},
   // thousands of similar entries
]}



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