Blocker on drill upgrade path

2019-04-18 Thread Nitin Pawar
Hi, We are trying to upgrade drill from 1.13 to 1.15 following query works in drill 1.13 but not in 1.15 select max(last_name) from cp.`employee.json` group by last_name limit 5 can you let us know if this backward compatibility issue will be fixed ?? -- Nitin Pawar

[GitHub] [drill] sohami commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-18 Thread GitBox
sohami commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756#discussion_r276902010 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/decoder/Packet.java ## @@

[GitHub] [drill] sohami commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-18 Thread GitBox
sohami commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756#discussion_r276902010 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/decoder/Packet.java ## @@

Re: [Discuss] Integrate Arrow gandiva into Drill

2019-04-18 Thread Paul Rogers
Hi Weijie, Thanks much for the update on your Gandiva work. It is great work. Can you say more about how you are doing the integration? As you mentioned the memory layout of Arrow's null vector differs from the "is set" vector in Drill. How did you work around that? The Project operator is

[GitHub] [drill] cgivre commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-18 Thread GitBox
cgivre commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756#discussion_r276868473 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/decoder/Packet.java ## @@

[GitHub] [drill] sohami commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-18 Thread GitBox
sohami commented on a change in pull request #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756#discussion_r276853084 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/decoder/Packet.java ## @@

Re: [VOTE] Apache Drill Release 1.16.0 - RC0

2019-04-18 Thread SorabhApache
Hi Bob, With protobuf change both JDBC and ODBC will need to be updated but for 1.16 release this change was reverted since it will take some time to prepare for drivers with latest protobuf versions. In the original JIRA there is a comment stating that the commit is reverted on 1.16 branch and

Re: [VOTE] Apache Drill Release 1.16.0 - RC0

2019-04-18 Thread Bob Rudis
Q abt the RC (and eventual full release): Does https://issues.apache.org/jira/browse/DRILL-5509 mean that the ODBC drivers will need to be updated to avoid warning messages (and potential result set errors) as the was the case with a previous release or is this purely (as I read the ticket) a

[VOTE] Apache Drill Release 1.16.0 - RC0

2019-04-18 Thread SorabhApache
Hi Drillers, I'd like to propose the first release candidate (RC0) for the Apache Drill, version 1.16.0. The RC0 includes total of 211 resolved JIRAs [1]. Thanks to everyone for their hard work to contribute to this release. The tarball artifacts are hosted at [2] and the maven artifacts are

Re: [DISCUSS] 1.16.0 release

2019-04-18 Thread Charles Givre
Ok. Thanks > On Apr 18, 2019, at 2:34 PM, SorabhApache wrote: > > Hi Charles, > I don't think DRILL-7185 is a blocker bug since it's there from 1.11.0 > onwards. I will prefer for this fix to go in master branch instead of > release branch to avoid having to prepare for RC candidate again from

Re: [DISCUSS] 1.16.0 release

2019-04-18 Thread SorabhApache
Hi Charles, I don't think DRILL-7185 is a blocker bug since it's there from 1.11.0 onwards. I will prefer for this fix to go in master branch instead of release branch to avoid having to prepare for RC candidate again from scratch (which will take another ~3 hours). In case if RC0 doesn't succeed

Re: [DISCUSS] 1.16.0 release

2019-04-18 Thread Charles Givre
I put is as a blocker (and maybe that is overkill and if so I apologize) because I wasn’t able to actually use Drill to query my data. Drill kept crashing when I was trying to query these collection of PCAP files, which it really should have been able to read. It literally was something as

Re: [DISCUSS] 1.16.0 release

2019-04-18 Thread SorabhApache
Hi Charles, I was about to share the RC0 candidate and just saw that you have created a blocker issue for 1.16. The JIRA doesn't have much detail as to why it is treated as blocker bug. Can you please provide more details on it ? https://issues.apache.org/jira/browse/DRILL-7185 Thanks, Sorabh On

Small fix for Drill 1.16

2019-04-18 Thread Charles Givre
Hi Sorabh, I found (and fixed) a very small issue with the PCAP format plugin that was preventing me from using it at work. If possible, I’d like to get this into Drill 1.16. Thanks! — C

[jira] [Created] (DRILL-7185) Drill Fails to Read Large Packets

2019-04-18 Thread Charles Givre (JIRA)
Charles Givre created DRILL-7185: Summary: Drill Fails to Read Large Packets Key: DRILL-7185 URL: https://issues.apache.org/jira/browse/DRILL-7185 Project: Apache Drill Issue Type: Bug

[GitHub] [drill] cgivre opened a new pull request #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-18 Thread GitBox
cgivre opened a new pull request #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756 If there is a packet with a length of 96, the PCAP parser crashes. This small fix corrects that problem.

[jira] [Created] (DRILL-7184) Set the IDs for the unique HTML tags in the Drill Web UI

2019-04-18 Thread Denys Ordynskiy (JIRA)
Denys Ordynskiy created DRILL-7184: -- Summary: Set the IDs for the unique HTML tags in the Drill Web UI Key: DRILL-7184 URL: https://issues.apache.org/jira/browse/DRILL-7184 Project: Apache Drill

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-18 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r276312361 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/expr/IsPredicate.java ## @@ -76,7

[GitHub] [drill] sohami closed pull request #1752: DRILL-7182: Incorrect access specifier for Join DrillRelMdDistinctRowcount

2019-04-18 Thread GitBox
sohami closed pull request #1752: DRILL-7182: Incorrect access specifier for Join DrillRelMdDistinctRowcount URL: https://github.com/apache/drill/pull/1752 This is an automated message from the Apache Git Service. To

[GitHub] [drill] sohami closed pull request #1755: DRILL-7183: TPCDS query 10, 35, 69 take longer with sf 1000 when Statistics are disabled.

2019-04-18 Thread GitBox
sohami closed pull request #1755: DRILL-7183: TPCDS query 10, 35, 69 take longer with sf 1000 when Statistics are disabled. URL: https://github.com/apache/drill/pull/1755 This is an automated message from the Apache Git