[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 issue #367: DRILL-4364: Image Metadata Format Plugin

2016-09-24 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/367 @nagix I'd be happy to review it, but I'm not a Drill committer. --- 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

[GitHub] drill pull request #607: Drill 3423:Add New HTTPD format plugin

2016-10-10 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/607 Drill 3423:Add New HTTPD format plugin This PR adds the capability to Drill to query HTTPD web server logs natively. In addition to the HTTPD parser, it also includes two UDFs: parse_url

[GitHub] drill issue #607: Drill 3423:Add New HTTPD format plugin

2016-10-12 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/607 @chunhui-shi I've actually been thinking about writing a generic log parser for Drill in which the user would provide a regex with groups and a list of fields. For instance consider

[GitHub] drill issue #708: DRILL-5152: Enhance the mock data source: better data, SQL...

2016-12-28 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/708 HI Paul, Is the mock data source actually in Drill 1.9? I tried executing this query and it threw errors. Thx, —C > On Dec 27, 2016, at 21:54, Paul Rogers <noti

[GitHub] drill pull request #893: DRILL-5703 Add Syntax Highlighting & Autocompletion...

2017-08-03 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/893 DRILL-5703 Add Syntax Highlighting & Autocompletion to Query Form This PR (https://issues.apache.org/jira/browse/DRILL-5703) adds syntax highlighting and autocompletion to the query form u

[GitHub] drill issue #897: Drill-5703 Added Syntax Highlighting and Limited Autocompl...

2017-08-10 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/897 Hi Arina, I’d also like to add syntax highlighting to the storage plugin page as well. IMHO, it’s really easy to make a small mistake, missing a comma or quote or something, and it can

[GitHub] drill issue #897: Drill-5703 Added Syntax Highlighting and Limited Autocompl...

2017-08-09 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/897 @parthchandra What do you want to fix in the pagination? IMHO, the query page and the storage plugin editor both are in dire need of syntax highlighting. I was going to work on that next

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-13 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r127383370 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,389 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-13 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r127383363 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,389 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-13 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r127383405 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,389 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-12 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r127132444 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,389 @@ +/* + * Licensed to the Apache

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

2017-07-19 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/367 @nagix I just became a committer, and I'd really love to see this incorporated into the latest version of Drill. Are you willing to keep working on this to finish it? If not, I may have some time

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125486933 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125487229 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125487364 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125489004 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-02 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/865 DRILL-5634 - Add Crypto and Hash Functions You can merge this pull request into a Git repository by running: $ git pull https://github.com/cgivre/drill master Alternatively you can review

[GitHub] drill issue #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-05 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/865 Hi Parth, I need to look at AES, but on the page you sent it specifically said that all the digests (MD5, SHA) have no restrictions. —C > On Jul 5, 2017, at 16:33, Parth Chan

[GitHub] drill pull request #897: Drill-5703 Added Syntax Highlighting and Limited Au...

2017-08-06 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/897 Drill-5703 Added Syntax Highlighting and Limited Autocomplete on Query Page This is a clean PR for #893 . This PR replaces the textarea on the query page with the Ace Code editor. (https://ace.c9.io

[GitHub] drill pull request #893: DRILL-5703 Add Syntax Highlighting & Autocompletion...

2017-08-06 Thread cgivre
Github user cgivre closed the pull request at: https://github.com/apache/drill/pull/893 --- 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

[GitHub] drill issue #897: Drill-5703 Added Syntax Highlighting and Limited Autocompl...

2017-09-18 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/897 @kkhatua I think the formatter is editable. Truthfully, my main goal is to implement JSON syntax highlighting on the plugin config pages. I've spent a decent amount of time debugging JSON because

[GitHub] drill pull request #971: Drill-5834 Add Networking Functions

2017-10-15 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/971#discussion_r144722144 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/NetworkFunctions.java --- @@ -0,0 +1,668 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #971: Drill-5834 Add Networking Functions

2017-10-15 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/971#discussion_r144722146 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/NetworkFunctions.java --- @@ -0,0 +1,668 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #971: Drill-5834 Add Networking Functions

2017-10-03 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/971 Drill-5834 Add Networking Functions This is a collection of Networking Functions to facilitate network analysis. The functions include: - **inet_aton(``)**: Converts an IPv4 address

[GitHub] drill pull request #971: Drill-5834 Add Networking Functions

2017-10-11 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/971#discussion_r144030560 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/NetworkFunctions.java --- @@ -0,0 +1,668 @@ +/** + * Licensed to the Apache

[GitHub] drill issue #971: Drill-5834 Add Networking Functions

2017-10-11 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/971 Thanks! I’ll resubmit this weekend using commons-validator > On Oct 11, 2017, at 11:26, Arina Ielchiieva <notificati...@github.com> wrote: > > @arina-ielch

[GitHub] drill pull request #971: Drill-5834 Add Networking Functions

2017-10-23 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/971#discussion_r146263421 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/NetworkFunctions.java --- @@ -0,0 +1,566 @@ +/* + * Licensed to the Apache

[GitHub] drill issue #971: Drill-5834 Add Networking Functions

2017-10-22 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/971 I applied the code formatting template from the Drill site in IntelliJ and resubmitted. Regarding converting an IP to an int, there are tons of examples of this online and when I implemented it, I

[GitHub] drill issue #1043: DRILL-5981: Add Syntax Highlighting and Error Checking to...

2017-11-22 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1043 I made the requested fixes, and attempted to squash the commits into one, but failed on that last step. I actually renamed the js director `ace-code-editor`, which seemed descriptive to me. ---

[GitHub] drill issue #335: DRILL-4303: ESRI Shapefile (shp) format plugin

2017-11-17 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/335 HI @k255 Are you still interested in this? I think if we're going to get the GIS functions into Drill, we really should get this in as well and I'm happy to help. For whatever reason, I didn't

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2017-11-17 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/258 I'm getting some unit test failures when I build this. [org.apache.drill.exec.expr.fn.impl.gis.TestGeometryFunctions.txt](https://github.com/apache/drill/files/1483754

[GitHub] drill pull request #1043: DRILL-5981: Add Syntax Highlighting and Error Chec...

2017-11-20 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/1043 DRILL-5981: Add Syntax Highlighting and Error Checking to Storage Plugin Config This PR adds syntax highlighting to the storage plugin configuration page in the Drill web UI, as shown below

[GitHub] drill issue #1018: Drill-5834 Add Networking Functions #971

2017-11-01 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1018 @paul-rogers @arina-ielchiieva I'm terrible at git so here is a clean copy of the PR with one commit. ---

[GitHub] drill pull request #1018: Drill-5834 Add Networking Functions #971

2017-11-01 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/1018 Drill-5834 Add Networking Functions #971 This is a collection of Networking Functions to facilitate network analysis. The functions include: - **inet_aton(``)**: Converts an IPv4 address

[GitHub] drill pull request #971: Drill-5834 Add Networking Functions

2017-11-01 Thread cgivre
Github user cgivre closed the pull request at: https://github.com/apache/drill/pull/971 ---

[GitHub] drill issue #1018: Drill-5834 Add Networking Functions #971

2017-11-02 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1018 @arina-ielchiieva I followed the instructions you sent and due to the force commit, it isn't possible to re-open the original PR. ---

[GitHub] drill pull request #258: DRILL-4091: Support for additional gis operations i...

2017-11-02 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/258#discussion_r148653960 --- Diff: contrib/gis/src/test/java/org/apache/drill/exec/expr/fn/impl/gis/TestGeometryFunctions.java --- @@ -72,4 +72,203 @@ public void testSTWithinQuery

[GitHub] drill pull request #258: DRILL-4091: Support for additional gis operations i...

2017-10-31 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/258#discussion_r148172786 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STUnionAggregate.java --- @@ -0,0 +1,114 @@ +/** + * Licensed

[GitHub] drill pull request #258: DRILL-4091: Support for additional gis operations i...

2017-10-31 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/258#discussion_r148115797 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STBuffer.java --- @@ -0,0 +1,65 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #258: DRILL-4091: Support for additional gis operations i...

2017-10-31 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/258#discussion_r148172580 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STUnionAggregate.java --- @@ -0,0 +1,114 @@ +/** + * Licensed

[GitHub] drill pull request #258: DRILL-4091: Support for additional gis operations i...

2017-10-31 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/258#discussion_r148117858 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STContains.java --- @@ -0,0 +1,62 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #258: DRILL-4091: Support for additional gis operations i...

2017-10-31 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/258#discussion_r148114646 --- Diff: contrib/gis/src/main/java/com/esri/core/geometry/VertexGeomAccessor.java --- @@ -0,0 +1,25 @@ +/** --- End diff -- Please put

[GitHub] drill issue #1201: DRILL-4091: Support for additional gis operations in gis ...

2018-05-02 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1201 LGTM +1 One thing, which I suspect may be a problem with my environment, not this PR, but when I try to build the module with the tests, I get the following errors: ``` [ERROR

[GitHub] drill issue #1201: DRILL-4091: Support for additional gis operations in gis ...

2018-05-02 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1201 In that case, LGTM +1 Thank you for your work on this!. Are you going to take a look at the ESRI format plugin? ---

[GitHub] drill issue #1201: DRILL-4091: Support for additional gis operations in gis ...

2018-05-02 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1201 @arina-ielchiieva Should I do the commit or would you like to do that. ---

[GitHub] drill pull request #1222: DRILL-6341: Fixed failing tests for mongodb storag...

2018-04-29 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1222#discussion_r184882305 --- Diff: contrib/storage-mongo/src/test/java/org/apache/drill/exec/store/mongo/MongoTestSuit.java --- @@ -128,42 +130,63 @@ private static void setup

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2017-10-27 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/258 Hi there, This will be my first commit, (AH!) so any assistance would be greatly appreciated. I would like to see some documentation, or at minimum a list of what functions are included

[GitHub] drill issue #897: Drill-5703 Added Syntax Highlighting and Limited Autocompl...

2018-01-31 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/897 Yes, it can be closed. Nice work on the syntax highlighting! > On Jan 29, 2018, at 16:46, Kunal Khatua <notificati...@github.com> wrote: > > @cgivre <https://github.

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-06 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/1114 Drill-6104: Added Logfile Reader I would like to submit a format plugin that will enable Drill to read log files. Here is a link to the github repo which contains documentation: https

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-17 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r168939597 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogRecordReader.java --- @@ -0,0 +1,261 @@ +package

[GitHub] drill issue #1080: Add acknowledgement sequence number and flags fields.

2018-01-02 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1080 Hi Ted, Thanks for doing this. This looks really great! The PCAP files came from here: https://github.com/chrissanders/packets. The author said that they are free to use, but asks

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170675353 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogRecordReader.java --- @@ -0,0 +1,261 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170675202 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogFormatPlugin.java --- @@ -0,0 +1,151 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170675294 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogFormatPlugin.java --- @@ -0,0 +1,151 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170675324 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogRecordReader.java --- @@ -0,0 +1,261 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170675258 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogFormatPlugin.java --- @@ -0,0 +1,151 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170674795 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogRecordReader.java --- @@ -0,0 +1,261 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170674675 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogRecordReader.java --- @@ -0,0 +1,261 @@ +package

[GitHub] drill pull request #1114: Drill-6104: Added Logfile Reader

2018-02-26 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1114#discussion_r170690424 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/log/LogFormatPlugin.java --- @@ -0,0 +1,151 @@ +package

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2018-03-06 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/258 Hi Brendan, I can review it if you can complete it. —C > On Mar 6, 2018, at 10:57, Brendan Stennett <notificati...@github.com> wrote: > > +1 And would be ha

[GitHub] drill issue #1134: DRILL-6191 - Add acknowledgement sequence number and flag...

2018-02-27 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1134 Thanks @tdunning for doing this! ---

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2018-03-06 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/258 I also would really like to see this through to completion. If there is something I can do, please let me know. > On Mar 6, 2018, at 08:04, lherrmann974 <notificati...@github.com&

[GitHub] drill pull request #1201: DRILL-4091: Support for additional gis operations ...

2018-04-10 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1201#discussion_r180411032 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STCrosses.java --- @@ -0,0 +1,62 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #1201: DRILL-4091: Support for additional gis operations ...

2018-04-10 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1201#discussion_r180411754 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STDifference.java --- @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #1201: DRILL-4091: Support for additional gis operations ...

2018-04-10 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1201#discussion_r180410015 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STBuffer.java --- @@ -0,0 +1,65 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #1201: DRILL-4091: Support for additional gis operations ...

2018-04-10 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/1201#discussion_r180412106 --- Diff: contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STDisjoint.java --- @@ -0,0 +1,62 @@ +/** + * Licensed to the Apache

[GitHub] drill issue #1201: DRILL-4091: Support for additional gis operations in gis ...

2018-04-10 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1201 If you want to include it on this PR that would be great, but I’m fine with including it in a separate PR as well. I want to get this functionality into Drill asap, so it probably would be quicker

[GitHub] drill issue #1201: DRILL-4091: Support for additional gis operations in gis ...

2018-04-10 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1201 @ChrisSandison This isn't a review comment, but @k255 was working on a format plugin for ESRI shape files. Would you want to take a look and see if we could get that in as well? I could see

[GitHub] drill issue #1201: DRILL-4091: Support for additional gis operations in gis ...

2018-04-10 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/1201 @ChrisSandison Done. Here's a link to the JIRA https://issues.apache.org/jira/browse/DRILL-6319 ---

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2018-03-28 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/258 HI @brendanstennett I still am able to review if you'd like. ---

[GitHub] drill pull request #897: Drill-5703 Added Syntax Highlighting and Limited Au...

2018-03-05 Thread cgivre
Github user cgivre closed the pull request at: https://github.com/apache/drill/pull/897 ---