[jira] [Resolved] (DRILL-2157) Directory pruning on subdirectories only and data type conversions for directory filters

2015-03-22 Thread Aman Sinha (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Sinha resolved DRILL-2157. --- Resolution: Fixed > Directory pruning on subdirectories only and data type conversions for > director

Re: [VOTE] Release Apache Drill 0.8.0

2015-03-22 Thread Aman Sinha
Downloaded the tar file and installed on my macbook. Ran several queries against TPCH (scale factor 1) and TPC-DS schema successfully in sqlline via embedded mode. Found 1 issue with accessing the profile for a RUNNING query: Problem accessing /profiles/2af10fa0-0802-e296-c243-d93f97b8134e. Reas

Partition pruning

2015-03-22 Thread Adam Gilmore
Hi guys, I'm trying to work on an issue I've raised with partition pruning: https://issues.apache.org/jira/browse/DRILL-2287 Basically, because the partition pruning is done after the DrillPushProjIntoScan, it seems like we can't detect that dir0 (for example) is not actually needed to be projec

Re: Partition pruning

2015-03-22 Thread Aman Sinha
Hi Adam, I will update DRILL-2287 with some comments because it has more context than this discussion thread. We can continue the discussion there. The issue of the invalid 0 length parquet files being read sounds like a different issue. Aman On Sun, Mar 22, 2015 at 6:48 PM, Adam Gilmore wrote

Re: [VOTE] Release Apache Drill 0.8.0

2015-03-22 Thread Yash Sharma
+1 . Non-binding. - Verified checksums for both distributions. - Verified notice, license, install instructions in distributions. - Able to build from source. - Able to try sample queries from Sqlline and Web interface. Env details: Apache Maven 3.2.5 Java version: 1.7.0_75, vendor: Oracle Corpor

[jira] [Created] (DRILL-2517) Partition pruning still reading files during planning

2015-03-22 Thread Adam Gilmore (JIRA)
Adam Gilmore created DRILL-2517: --- Summary: Partition pruning still reading files during planning Key: DRILL-2517 URL: https://issues.apache.org/jira/browse/DRILL-2517 Project: Apache Drill Issu

Re: Partition pruning

2015-03-22 Thread Adam Gilmore
Hi Aman, I've also created a second issue for the invalid 0 length parquet files not being pruned out: https://issues.apache.org/jira/browse/DRILL-2517 I've done a bit of work on resolving it but need some input to see if I'm going down the right path. On Mon, Mar 23, 2015 at 12:54 PM, Aman Sin