[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-25 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15300832#comment-15300832 ] jean-claude commented on DRILL-4573: I have a solution. But I did not get a chance to finish it. The

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-25 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15301150#comment-15301150 ] jean-claude commented on DRILL-4573: That's what I've not measured yet. I'm curious too. > Zero copy

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-06-01 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15310358#comment-15310358 ] jean-claude commented on DRILL-4573: ok I have created a pull request with what I have. > Zero

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-31 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15307598#comment-15307598 ] jean-claude commented on DRILL-4573: The test for ASCII is simple go through the bytes and make sure

[jira] [Created] (DRILL-4278) Memory leak when using LIMIT

2016-01-15 Thread jean-claude (JIRA)
jean-claude created DRILL-4278: -- Summary: Memory leak when using LIMIT Key: DRILL-4278 URL: https://issues.apache.org/jira/browse/DRILL-4278 Project: Apache Drill Issue Type: Bug

[jira] [Commented] (DRILL-4278) Memory leak when using LIMIT

2016-01-17 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15103865#comment-15103865 ] jean-claude commented on DRILL-4278: Can you share your cluster configuration? OS, number of nodes,

[jira] [Comment Edited] (DRILL-4278) Memory leak when using LIMIT

2016-01-17 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104019#comment-15104019 ] jean-claude edited comment on DRILL-4278 at 1/18/16 1:09 AM: - I did another

[jira] [Commented] (DRILL-4278) Memory leak when using LIMIT

2016-01-17 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104019#comment-15104019 ] jean-claude commented on DRILL-4278: I did another test using 18 JSON files containing each a single

[jira] [Commented] (DRILL-4278) Memory leak when using LIMIT

2016-01-17 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104083#comment-15104083 ] jean-claude commented on DRILL-4278: I did a dump of the JVM memory using jmap

[jira] [Updated] (DRILL-4278) Memory leak when using LIMIT

2016-01-16 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4278: --- Description: copy the parquet files in the samples directory so that you have a 12 or so $ ls -lha

[jira] [Updated] (DRILL-4278) Memory leak when using LIMIT

2016-01-16 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4278: --- Environment: OS X 0: jdbc:drill:zk=local> select * from sys.version;

[jira] [Updated] (DRILL-4278) Memory leak when using LIMIT

2016-01-17 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4278: --- Affects Version/s: 1.5.0 > Memory leak when using LIMIT > > >

[jira] [Commented] (DRILL-4278) Memory leak when using LIMIT

2016-01-18 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106216#comment-15106216 ] jean-claude commented on DRILL-4278: Thanks Jaques however I'm afraid this does not eliminate the

[jira] [Commented] (DRILL-4278) Memory leak when using LIMIT

2016-01-20 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109878#comment-15109878 ] jean-claude commented on DRILL-4278: I've re-ran my tests multiple times. The "old" memory space is

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-06 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573.1.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-06 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229499#comment-15229499 ] jean-claude commented on DRILL-4573: You can test the performance gain by creating a simple csv file

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-06 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229500#comment-15229500 ] jean-claude commented on DRILL-4573: Please review > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234085#comment-15234085 ] jean-claude commented on DRILL-4573: Gains of 25% in execution speed are possible when going over

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573.2.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: DRILL-4573.2.patch.txt) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: DRILL-4573.1.patch.txt) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Comment Edited] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234085#comment-15234085 ] jean-claude edited comment on DRILL-4573 at 4/10/16 6:49 PM: - Reduction of 25%

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234248#comment-15234248 ] jean-claude commented on DRILL-4573: I have updated the patch. It contains all the code review fixes

[jira] [Comment Edited] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234085#comment-15234085 ] jean-claude edited comment on DRILL-4573 at 4/10/16 6:45 PM: - Gains of 25% in

[jira] [Comment Edited] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234085#comment-15234085 ] jean-claude edited comment on DRILL-4573 at 4/10/16 6:49 PM: - Gains of 25% in

[jira] [Created] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-01 Thread jean-claude (JIRA)
jean-claude created DRILL-4573: -- Summary: Zero copy LIKE, REGEXP_MATCHES, SUBSTR Key: DRILL-4573 URL: https://issues.apache.org/jira/browse/DRILL-4573 Project: Apache Drill Issue Type:

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254600#comment-15254600 ] jean-claude commented on DRILL-4573: Just following up on this JIRA ticket. I have made the necessary

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: CharSequenceWrapper.java > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Reopened] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude reopened DRILL-4573: reopening because of bug introduced and reported in jira issue DRILL-4645 > Zero copy LIKE,

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: CharSequenceWrapper.java) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573-3.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265318#comment-15265318 ] jean-claude commented on DRILL-4573: I attached patch DRILL-4573-3 It fixes the issue reported

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: DRILL-4573-3.patch.txt) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573-3.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-30 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265463#comment-15265463 ] jean-claude commented on DRILL-4573: added test case for regexp_replace > Zero copy LIKE,

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-04-28 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263368#comment-15263368 ] jean-claude commented on DRILL-4573: Hey Sean, You did not apply the correct patch. I made the code

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-03 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15269865#comment-15269865 ] jean-claude commented on DRILL-4573: this is ready to be applied. DRILL-4573-3.patch is the one that

[jira] [Comment Edited] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-03 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15269865#comment-15269865 ] jean-claude edited comment on DRILL-4573 at 5/3/16 11:57 PM: - [~seanhychu]

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-01 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: DRILL-4573-3.patch.txt) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Comment Edited] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-01 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265318#comment-15265318 ] jean-claude edited comment on DRILL-4573 at 5/1/16 4:23 PM: I attached patch

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-01 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573-3.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-01 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: DRILL-4573-3.patch.txt) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-01 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573-3.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-02 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266437#comment-15266437 ] jean-claude commented on DRILL-4573: ok. I had it as a copy then saw the REPLACE function doing

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-02 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: DRILL-4573-3.patch.txt > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Updated] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-02 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4573: --- Attachment: (was: DRILL-4573-3.patch.txt) > Zero copy LIKE, REGEXP_MATCHES, SUBSTR >

[jira] [Commented] (DRILL-4573) Zero copy LIKE, REGEXP_MATCHES, SUBSTR

2016-05-02 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266546#comment-15266546 ] jean-claude commented on DRILL-4573: ok, I've made the change. > Zero copy LIKE, REGEXP_MATCHES,

[jira] [Updated] (DRILL-4661) Optimze the LIKE function

2016-05-10 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-4661: --- Fix Version/s: 1.7.0 > Optimze the LIKE function > - > > Key:

[jira] [Created] (DRILL-4661) Optimze the LIKE function

2016-05-10 Thread jean-claude (JIRA)
jean-claude created DRILL-4661: -- Summary: Optimze the LIKE function Key: DRILL-4661 URL: https://issues.apache.org/jira/browse/DRILL-4661 Project: Apache Drill Issue Type: Improvement

[jira] [Commented] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430943#comment-15430943 ] jean-claude commented on DRILL-4858: Seems like the org.apache.drill.exec.expr.EvaluationVisitor

[jira] [Comment Edited] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431040#comment-15431040 ] jean-claude edited comment on DRILL-4858 at 8/22/16 3:45 PM: - Also handles the

[jira] [Commented] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431040#comment-15431040 ] jean-claude commented on DRILL-4858: Also handles the case of array of array {code}

[jira] [Created] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
jean-claude created DRILL-4858: -- Summary: REPEATED_COUNT on JSON containing an array of maps Key: DRILL-4858 URL: https://issues.apache.org/jira/browse/DRILL-4858 Project: Apache Drill Issue

[jira] [Commented] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430859#comment-15430859 ] jean-claude commented on DRILL-4858: Enabling these functions reveals the problem. {code} Error:

[jira] [Commented] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430950#comment-15430950 ] jean-claude commented on DRILL-4858: {code} cat /Users/jccote/repeated_count.json {"intArray":

[jira] [Commented] (DRILL-4859) Missing function implementation: [repeated_count(INT-OPTIONAL)

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431428#comment-15431428 ] jean-claude commented on DRILL-4859: In order to better understand the ProjectorGen classes I have

[jira] [Commented] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-31 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15451934#comment-15451934 ] jean-claude commented on DRILL-4858: Please review > REPEATED_COUNT on JSON containing an array of

[jira] [Commented] (DRILL-4859) Missing function implementation: [repeated_count(INT-OPTIONAL)

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431292#comment-15431292 ] jean-claude commented on DRILL-4859: You can also turn on the union feature for JSON {code} 0:

[jira] [Created] (DRILL-4859) Missing function implementation: [repeated_count(INT-OPTIONAL)

2016-08-22 Thread jean-claude (JIRA)
jean-claude created DRILL-4859: -- Summary: Missing function implementation: [repeated_count(INT-OPTIONAL) Key: DRILL-4859 URL: https://issues.apache.org/jira/browse/DRILL-4859 Project: Apache Drill

[jira] [Commented] (DRILL-4859) Missing function implementation: [repeated_count(INT-OPTIONAL)

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431360#comment-15431360 ] jean-claude commented on DRILL-4859: I looks like the JSON reader emits INT fields when it does not

[jira] [Commented] (DRILL-4858) REPEATED_COUNT on JSON containing an array of maps

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431350#comment-15431350 ] jean-claude commented on DRILL-4858: Pull request has been created. Please review.

[jira] [Comment Edited] (DRILL-4859) Missing function implementation: [repeated_count(INT-OPTIONAL)

2016-08-22 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431360#comment-15431360 ] jean-claude edited comment on DRILL-4859 at 8/22/16 6:24 PM: - I looks like the

[jira] [Created] (DRILL-6796) Record reader with batch size larger than 0x4000 fail with an assertion error

2018-10-15 Thread jean-claude (JIRA)
jean-claude created DRILL-6796: -- Summary: Record reader with batch size larger than 0x4000 fail with an assertion error Key: DRILL-6796 URL: https://issues.apache.org/jira/browse/DRILL-6796 Project:

[jira] [Created] (DRILL-6809) msgpack test case fails same as with json, problem with testing framework

2018-10-22 Thread jean-claude (JIRA)
jean-claude created DRILL-6809: -- Summary: msgpack test case fails same as with json, problem with testing framework Key: DRILL-6809 URL: https://issues.apache.org/jira/browse/DRILL-6809 Project: Apache

[jira] [Created] (DRILL-6820) Implement a msgpack reader with zstandard codec

2018-10-30 Thread jean-claude (JIRA)
jean-claude created DRILL-6820: -- Summary: Implement a msgpack reader with zstandard codec Key: DRILL-6820 URL: https://issues.apache.org/jira/browse/DRILL-6820 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-6966) JDBC Storgage Plugin fails to retrieve schema of Oracle DB

2019-01-10 Thread jean-claude (JIRA)
jean-claude created DRILL-6966: -- Summary: JDBC Storgage Plugin fails to retrieve schema of Oracle DB Key: DRILL-6966 URL: https://issues.apache.org/jira/browse/DRILL-6966 Project: Apache Drill

[jira] [Created] (DRILL-6970) LogRegex format plugin

2019-01-11 Thread jean-claude (JIRA)
jean-claude created DRILL-6970: -- Summary: LogRegex format plugin Key: DRILL-6970 URL: https://issues.apache.org/jira/browse/DRILL-6970 Project: Apache Drill Issue Type: Bug Affects

[jira] [Commented] (DRILL-6970) LogRegex format plugin

2019-01-12 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16741288#comment-16741288 ] jean-claude commented on DRILL-6970: I fixed the issue by using the setSafe method instead of the

[jira] [Created] (DRILL-7045) UDF string_binary java.lang.IndexOutOfBoundsException:

2019-02-20 Thread jean-claude (JIRA)
jean-claude created DRILL-7045: -- Summary: UDF string_binary java.lang.IndexOutOfBoundsException: Key: DRILL-7045 URL: https://issues.apache.org/jira/browse/DRILL-7045 Project: Apache Drill

[jira] [Commented] (DRILL-7045) UDF string_binary java.lang.IndexOutOfBoundsException:

2019-02-21 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774467#comment-16774467 ] jean-claude commented on DRILL-7045: Ready. I made a pull request > UDF string_binary

[jira] [Created] (DRILL-7049) REST API returns the toString of byte arrays (VARBINARY types)

2019-02-21 Thread jean-claude (JIRA)
jean-claude created DRILL-7049: -- Summary: REST API returns the toString of byte arrays (VARBINARY types) Key: DRILL-7049 URL: https://issues.apache.org/jira/browse/DRILL-7049 Project: Apache Drill

[jira] [Updated] (DRILL-7049) REST API returns the toString of byte arrays (VARBINARY types)

2019-03-09 Thread jean-claude (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jean-claude updated DRILL-7049: --- Description: Doing a query using the REST API will return VARBINARY columns as a Java byte array