[GitHub] drill pull request #1068: DRILL-6020 Fix NullPointerException when querying ...

2017-12-13 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/1068#discussion_r156621897 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/FieldIdUtil.java --- @@ -131,7 +131,7 @@ public static TypedFieldId

[GitHub] drill issue #1069: DRILL-5994 Added webserver maxThreads configuration optio...

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

RE: Drill over Hive

2017-12-13 Thread Dor Ben Dov
Kunal Correct this is the exact issue, it looks like drill is trying to push while hive doesn't pass it. When you work without hive, it works fine. + As result - you get very bad performance. Regards, Dor -Original Message- From: Kunal Khatua [mailto:kkha...@mapr.com] Sent: יום ד 13

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156645220 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebServer.java --- @@ -183,17 +180,19 @@ public void start() throws

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154689865 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/LogInLogOutResources.java --- @@ -69,23 +79,94 @@ public Viewable

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154690645 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebServerConstants.java --- @@ -0,0 +1,44 @@ +/* + * Licensed to

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154691438 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillErrorHandler.java --- @@ -0,0 +1,45 @@ +/* + * Licensed

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154902468 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/SpnegoUtil.java --- @@ -0,0 +1,115 @@ +/* + * Licensed to

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156642357 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/LogInLogOutResources.java --- @@ -69,23 +79,94 @@ public Viewable

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156670981 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156673473 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillHttpSecurityHandlerProvider.java --- @@ -0,0 +1,187 @@ +/*

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156662613 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156670865 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156661450 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/SPNEGOSecurityHandler.java --- @@ -0,0 +1,37 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156668713 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156673206 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156652385 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillHttpSecurityHandlerProvider.java --- @@ -0,0 +1,187 @@ +/*

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154950842 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/SpnegoUtil.java --- @@ -0,0 +1,115 @@ +/* + * Licensed to

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156664691 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156671926 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156642388 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/LogInLogOutResources.java --- @@ -69,23 +79,94 @@ public Viewable

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156648355 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillHttpSecurityHandlerProvider.java --- @@ -0,0 +1,187 @@ +/*

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154902705 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/SpnegoUtil.java --- @@ -0,0 +1,115 @@ +/* + * Licensed to

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156642213 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/LogInLogOutResources.java --- @@ -69,23 +79,94 @@ public Viewable

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156660850 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/SPNEGOSecurityHandler.java --- @@ -0,0 +1,37 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156658831 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillHttpSecurityHandlerProvider.java --- @@ -0,0 +1,187 @@ +/*

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156661626 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/FORMSecurityHanlder.java --- @@ -0,0 +1,50 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156660683 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/FORMSecurityHanlder.java --- @@ -0,0 +1,50 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154901206 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/BasicServer.java --- @@ -202,6 +202,9 @@ public int bind(final int initialPort, boolean

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154896548 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillHttpConstraintSecurityHandler.java --- @@ -0,0 +1,61 @@ +/*

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156651931 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillHttpSecurityHandlerProvider.java --- @@ -0,0 +1,187 @@ +/*

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154902157 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/SpnegoUtil.java --- @@ -0,0 +1,115 @@ +/* + * Licensed to

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r156671425 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/auth/DrillSpnegoAuthenticator.java --- @@ -0,0 +1,150 @@ +/* + *

[GitHub] drill pull request #1040: Drill 5425

2017-12-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r154688969 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/LogInLogOutResources.java --- @@ -69,23 +79,94 @@ public Viewable

RE: drill vs hive vs native hbase count

2017-12-13 Thread Dor Ben Dov
Anyone ? This is major integrity issue. Regards, Dor -Original Message- From: Dor Ben Dov Sent: יום ג 12 דצמבר 2017 13:28 To: dev@drill.apache.org Subject: drill vs hive vs native hbase count Hi Everyone, I tried the same query of 'select count(*) from table x' from hive, drill gui

[jira] [Resolved] (DRILL-5973) Support injection of time-bound pauses in server

2017-12-13 Thread Kunal Khatua (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Khatua resolved DRILL-5973. - Resolution: Implemented > Support injection of time-bound pauses in server >

RE: drill vs hive vs native hbase count

2017-12-13 Thread Dor Ben Dov
Hi Arina, I am using 3 driibits on my 3 instances of cloudera cluster. The data is located in Hbase and of course at the end as a file. How many columns - 10. The data is regular data but also jsons. Does this helps ? Regards, Dor -Original Message- From: Arina Yelchiyeva

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Parth Chandra
Checked checksums and signature on the release artifacts. Completed unit tests on Mac. Checked some random queries on complex integer types. LGTM. +1 (binding) Note : Took a while to get the unit test issues resolved but the issues were on my system. On Wed, Dec 13, 2017 at 12:19 PM,

[VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Charles Givre
* Built source tarball from [2] without unit tests on my Mac * Failed unit tests, but I think this is an issue with my Mac, not Drill * Ran Drill in embedded mode * Checked syntax highlighting in the plugin config widow, added and modified storage plugin. Error checking worked as expected *

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Boaz Ben-Zvi
Thank you all for the warm wishes; I hope to be worthy of the new status … Boaz On 12/13/17, 2:45 PM, "Vlad Rozov" wrote: Congrats! Thank you, Vlad On 12/13/17 14:41, Khurram Faraaz wrote: > Congratulations, Boaz! > >

[jira] [Created] (DRILL-6032) Use RecordBatchSizer to estimate size of columns in HashAgg

2017-12-13 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6032: - Summary: Use RecordBatchSizer to estimate size of columns in HashAgg Key: DRILL-6032 URL: https://issues.apache.org/jira/browse/DRILL-6032 Project: Apache Drill

[GitHub] drill pull request #1071: DRILL-6028: Allow splitting generated code in Chai...

2017-12-13 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/1071 DRILL-6028: Allow splitting generated code in ChainedHashTable into b… …locks to avoid "code too large" error 1. Added new parameter seedValue to getHashBuild and getHashProbe

[GitHub] drill issue #1071: DRILL-6028: Allow splitting generated code in ChainedHash...

2017-12-13 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1071 @paul-rogers can you please review this? ---

Re: Drill over Hive

2017-12-13 Thread Aman Sinha
I don't think we test Drill in this 3-tier configuration .. i.e Drill-->Hive-->Hbase. It is mainly Drill-->Hive or Drill-->Hbase. We would need to investigate why the filter pushdown did not get completely propagated down to Hbase.Can you pls file a JIRA ? -Aman On Wed, Dec 13, 2017 at 4:00

Re: drill vs hive vs native hbase count

2017-12-13 Thread Arina Yelchiyeva
Hi Dor, I guess you need to provide more information. Environment are using (how many drillbits, where data is located (fs, dfs))? Data format you are querying? How many columns in file? Kind regards Arina On Wed, Dec 13, 2017 at 2:06 PM, Dor Ben Dov wrote: > Anyone ?

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Vova Vysotskyi
Ran Drill in embedded mode from a built archive at [2], again created and queried views, submitted few TPCH and TPCDS queries from a command line and UI, verified queries result, checked that query profiles are displayed correctly. Ran queries from a simple java application using prebuilt

RE: Drill over Hive

2017-12-13 Thread Dor Ben Dov
Aman Can you give me the link to jira so I will be able to file the bug. Regards, Dor -Original Message- From: Aman Sinha [mailto:amansi...@apache.org] Sent: יום ד 13 דצמבר 2017 19:46 To: dev@drill.apache.org Subject: Re: Drill over Hive I don't think we test Drill in this 3-tier

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Paul Rogers
Congrats! Well deserved. - Paul > On Dec 13, 2017, at 11:00 AM, Timothy Farkas wrote: > > Congrats! > > > From: Kunal Khatua > Sent: Wednesday, December 13, 2017 10:47:14 AM > To: dev@drill.apache.org > Subject: RE:

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread salim achouche
Congrats Boaz and Vitalii!! > On Dec 13, 2017, at 11:00 AM, Timothy Farkas wrote: > > Congrats! > > > From: Kunal Khatua > Sent: Wednesday, December 13, 2017 10:47:14 AM > To: dev@drill.apache.org > Subject: RE: [ANNOUNCE]

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread salim achouche
For me, it was intermittent; sometimes the test succeeds and would fail at another time. I had to set the maven "-Dmaven.test.failure.ignore=true” to have my build proceed.. then I would check the logs. Regards, Salim > On Dec 13, 2017, at 11:25 AM, Karthikeyan Manivannan

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Aman Sinha
- Downloaded the source tarball from [2] on my Linux VM, built and ran all unit tests successfully. - Downloaded the binary tarball onto my Macbook, untarred and ran Drill in embedded mode - Ran a few sanity test queries against a TPC-DS SF1 data set. - Examined the run-time query profiles of

Re: [ANNOUNCE] New Committer: Vitalii Diravka

2017-12-13 Thread Vitalii Diravka
Thank you all for your kind words Kind regards Vitalii On Wed, Dec 13, 2017 at 5:38 AM, weijie tong wrote: > Congratulations Vitalii > > On Wed, 13 Dec 2017 at 5:50 AM Khurram Faraaz wrote: > > > Congratulations Vitalii. > > > > > > Regards, > > > >

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Abhishek Girish
Congratulations Boaz! On Wed, Dec 13, 2017 at 10:23 AM Aman Sinha wrote: > The Project Management Committee (PMC) for Apache Drill has invited Boaz > Ben-Zvi to become a committer, and we are pleased to announce that he > has accepted. > > Boaz has been an active

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Timothy Farkas
Congrats! From: Kunal Khatua Sent: Wednesday, December 13, 2017 10:47:14 AM To: dev@drill.apache.org Subject: RE: [ANNOUNCE] New Committer: Boaz Ben-Zvi Congratulations, Boaz!! -Original Message- From: Abhishek Girish

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Robert Hou
Congratulations, Boaz! --Robert From: Paul Rogers Sent: Wednesday, December 13, 2017 11:02 AM To: dev@drill.apache.org Subject: Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi Congrats! Well deserved. - Paul > On Dec 13, 2017, at 11:00 AM,

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Karthikeyan Manivannan
I downloaded the tarball and I see a timeout failure when I run TestGracefulShutdown.testRestApiShutdown. Building the ClusterFixture takes about 74 seconds (this takes only 5 secs on Linux) and the test has a 60s wait and so this hits the 100s timeout. Did anyone manage to run this test on a

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Timothy Farkas
There is a fix for the timeout in this PR https://github.com/apache/drill/pull/1023 . The fix increases the timeout for the graceful shutdown tests and removes the aggressive sleep statements. It doesn't fix the slow performance on Mac though. Tim From:

[GitHub] drill issue #1055: DRILL-5973 : Support injection of time-bound pauses in se...

2017-12-13 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1055 +1. No need to squash/rebase. ---

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Parth Chandra
I've resolved the problem causing TestGracefulShutdown.testRestApiShutdown to fail for me. ( I had another drill bit running on my system that had failed to shut down). This test can be improved to take care of these situations, but for the moment I don't see this as a show stopper. On Wed, Dec

Re: drill vs hive vs native hbase count

2017-12-13 Thread Aman Sinha
In addition, it would help if you can provide more details such as : - what version of Drill and HBase are you running ? - the EXPLAIN plan of the query you ran - what was the expected and actual result ? On Wed, Dec 13, 2017 at 9:21 AM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Hi

Re: [VOTE] Release Apache Drill 1.12.0 - rc1

2017-12-13 Thread Jinfeng Ni
I also saw failures in TestGracefulShutdown and TestImpersonationMetadata, when run "mvn clean install " on Mac. On Wed, Dec 13, 2017 at 12:01 PM, Parth Chandra wrote: > I've resolved the problem causing TestGracefulShutdown.testRestApiShutdown > to fail for me. ( I had

[ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Aman Sinha
The Project Management Committee (PMC) for Apache Drill has invited Boaz Ben-Zvi to become a committer, and we are pleased to announce that he has accepted. Boaz has been an active contributor to Drill for more than a year. He designed and implemented the Hash Aggregate spilling and is leading

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Gautam Parai
Congratulations Boaz! Thank you for your contributions. Gautam From: Abhishek Girish Sent: Wednesday, December 13, 2017 10:24:30 AM To: dev@drill.apache.org Subject: Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi Congratulations Boaz! On Wed,

RE: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Kunal Khatua
Congratulations, Boaz!! -Original Message- From: Abhishek Girish [mailto:agir...@apache.org] Sent: Wednesday, December 13, 2017 10:25 AM To: dev@drill.apache.org Subject: Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi Congratulations Boaz! On Wed, Dec 13, 2017 at 10:23 AM Aman Sinha

Re: [ANNOUNCE] New Committer: Vitalii Diravka

2017-12-13 Thread Jinfeng Ni
Congratulations and welcome, Vitalii! Jinfeng On Wed, Dec 13, 2017 at 9:55 AM, Vitalii Diravka wrote: > Thank you all for your kind words > > Kind regards > Vitalii > > On Wed, Dec 13, 2017 at 5:38 AM, weijie tong > wrote: > > >

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Jinfeng Ni
Congratulations and welcome, Boaz! Jinfeng On Wed, Dec 13, 2017 at 11:17 AM, Robert Hou wrote: > Congratulations, Boaz! > > > --Robert > > > From: Paul Rogers > Sent: Wednesday, December 13, 2017 11:02 AM > To:

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Arina Yelchiyeva
Congratulations! Kind regards Arina > On Dec 13, 2017, at 10:20 PM, Jinfeng Ni wrote: > > Congratulations and welcome, Boaz! > > > Jinfeng > > >> On Wed, Dec 13, 2017 at 11:17 AM, Robert Hou wrote: >> >> Congratulations, Boaz! >> >> >> --Robert >> >>

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread rahul challapalli
Congratulations Boaz! On Wed, Dec 13, 2017 at 12:38 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Congratulations! > > Kind regards > Arina > > > On Dec 13, 2017, at 10:20 PM, Jinfeng Ni wrote: > > > > Congratulations and welcome, Boaz! > > > > > > Jinfeng > > > >

[jira] [Resolved] (DRILL-6031) Document support for dots in field names

2017-12-13 Thread Bridget Bevens (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bridget Bevens resolved DRILL-6031. --- Resolution: Fixed Setting status to resolved. > Document support for dots in field names >

[jira] [Created] (DRILL-6031) Document support for dots in field names

2017-12-13 Thread Bridget Bevens (JIRA)
Bridget Bevens created DRILL-6031: - Summary: Document support for dots in field names Key: DRILL-6031 URL: https://issues.apache.org/jira/browse/DRILL-6031 Project: Apache Drill Issue Type:

RE: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Robert Wu
Congratulations, Boaz! Rob -Original Message- From: Jinfeng Ni [mailto:j...@apache.org] Sent: Wednesday, December 13, 2017 12:20 PM To: dev Subject: Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi Congratulations and welcome, Boaz! Jinfeng On Wed, Dec 13, 2017 at

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Khurram Faraaz
Congratulations, Boaz! From: Robert Wu Sent: Wednesday, December 13, 2017 2:38:42 PM To: dev@drill.apache.org Subject: RE: [ANNOUNCE] New Committer: Boaz Ben-Zvi Congratulations, Boaz! Rob -Original Message- From: Jinfeng Ni

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Vlad Rozov
Congrats! Thank you, Vlad On 12/13/17 14:41, Khurram Faraaz wrote: Congratulations, Boaz! From: Robert Wu Sent: Wednesday, December 13, 2017 2:38:42 PM To: dev@drill.apache.org Subject: RE: [ANNOUNCE] New Committer: Boaz Ben-Zvi

[GitHub] drill issue #1068: DRILL-6020 Fix NullPointerException when querying JSON un...

2017-12-13 Thread MitchelLabonte
Github user MitchelLabonte commented on the issue: https://github.com/apache/drill/pull/1068 > But one more point: with this change error is not thrown, but only nulls are returned. I think we should also fix this issue is the scope of this pull request. @vvysotskyi I am not

[GitHub] drill pull request #1072: DRILL-5879: Improved SQL Pattern Contains Performa...

2017-12-13 Thread sachouche
GitHub user sachouche opened a pull request: https://github.com/apache/drill/pull/1072 DRILL-5879: Improved SQL Pattern Contains Performance **BACKGROUND** - JIRA [DRILL-5879](https://issues.apache.org/jira/browse/DRILL-5879) goal is to improve the "Contains" pattern