[jira] [Created] (DRILL-2559) When window functions are disabled, throw DrillExceptions

2015-03-25 Thread Sean Hsuan-Yi Chu (JIRA)
Sean Hsuan-Yi Chu created DRILL-2559: Summary: When window functions are disabled, throw DrillExceptions Key: DRILL-2559 URL: https://issues.apache.org/jira/browse/DRILL-2559 Project: Apache Drill

[jira] [Created] (DRILL-2562) Order by over trimmed key, results in incorrect ordering

2015-03-25 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-2562: - Summary: Order by over trimmed key, results in incorrect ordering Key: DRILL-2562 URL: https://issues.apache.org/jira/browse/DRILL-2562 Project: Apache Drill

Getting a Query State

2015-03-25 Thread Matthew Hsu
Hello, I'm trying to get the query state from a completed query using the JDBC Drill Client, but I am only able to get QueryState.PENDING and I am unable to get QueryState.COMPLETED. I noticed the Drill Client has this in it: @Override public void resultArrived(QueryResultBatch result,

[jira] [Created] (DRILL-2561) Profile UI: Metrics displayed incorrectly for failed query

2015-03-25 Thread Krystal (JIRA)
Krystal created DRILL-2561: -- Summary: Profile UI: Metrics displayed incorrectly for failed query Key: DRILL-2561 URL: https://issues.apache.org/jira/browse/DRILL-2561 Project: Apache Drill Issue

[jira] [Created] (DRILL-2563) Improvements for the fragment graph in the profile UI

2015-03-25 Thread Krystal (JIRA)
Krystal created DRILL-2563: -- Summary: Improvements for the fragment graph in the profile UI Key: DRILL-2563 URL: https://issues.apache.org/jira/browse/DRILL-2563 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-2565) Add AlreadyClosedSqlException and test for future DRILL-2489 fix.

2015-03-25 Thread Daniel Barclay (Drill) (JIRA)
Daniel Barclay (Drill) created DRILL-2565: - Summary: Add AlreadyClosedSqlException and test for future DRILL-2489 fix. Key: DRILL-2565 URL: https://issues.apache.org/jira/browse/DRILL-2565

[jira] [Resolved] (DRILL-2501) POSTINST upgrade checks old drill install folder for drill pid to stop

2015-03-25 Thread Steven Phillips (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Phillips resolved DRILL-2501. Resolution: Invalid This looks like an issue with MapR's rpm packaging. Please file an jira

Re: Review Request 32083: DRILL-2463: Implement JDBC NULL - dummy value mapping in AvaticaDrillSqlAccessor and SqlAccessors.

2015-03-25 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32083/#review77793 --- Ship it! Minor comments that can be addressed later

Re: Getting a Query State

2015-03-25 Thread Chris Westin
Yep, query state on the client is currently broken: https://issues.apache.org/jira/browse/DRILL-2384 . Fix is in progress. On Wed, Mar 25, 2015 at 12:54 PM, Matthew Hsu matth...@simba.com wrote: Hello, I’m trying to get the query state from a completed query using the JDBC Drill Client,

Re: Getting a Query State

2015-03-25 Thread Parth Chandra
Hi Matthew, The drillbit sends back two messages to the client: 1) A message with the isLastChunk flag set to true and query state is PENDING and 2) A terminal messge which has the query state changed to COMPLETED (isLastChunk may be false). I believe the JDBC driver batches these two

Re: Review Request 32412: DRILL-2461: Fix: INTERVAL in view makes INFORMATION_SCHEMA.COLUMN fail.

2015-03-25 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32412/#review77808 --- Ship it! Ship It! - Parth Chandra On March 23, 2015, 8:11 p.m.,

[jira] [Created] (DRILL-2570) Broken JDBC-All Jar packaging can cause missing XML classes

2015-03-25 Thread Daniel Barclay (Drill) (JIRA)
Daniel Barclay (Drill) created DRILL-2570: - Summary: Broken JDBC-All Jar packaging can cause missing XML classes Key: DRILL-2570 URL: https://issues.apache.org/jira/browse/DRILL-2570 Project:

Re: Review Request 30697: Drill-2060 - part 2 - constant expression folding during planning

2015-03-25 Thread Jason Altekruse
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30697/ --- (Updated March 26, 2015, 12:01 a.m.) Review request for drill, Aditya Kishore,

[jira] [Created] (DRILL-2574) SendingAccountor can suffer from lost updates

2015-03-25 Thread Chris Westin (JIRA)
Chris Westin created DRILL-2574: --- Summary: SendingAccountor can suffer from lost updates Key: DRILL-2574 URL: https://issues.apache.org/jira/browse/DRILL-2574 Project: Apache Drill Issue Type:

Re: Review Request 30697: Drill-2060 - part 2 - constant expression folding during planning

2015-03-25 Thread Jinfeng Ni
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30697/#review77851 --- Ship it! Ship It! - Jinfeng Ni On March 25, 2015, 5:01 p.m.,

[jira] [Created] (DRILL-2576) Doc how to run SQL queries on S3

2015-03-25 Thread Kristine Hahn (JIRA)
Kristine Hahn created DRILL-2576: Summary: Doc how to run SQL queries on S3 Key: DRILL-2576 URL: https://issues.apache.org/jira/browse/DRILL-2576 Project: Apache Drill Issue Type: Task

Re: Review Request 30697: Drill-2060 - part 2 - constant expression folding during planning

2015-03-25 Thread Jason Altekruse
On March 24, 2015, 7:27 p.m., Jinfeng Ni wrote: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillConstExecutor.java, line 75 https://reviews.apache.org/r/30697/diff/6/?file=904523#file904523line75 I saw VARBINARY, DECIMAL9 etc in the switch statement in the

Re: Review Request 30697: Drill-2060 - part 2 - constant expression folding during planning

2015-03-25 Thread Jason Altekruse
On March 25, 2015, 12:55 a.m., Aman Sinha wrote: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyGroupScan.java, line 139 https://reviews.apache.org/r/30697/diff/6/?file=904529#file904529line139 I feel that the estRowCount should use a formula that is

Re: Review Request 30697: Drill-2060 - part 2 - constant expression folding during planning

2015-03-25 Thread Aman Sinha
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30697/#review77833 --- Ship it! Ship It! - Aman Sinha On March 26, 2015, 12:01 a.m.,

[jira] [Created] (DRILL-2577) Parquet scan fails when directory contains _SUCCESS or _logs

2015-03-25 Thread Steven Phillips (JIRA)
Steven Phillips created DRILL-2577: -- Summary: Parquet scan fails when directory contains _SUCCESS or _logs Key: DRILL-2577 URL: https://issues.apache.org/jira/browse/DRILL-2577 Project: Apache Drill

Review Request 32524: DRILL-2375: implement reader reset mechanism and reset reader before accessing it during projection

2015-03-25 Thread Hanifi Gunes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32524/ --- Review request for drill, Mehant Baid and Parth Chandra. Repository: drill-git

Review Request 32523: DRILL-2568: Conditionally drop filter during partition pruning

2015-03-25 Thread Aman Sinha
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32523/ --- Review request for drill and Jacques Nadeau. Bugs: DRILL-2568

Re: Review Request 32523: DRILL-2568: Conditionally drop filter during partition pruning

2015-03-25 Thread Jacques Nadeau
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32523/#review77861 ---