You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/05/20 20:15:01 UTC

[jira] [Closed] (DRILL-2937) Result for integer values from json files contains "$numberLong" in front of value

     [ https://issues.apache.org/jira/browse/DRILL-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal closed DRILL-2937.
--------------------------

Close bug as invalid.

> Result for integer values from json files contains "$numberLong" in front of value
> ----------------------------------------------------------------------------------
>
>                 Key: DRILL-2937
>                 URL: https://issues.apache.org/jira/browse/DRILL-2937
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - C++
>            Reporter: Krystal
>            Assignee: Parth Chandra
>             Fix For: 1.2.0
>
>
> Result of query from json files contains "$numberLong" appends to the front of integer values. Below is a sample result for such query:
> select t.c.`value` from (select flatten(x.fields.map) c from `dfs.drillTestDir`.`ta_netstat.snappy.parquet` x) t;
> {
> "member1" :
> { "$numberLong" : 0 }
> }
> {
> "member1" :
> { "$numberLong" : 0 }
> }
> { "member0" : "Searching" }
> {
> "member1" :
> { "$numberLong" : 0 }
> }
> { "member0" : "Home network registered" }
> {
> "member1" :
> { "$numberLong" : 0 }
> }
> { "member3" : 0.0 }
> {
> "member1" :
> { "$numberLong" : 2 }
> }
> { "member0" : "17" }
> {
> "member1" :
> { "$numberLong" : 5 }
> }
> {
> "member1" :
> { "$numberLong" : 0 }
> }
> {
> "member1" :
> { "$numberLong" : 1398440292 }
> } 



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