Re: Help for DRILL-3609

2019-11-06 Thread Paul Rogers
Hi Nitin, As it turns out, I just had to fix a bug in the windowing operator. I'm not an expert on this operator, but perhaps I can offer a suggestion or two. We have a few existing unit tests for window functions in TestWindowFrame. They are a bit hard to follow, however. Take a look at

Re: Help for DRILL-3609

2019-11-06 Thread Nitin Pawar
any help on this? On Tue, Nov 5, 2019 at 7:09 PM Nitin Pawar wrote: > Ohh ok > let me provide a google drive url > Here > > is the link. Can you check if can access it. > > Thanks, > Nitin > > On Tue, Nov 5,

[GitHub] [drill] progers-sumo commented on issue #1891: DRILL-7409: Moving test with big test data to the drill-test-framework.

2019-11-06 Thread GitBox
progers-sumo commented on issue #1891: DRILL-7409: Moving test with big test data to the drill-test-framework. URL: https://github.com/apache/drill/pull/1891#issuecomment-55044 @denysord88, thanks for the explanation. Developers often run the Drill unit tests to verify that a change

[DRAFT] Drill Board Report: Comments due by 2019-11-08 1200

2019-11-06 Thread Charles Givre
Hello all, Here is the proposed Drill board report. Could everyone please take a look and add comments by noon thursday? I'd like to highlight both recently submitted and other issues in progress. I put the ones that I knew, but I'd like to highlight the work on the metastore, anything else

[BLOCKER]: Drill on Yarn/Kerberos Issue

2019-11-06 Thread Charles Givre
Hello Drill Devs, My company, a major financial institution, is looking to do a POC with Drill on our CDH cluster. Long story short, we found an issue with Drill on Yarn (DOY) which I posted a JIRA a while ago. [1]. In going through the code, my engineer found a TODO in the code where YARN

[jira] [Created] (DRILL-7440) Failure during loading of RepeatedCount functions

2019-11-06 Thread Anton Gozhiy (Jira)
Anton Gozhiy created DRILL-7440: --- Summary: Failure during loading of RepeatedCount functions Key: DRILL-7440 URL: https://issues.apache.org/jira/browse/DRILL-7440 Project: Apache Drill Issue

[GitHub] [drill] arina-ielchiieva commented on issue #1893: DRILL-7439: Batch count fixes for six additional operators

2019-11-06 Thread GitBox
arina-ielchiieva commented on issue #1893: DRILL-7439: Batch count fixes for six additional operators URL: https://github.com/apache/drill/pull/1893#issuecomment-550259662 +1, ran all tests, fixed checkstyle issue and merged.

[GitHub] [drill] asfgit closed pull request #1893: DRILL-7439: Batch count fixes for six additional operators

2019-11-06 Thread GitBox
asfgit closed pull request #1893: DRILL-7439: Batch count fixes for six additional operators URL: https://github.com/apache/drill/pull/1893 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [drill] denysord88 commented on issue #1891: DRILL-7409: Moving test with big test data to the drill-test-framework.

2019-11-06 Thread GitBox
denysord88 commented on issue #1891: DRILL-7409: Moving test with big test data to the drill-test-framework. URL: https://github.com/apache/drill/pull/1891#issuecomment-550206555 @paul-rogers it was the only test for BigInt data in dictionary encoding that I found in Drill unit tests. I'm