You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Tomer Shiran (JIRA)" <ji...@apache.org> on 2014/11/04 02:47:35 UTC

[jira] [Created] (DRILL-1631) Integer comparison in JSON

Tomer Shiran created DRILL-1631:
-----------------------------------

             Summary: Integer comparison in JSON
                 Key: DRILL-1631
                 URL: https://issues.apache.org/jira/browse/DRILL-1631
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Tomer Shiran


{code}
0: jdbc:drill:zk=local> SELECT stars FROM dfs.yelp.`yelp_academic_dataset_business.json` WHERE stars = 5 LIMIT 1;
+------------+
|   stars    |
+------------+
| 4.5        |
+------------+
1 row selected (0.234 seconds)
0: jdbc:drill:zk=local>
{code}



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