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)