[
https://issues.apache.org/jira/browse/DRILL-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262902#comment-15262902
]
subbu srinivasan commented on DRILL-4641:
-----------------------------------------
I am trying to query json lzo compressed files.
Tried this setting
"json": {
"type": "json",
"extensions": [
"lzo"
]
},
0: jdbc:drill:zk=local> select count(*) from test ;
Error: DATA_READ ERROR: Error parsing JSON - Unexpected character ((CTRL-CHAR,
code 137)): expected a valid value (number, String, array, object, 'true',
'false' or 'null')
File /test/1459980024674.lzo
Record 1
Column 2
Fragment 0:0
> Support for lzo compression
> ---------------------------
>
> Key: DRILL-4641
> URL: https://issues.apache.org/jira/browse/DRILL-4641
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Other
> Affects Versions: Future
> Environment: Not specific to platform
> Reporter: subbu srinivasan
>
> Would love support for quering lzo compressed files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)