[GitHub] [drill] weijietong commented on issue #1838: DRILL-7341: Vector reAlloc may fails after exchange

2019-08-08 Thread GitBox
weijietong commented on issue #1838: DRILL-7341: Vector reAlloc may fails after exchange URL: https://github.com/apache/drill/pull/1838#issuecomment-519762685 LGTM +1 This is an automated message from the Apache Git Service.

[GitHub] [drill] weijietong commented on a change in pull request #1838: DRILL-7341: Vector reAlloc may fails after exchange

2019-08-08 Thread GitBox
weijietong commented on a change in pull request #1838: DRILL-7341: Vector reAlloc may fails after exchange URL: https://github.com/apache/drill/pull/1838#discussion_r312317242 ## File path: exec/vector/src/main/codegen/templates/FixedValueVectors.java ## @@ -210,10

Re: [DISCUSS]: Drill after MapR

2019-08-08 Thread Ted Dunning
Assuming that HPE won't support continued development is not warranted. There is a risk in all change, but assuming the loss of support isn't correct. That said, the community should be able to release independently of any single company, assuming that Apache has enough resources. On Thu, Aug

Re: [QUESTION]: Caching UDFs

2019-08-08 Thread Igor Guzenko
Hello Charles, Although the idea seems good in general, actual implementation may cause much more issues than solve. If you are thinking about distributed cache, then every cache miss on current drillbit will cause network request to other drillbits, passing function arguments along with ids of

[GitHub] [drill] kkhatua commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query

2019-08-08 Thread GitBox
kkhatua commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query URL: https://github.com/apache/drill/pull/1779#discussion_r312214145 ## File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl ## @@

Re: August Apache Drill board report

2019-08-08 Thread Aman Sinha
Thanks for putting this together Arina. One minor comment is that for a future release do we need to mention the feature set ? Typically we would enumerate those in the next board report after the release has happened. Aman On Thu, Aug 8, 2019 at 10:00 AM Sorabh Hamirwasia wrote: > Hi Arina,

Re: [DISCUSS]: Drill after MapR

2019-08-08 Thread Paul Rogers
Hi Charles, Thanks for raising this issue. The short answer is probably "the cloud." The longer answer should include: * Who will manage the AWS/GCE instances? * Who will pay for the instances? * The MapR infrastructure uses the MapR file system and Hadoop distro. Probably should use Hadoop

Re: August Apache Drill board report

2019-08-08 Thread Sorabh Hamirwasia
Hi Arina, Overall report looks good. One minor thing: - Drill User Meetup was be held on May 22, 2019. Thanks, Sorabh On Thu, Aug 8, 2019 at 7:05 AM Arina Ielchiieva wrote: > Hi all, > > please take a look at the draft board report for the last quarter and let > me know if you have any

Re: [QUESTION]: Caching UDFs

2019-08-08 Thread Paul Rogers
Hi Charles, In general, we cannot know if a function is deterministic. Your function might be rand(seed, max). It might do a JDBC lookup or a REST call. Drill can't know (unless we add some way to know that a function is deterministic: maybe a @Deterministic annotation.) That said, you can

[DISCUSS]: Drill after MapR

2019-08-08 Thread Charles Givre
Hello all, Now that MapR is officially part of HPE, I wanted to ask everyone their thoughts about how we can continue to release Drill without the MapR owned infrastructure. Assuming that HPE is not likely to continue supporting Drill (or maybe they will, but I'm guessing not) what

[QUESTION]: Caching UDFs

2019-08-08 Thread Charles Givre
Hello Drill Devs, I have a question about UDFs. Let's say you have a non-trivial UDF called foo(x,y) which returns some value. Assuming that if the arguments are the same, the function foo() will return the same result, does Drill have any optimizations to prevent running the non-trivial

[jira] [Resolved] (DRILL-7321) split function doesn't work without from

2019-08-08 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Vysotskyi resolved DRILL-7321. Resolution: Fixed Fix Version/s: 1.17.0 Fixed in the sope of DRILL-7337. >

August Apache Drill board report

2019-08-08 Thread Arina Ielchiieva
Hi all, please take a look at the draft board report for the last quarter and let me know if you have any comments. Thanks, Arina = ## Description: - Drill is a Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage. ## Issues: - There are no issues requiring board

[GitHub] [drill] oleg-zinovev commented on a change in pull request #1838: DRILL-7341: Vector reAlloc may fails after exchange

2019-08-08 Thread GitBox
oleg-zinovev commented on a change in pull request #1838: DRILL-7341: Vector reAlloc may fails after exchange URL: https://github.com/apache/drill/pull/1838#discussion_r311989195 ## File path: exec/vector/src/main/codegen/templates/FixedValueVectors.java ## @@ -210,10

[GitHub] [drill] oleg-zinovev commented on a change in pull request #1838: DRILL-7341: Vector reAlloc may fails after exchange

2019-08-08 Thread GitBox
oleg-zinovev commented on a change in pull request #1838: DRILL-7341: Vector reAlloc may fails after exchange URL: https://github.com/apache/drill/pull/1838#discussion_r311989195 ## File path: exec/vector/src/main/codegen/templates/FixedValueVectors.java ## @@ -210,10

[GitHub] [drill] vvysotskyi merged pull request #1835: DRILL-7337: Add vararg UDFs support

2019-08-08 Thread GitBox
vvysotskyi merged pull request #1835: DRILL-7337: Add vararg UDFs support URL: https://github.com/apache/drill/pull/1835 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [drill] agozhiy commented on issue #1779: DRILL-7222: Visualize estimated and actual row counts for a query

2019-08-08 Thread GitBox
agozhiy commented on issue #1779: DRILL-7222: Visualize estimated and actual row counts for a query URL: https://github.com/apache/drill/pull/1779#issuecomment-519473200 @kkhatua, thank you for the changes, please answer just a few more comments I left in conversations.

[GitHub] [drill] agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query

2019-08-08 Thread GitBox
agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query URL: https://github.com/apache/drill/pull/1779#discussion_r311958036 ## File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl ## @@

[GitHub] [drill] agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query

2019-08-08 Thread GitBox
agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query URL: https://github.com/apache/drill/pull/1779#discussion_r311966621 ## File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl ## @@ -84,6

[GitHub] [drill] arina-ielchiieva commented on issue #1837: DRILL-7338: REST API calls to Drill fail due to insufficient heap memory

2019-08-08 Thread GitBox
arina-ielchiieva commented on issue #1837: DRILL-7338: REST API calls to Drill fail due to insufficient heap memory URL: https://github.com/apache/drill/pull/1837#issuecomment-519458040 +1, please squash the commits. This is

[GitHub] [drill] agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query

2019-08-08 Thread GitBox
agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query URL: https://github.com/apache/drill/pull/1779#discussion_r311958036 ## File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl ## @@

[GitHub] [drill] agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query

2019-08-08 Thread GitBox
agozhiy commented on a change in pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query URL: https://github.com/apache/drill/pull/1779#discussion_r311953200 ## File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl ## @@