Re: Review Request 34575: DRILL-3019: Extra column in Schema of Recordbatch from scanning Values

2015-05-21 Thread Aman Sinha
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34575/#review84843 --- exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/f

[GitHub] drill pull request: Update 020-develop-a-simple-function.md

2015-05-21 Thread kristinehahn
Github user kristinehahn commented on the pull request: https://github.com/apache/drill/pull/77#issuecomment-104456955 Fixed and committed to https://github.com/tshiran/drill/tree/gh-pages: [gh-pages 3a32564] --- If your project is set up for it, you can reply to this email and have

[jira] [Created] (DRILL-3167) When a query fails, Foreman should wait for all fragments to finish cleaning up before sending a FAILED state to the client

2015-05-21 Thread Deneche A. Hakim (JIRA)
Deneche A. Hakim created DRILL-3167: --- Summary: When a query fails, Foreman should wait for all fragments to finish cleaning up before sending a FAILED state to the client Key: DRILL-3167 URL: https://issues.apac

Re: Review Request 34575: DRILL-3019: Extra column in Schema of Recordbatch from scanning Values

2015-05-21 Thread Sean Hsuan-Yi Chu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34575/ --- (Updated May 21, 2015, 11:36 p.m.) Review request for drill, Aman Sinha and Jin

Review Request 34575: DRILL-3019: Extra column in Schema of Recordbatch from scanning Values

2015-05-21 Thread Sean Hsuan-Yi Chu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34575/ --- Review request for drill, Aman Sinha and Jinfeng Ni. Bugs: DRILL-3019 https

Re: Review Request 34499: DRILL-3032: repeated vectors should handle late type && instantiate its children upon construction

2015-05-21 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34499/#review84807 --- Can you add a unit test like the one mentioned in the JIRA report fo

Review Request 34567: DRILL-3166: Cost model of functions should account for field reader arguments

2015-05-21 Thread Hanifi Gunes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34567/ --- Review request for drill and Mehant Baid. Repository: drill-git Description -

Re: Review Request 34074: DRILL-3035 Create ControlsInjector interface to enforce implementing methods

2015-05-21 Thread Sudheesh Katkam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34074/ --- (Updated May 21, 2015, 10:07 p.m.) Review request for drill, Chris Westin and V

Re: Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread abdelhakim deneche
> On May 21, 2015, 8:18 p.m., Steven Phillips wrote: > > exec/java-exec/src/main/java/org/apache/drill/exec/work/batch/BaseRawBatchBuffer.java, > > line 65 > > > > > > There is no need for this to be synchronized. What

Re: Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread Steven Phillips
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34541/#review84779 --- exec/java-exec/src/main/java/org/apache/drill/exec/work/batch/BaseR

Re: Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread abdelhakim deneche
> On May 21, 2015, 5:08 p.m., Sudheesh Katkam wrote: > > exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java, > > line 417 > > > > > > Is there an alternative implementation? I feel like this m

Re: Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread abdelhakim deneche
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34541/ --- (Updated May 21, 2015, 7:34 p.m.) Review request for drill, Chris Westin and Ja

[jira] [Created] (DRILL-3166) Cost model of funtions does not account field reader arguments

2015-05-21 Thread Hanifi Gunes (JIRA)
Hanifi Gunes created DRILL-3166: --- Summary: Cost model of funtions does not account field reader arguments Key: DRILL-3166 URL: https://issues.apache.org/jira/browse/DRILL-3166 Project: Apache Drill

Re: Replacing the S3 Client

2015-05-21 Thread Tomer Shiran
Drill uses what's known as the Hadoop 'FileSystem API'. Drill can connect to any local or cloud storage system that has a library conforming to this API. > On May 21, 2015, at 9:48 AM, Derek Rabindran wrote: > > Hi, > > Is it possible to replace jets3t, the library used to interact with S3,

Re: Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread Sudheesh Katkam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34541/#review84727 --- exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentCont

Replacing the S3 Client

2015-05-21 Thread Derek Rabindran
Hi, Is it possible to replace jets3t, the library used to interact with S3, with another client? How does Apache Drill interact with S3 using jets3t? Thanks -- - Derek Rabindran

Re: Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread abdelhakim deneche
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34541/ --- (Updated May 21, 2015, 4:30 p.m.) Review request for drill, Chris Westin and Ja

[jira] [Created] (DRILL-3165) Sorting a Mongo table should leverage Mongo Indexes

2015-05-21 Thread Leandro DG (JIRA)
Leandro DG created DRILL-3165: - Summary: Sorting a Mongo table should leverage Mongo Indexes Key: DRILL-3165 URL: https://issues.apache.org/jira/browse/DRILL-3165 Project: Apache Drill Issue Type

[jira] [Created] (DRILL-3164) Compilation fails with Java 8

2015-05-21 Thread Ted Dunning (JIRA)
Ted Dunning created DRILL-3164: -- Summary: Compilation fails with Java 8 Key: DRILL-3164 URL: https://issues.apache.org/jira/browse/DRILL-3164 Project: Apache Drill Issue Type: Bug Re

Review Request 34541: DRILL-3147: tpcds-sf1-parquet query 73 causes memory leak

2015-05-21 Thread abdelhakim deneche
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34541/ --- Review request for drill, Chris Westin and Jacques Nadeau. Bugs: DRILL-3147