[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

2016-09-12 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/518 Upon reflection, it seems that newline is not an adequate marker to separate JSON records. Many of our samples have internal newlines. If a newline appears inside the JSON record, then we are

[GitHub] drill issue #367: DRILL-4364: Image Metadata Format Plugin

2016-09-12 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/367 @nagix Are you still working on this? What is the status? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] drill pull request #580: DRILL-4824: JSON with complex nested data produces ...

2016-09-12 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/580#discussion_r78484822 --- Diff: exec/vector/src/main/java/org/apache/drill/exec/vector/complex/MapVector.java --- @@ -317,6 +317,12 @@ public Object getObject(int index) {

[GitHub] drill pull request #586: DRILL-4886: Merge maprdb format plugin source code

2016-09-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/586 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Resolved] (DRILL-4886) Merge maprdb format plugin source code

2016-09-12 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore resolved DRILL-4886. --- Resolution: Fixed Merged as

[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

2016-09-12 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/518 Thanks much for your contribution! Sorry it is taking a while to review the code. I've read over the code changes a couple of times. The options part is fine. However, the parser part

[GitHub] drill issue #586: DRILL-4886: Merge maprdb format plugin source code

2016-09-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/586 +1. Since legal has approved, I think this can be merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

2016-09-12 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/518#discussion_r78475862 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/JsonProcessor.java --- @@ -30,6 +30,8 @@ public static enum

[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

2016-09-12 Thread ssriniva123
Github user ssriniva123 commented on the issue: https://github.com/apache/drill/pull/518 Folks, I have tests on my local drill setup with various combinations of invalid json format. The only caveat is that some records may be skipped if JSON is not properly delimitted by }. Can

Nested/n-dimensional Arrays in Mongo/Json and Drill

2016-09-12 Thread Pradeeban Kathiravelu
Hi, I have a complex json data stored in Mongo. The data has nested arrays as shown below . here when I try to access the geometry field in select queries, the Drill query fails. select camic._id, camic.type, camic.parent_id, camic.randval, camic.creation_date, camic.object_type, camic.x,