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

2017-10-26 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/258 Somehow these extensions to the GIS module never got reviewed ! (the original GIS functions are in the contrib). @k255 would you be able to rebase your PR onto the latest master branch ?

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

2017-10-26 Thread joeauty
Github user joeauty commented on the issue: https://github.com/apache/drill/pull/258 I'm super excited about this! Just wondering, is there plans for ST_ASGeoJSON? ---

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147262655 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ExampleTest.java --- @@ -59,6 +59,9 @@ @Ignore public class ExampleTest { +

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147261203 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -226,43 +217,16 @@ private void createConfig(FixtureBuilder builder)

Re: [ANNOUNCE] New Committer: Kamesh Bhallamudi

2017-10-26 Thread Abhishek Girish
Congratulations, Kamesh! On Thu, Oct 26, 2017 at 1:17 PM, Parth Chandra wrote: > The Project Management Committee (PMC) for Apache Drill has invited Kamesh > Bhallamudi to become a committer, and we are pleased to announce that he > has accepted. > > Kamesh (along with Anil

Re: [ANNOUNCE] New Committer: Anil Kumar Batchu

2017-10-26 Thread Abhishek Girish
Congratulations, Anil! On Thu, Oct 26, 2017 at 1:17 PM, Parth Chandra wrote: > The Project Management Committee (PMC) for Apache Drill has invited Anil > Kumar Batchu to become a committer, and we are pleased to announce that he > has accepted. > > Anil Kumar (along with

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147258230 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -213,7 +204,7 @@ private void configureZk(FixtureBuilder builder) {

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147257244 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/BaseDirTestWatcher.java --- @@ -0,0 +1,184 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147256621 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/xsort/TestSimpleExternalSort.java --- @@ -147,7 +152,7 @@ public void

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147255211 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestAltSortQueries.java --- @@ -19,24 +19,33 @@ import

[ANNOUNCE] New Committer: Kamesh Bhallamudi

2017-10-26 Thread Parth Chandra
The Project Management Committee (PMC) for Apache Drill has invited Kamesh Bhallamudi to become a committer, and we are pleased to announce that he has accepted. Kamesh (along with Anil Kumar) is the developer of the MongoDB storage plugin and is also working on the Kafka plugin. Welcome

[ANNOUNCE] New Committer: Anil Kumar Batchu

2017-10-26 Thread Parth Chandra
The Project Management Committee (PMC) for Apache Drill has invited Anil Kumar Batchu to become a committer, and we are pleased to announce that he has accepted. Anil Kumar (along with Kamesh) is the developer of the MongoDB storage plugin and is also working on the Kafka plugin. Welcome Anil,

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147229671 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java --- @@ -76,43 +78,50 @@ //

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147229627 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java --- @@ -76,43 +78,50 @@ //

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147229478 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestBugFixes.java --- @@ -33,8 +35,11 @@ @Category(UnlikelyTest.class) public class

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147229235 --- Diff: common/src/test/java/org/apache/drill/test/SubDirTestWatcher.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation

Capturing in-flight batches

2017-10-26 Thread Paul Rogers
Hi All, Yesterday, in a conversation, Salim mentioned it would be handy to be able to capture and replay in-flight batches in a Drill query in order to diagnose problems. As it turns out, we have most of the pieces readily available; we just need someone to assemble them. First, we have the

[GitHub] drill pull request #1011: Drill 1170: Drill-on-YARN

2017-10-26 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/1011 Drill 1170: Drill-on-YARN Provides Drill integration with YARN. Runs Drill as a long-running task under YARN. Monitors the Drill cluster, restarting failed Drillbits. Provides a command-line

[jira] [Created] (DRILL-5910) ClassNotFoundException message enhancement

2017-10-26 Thread Volodymyr Tkach (JIRA)
Volodymyr Tkach created DRILL-5910: -- Summary: ClassNotFoundException message enhancement Key: DRILL-5910 URL: https://issues.apache.org/jira/browse/DRILL-5910 Project: Apache Drill Issue

[GitHub] drill issue #904: DRILL-5717: change some date time test cases with specific...

2017-10-26 Thread weijietong
Github user weijietong commented on the issue: https://github.com/apache/drill/pull/904 @vvysotskyi thanks for your hard work, I have rewritten the corresponding method. But I have not rewritten the other Locate related cases. Since mockup is a white box testing , I payed some

[GitHub] drill issue #1010: DRILL-5906: java.lang.NullPointerException while quering ...

2017-10-26 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1010 +1, LGTM. ---

[GitHub] drill issue #998: DRILL-5887: Display process user/groups info in Drill UI

2017-10-26 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/998 +1, LGTM. ---