Re: eclipse:eclipse failing

2015-06-10 Thread yuliya Feldman
I have been using mvn eclipse:eclipse w/o issues for quite a long time. As Jacques pointed out you need to run "install" target first. From: Jacques Nadeau To: "dev@drill.apache.org" Sent: Wednesday, June 10, 2015 12:36 PM Subject: Re: eclipse:eclipse failing The problem is you'll n

Re: Review Request 35163: DRILL-1169: Add support for UNION (distinct type)

2015-06-10 Thread Aman Sinha
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35163/#review87496 --- exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/

Re: Review Request 35329: DRILL-2997: Remove references to groupCount from SerializedField

2015-06-10 Thread Hanifi Gunes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35329/ --- (Updated June 10, 2015, 11:40 p.m.) Review request for drill and Parth Chandra.

Review Request 35329: DRILL-2997: Remove references to groupCount from SerializedField

2015-06-10 Thread Hanifi Gunes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35329/ --- Review request for drill and Parth Chandra. Repository: drill-git Description

[jira] [Created] (DRILL-3276) Broken links on Apache Drill documentation

2015-06-10 Thread Andries Engelbrecht (JIRA)
Andries Engelbrecht created DRILL-3276: -- Summary: Broken links on Apache Drill documentation Key: DRILL-3276 URL: https://issues.apache.org/jira/browse/DRILL-3276 Project: Apache Drill I

[jira] [Created] (DRILL-3275) Difference in expected results - query that uses window functions

2015-06-10 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-3275: - Summary: Difference in expected results - query that uses window functions Key: DRILL-3275 URL: https://issues.apache.org/jira/browse/DRILL-3275 Project: Apache Dri

[jira] [Created] (DRILL-3274) remove option 'window.enable'

2015-06-10 Thread Deneche A. Hakim (JIRA)
Deneche A. Hakim created DRILL-3274: --- Summary: remove option 'window.enable' Key: DRILL-3274 URL: https://issues.apache.org/jira/browse/DRILL-3274 Project: Apache Drill Issue Type: Bug

Re: Review Request 34977: DRILL-3200: Add Window functions: ROW_NUMBER, RANK, PERCENT_RANK, DENSE_RANK and CUME_DIST

2015-06-10 Thread abdelhakim deneche
> On June 10, 2015, 10:31 p.m., Steven Phillips wrote: > > exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java, line > > 242 > > > > > > Do we still need this option? Maybe we can just get rid of i

Re: Review Request 34977: DRILL-3200: Add Window functions: ROW_NUMBER, RANK, PERCENT_RANK, DENSE_RANK and CUME_DIST

2015-06-10 Thread Steven Phillips
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34977/#review87476 --- Ship it! Ship It! - Steven Phillips On June 10, 2015, 6:37 p.m.,

Re: Review Request 34977: DRILL-3200: Add Window functions: ROW_NUMBER, RANK, PERCENT_RANK, DENSE_RANK and CUME_DIST

2015-06-10 Thread Steven Phillips
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34977/#review87458 --- exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.ja

Re: Behavior of TIME type column in Drill

2015-06-10 Thread Khurram Faraaz
Thanks Daniel. On Wed, Jun 10, 2015 at 3:08 PM, Daniel Barclay wrote: > Khurram Faraaz wrote: > >> Hi All, >> >> Can someone please review this ? >> >> SQL standard (ISO/IEC 9075-1:2011(E)) specifies that a value of datatype >> TIME comprises values of DATETIME fields HOUR, MINUTE and SECONDS. >

Re: Behavior of TIME type column in Drill

2015-06-10 Thread Daniel Barclay
Khurram Faraaz wrote: Hi All, Can someone please review this ? SQL standard (ISO/IEC 9075-1:2011(E)) specifies that a value of datatype TIME comprises values of DATETIME fields HOUR, MINUTE and SECONDS. (HH:MM:SS) Note that the SECOND field can have a fractional seconds precision. (Your menti

[jira] [Created] (DRILL-3273) Hive function 'concat_ws' not working from drill

2015-06-10 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-3273: Summary: Hive function 'concat_ws' not working from drill Key: DRILL-3273 URL: https://issues.apache.org/jira/browse/DRILL-3273 Project: Apache Drill

[jira] [Created] (DRILL-3272) HIve : Using 'if' function in hive results in an ExpressionParsingException

2015-06-10 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-3272: Summary: HIve : Using 'if' function in hive results in an ExpressionParsingException Key: DRILL-3272 URL: https://issues.apache.org/jira/browse/DRILL-3272 Pro

Re: eclipse:eclipse failing

2015-06-10 Thread Jacques Nadeau
The problem is you'll need to first run a complete mvn install -DskipTests command before you can use eclipse:eclipse. Furthermore, I strongly recommend using Eclipse's import capability as we haven't tested the eclipse:eclipse behavior with Drill. On Mon, Jun 8, 2015 at 6:27 PM, 오진박 wrote: >

Re: Review Request 35052: DRILL-2089: Part 7--Post-move hygiene (simplification, renaming, whitespace).

2015-06-10 Thread Daniel Barclay
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35052/ --- (Updated June 10, 2015, 7:05 p.m.) Review request for drill, Mehant Baid and Pa

[jira] [Created] (DRILL-3271) Hive : Tpch 01.q fails with a verification issue for SF100 dataset

2015-06-10 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-3271: Summary: Hive : Tpch 01.q fails with a verification issue for SF100 dataset Key: DRILL-3271 URL: https://issues.apache.org/jira/browse/DRILL-3271 Project: Apa

Re: Window function query takes too long to complete and return results

2015-06-10 Thread Khurram Faraaz
Great! I will re-run the query on latest level and also verify results against Postgress results. On Wed, Jun 10, 2015 at 9:27 AM, Abdel Hakim Deneche wrote: > I tried the query using the new implementation (DRILL-3200) and it's much > more faster: 14 seconds compared to 523 seconds using the cu

Re: Window function query takes too long to complete and return results

2015-06-10 Thread Abdel Hakim Deneche
I tried the query using the new implementation (DRILL-3200) and it's much more faster: 14 seconds compared to 523 seconds using the current implementation. I didn't check the results though. On Tue, Jun 9, 2015 at 11:30 PM, Khurram Faraaz wrote: > JIRA 3269 is opened to track this behavior. > I

[jira] [Created] (DRILL-3270) Modify HbaseGroupScan to allow multiple fragments per region

2015-06-10 Thread Andy Pernsteiner (JIRA)
Andy Pernsteiner created DRILL-3270: --- Summary: Modify HbaseGroupScan to allow multiple fragments per region Key: DRILL-3270 URL: https://issues.apache.org/jira/browse/DRILL-3270 Project: Apache Dril