[GitHub] drill issue #610: DRILL-4674: Allow casting to boolean the same literals as ...

2016-11-03 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/610 @sudheeshkatkam Done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/644 DRILL-4980: Upgrading of the approach of parquet date correctness status detection - Parquet writer version is added; - Updated the detection method of parquet date correctness. You can merge

Re: isDateCorrect field in ParquetTableMetadata

2016-11-03 Thread Vitalii Diravka
I have opened a PR for the DRILL-4980 . @Jinfeng I removed is.date.correct flag from the writer. And I left the checking of it in detectCorruptDates() method for the reason if somebody has already

[GitHub] drill issue #644: DRILL-4980: Upgrading of the approach of parquet date corr...

2016-11-03 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/644 @parthchandra @paul-rogers @jaltekruse coud you please review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Resolved] (DRILL-4944) incorrect results - case expression

2016-11-03 Thread Arina Ielchiieva (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arina Ielchiieva resolved DRILL-4944. - Resolution: Won't Fix Fix Version/s: (was: 1.9.0) > incorrect results - case

[GitHub] drill issue #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/611 +1 Look good to me. Very good documentation of design and configuration parameters. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] drill pull request #560: DRILL-4823: Fix OOM while trying to prune partition...

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/560#discussion_r86382118 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java --- @@ -445,11 +447,16 @@ public PartitionExplorer

[GitHub] drill issue #581: DRILL-4864: Add ANSI format for date/time functions

2016-11-03 Thread adeneche
Github user adeneche commented on the issue: https://github.com/apache/drill/pull/581 +1 LGTM, sorry for taking too long --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] drill issue #560: DRILL-4823: Fix OOM while trying to prune partitions with ...

2016-11-03 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/560 +1 The revised patch looks good to me. @arina-ielchiieva , thanks for your pull request! --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Created] (DRILL-4995) Allow lazy init when dynamic UDF support is disabled

2016-11-03 Thread Roman (JIRA)
Roman created DRILL-4995: Summary: Allow lazy init when dynamic UDF support is disabled Key: DRILL-4995 URL: https://issues.apache.org/jira/browse/DRILL-4995 Project: Apache Drill Issue Type: Bug

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86380535 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/stat/RangeExprEvaluator.java --- @@ -0,0 +1,282 @@ +/** + * Licensed to the

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86377522 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/PlannerPhase.java --- @@ -346,6 +355,20 @@ static RuleSet

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86385152 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/stat/ParquetPredicates.java --- @@ -0,0 +1,334 @@ +/** + * Licensed to the

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86374570 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/stat/ParquetFooterStatCollector.java --- @@ -0,0 +1,176 @@ +/** + *

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86372508 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -1000,6 +1053,81 @@ public long

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86376877 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/PlannerPhase.java --- @@ -346,6 +355,20 @@ static RuleSet

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86373342 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRGFilterEvaluator.java --- @@ -0,0 +1,252 @@ +/** + * Licensed

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86386510 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -214,14 +218,24 @@ public static

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86384226 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -927,15 +927,11 @@ public void setMax(Object max) {

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86384912 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -944,14 +940,16 @@ public

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86387445 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -189,19 +189,23 @@ public static

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86388085 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRecordWriter.java --- @@ -78,7 +78,7 @@ private static final int

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86388727 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetWriter.java --- @@ -40,6 +40,8 @@ public class ParquetWriter

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86387810 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -214,14 +218,24 @@ public static

[GitHub] drill pull request #645: DRILL-4995: Allow lazy init when dynamic UDF suppor...

2016-11-03 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/645 DRILL-4995: Allow lazy init when dynamic UDF support is disabled You can merge this pull request into a Git repository by running: $ git pull https://github.com/arina-ielchiieva/drill

question about drill push down

2016-11-03 Thread 马云
Hi Drill dev, I want to use drill in our project. and I face diffcult issues. As you know, it can pushdown filter operation to scan in the storageplugin such as in HBaseStoragePlugin.java @Override public Set getPhysicalOptimizerRules(OptimizerRulesContext optimizerRulesContext) {

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86392842 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/OperatorContextImpl.java --- @@ -95,6 +95,11 @@ public DrillBuf getManagedBuffer(int

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86394036 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java --- @@ -207,6 +207,10 @@ public

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86405494 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86406660 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/DirectBufInputStream.java --- @@ -0,0 +1,166 @@ +/** + * Licensed to

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86393092 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/PageReader.java --- @@ -48,22 +48,26 @@ import

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86404042 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86394551 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/PageReader.java --- @@ -108,17 +112,31 @@ private

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86405791 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86405264 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86405115 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86399835 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86395060 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,467 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86403197 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86399582 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86406381 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/DirectBufInputStream.java --- @@ -0,0 +1,166 @@ +/** + * Licensed to

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86398874 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86402801 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86393658 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/PageReader.java --- @@ -370,7 +400,11 @@ public void

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86395782 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86402453 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86404983 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86398411 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

[GitHub] drill pull request #611: Drill-4800: Improve parquet reader performance

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/611#discussion_r86397371 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java --- @@ -0,0 +1,460 @@ +/** + *

Updated Documentation, DRILL-3423

2016-11-03 Thread Charles Givre
Devs, What is the process for submitting updates to the Drill documentation for this new feature? (HTTPD Log Parser) I'd be happy to write it up. -- C

Re: Updated Documentation, DRILL-3423

2016-11-03 Thread Parth Chandra
Here's what I do - Create a JIRA. Write documentation as a Gist. Add the link to the Gist in the JIRA. Change label in the JIRA to doc-impacting On Thu, Nov 3, 2016 at 11:15 AM, Charles Givre wrote: > Devs, > What is the process for submitting updates to the Drill

[jira] [Created] (DRILL-4996) Parquet Date auto-correction is not working in auto-partitioned parquet files generated by drill-1.6

2016-11-03 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4996: Summary: Parquet Date auto-correction is not working in auto-partitioned parquet files generated by drill-1.6 Key: DRILL-4996 URL:

[GitHub] drill issue #581: DRILL-4864: Add ANSI format for date/time functions

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/581 Please see comments in the JIRA entry. IMHO, the approach taken can be improved. We should not attempt to change the format used by the existing to_date function. Instead, we should 1) define the

[GitHub] drill pull request #619: DRILL-4946: redirect System.err so users under embe...

2016-11-03 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/619#discussion_r86431608 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/StdErrCapturer.java --- @@ -0,0 +1,81 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #619: DRILL-4946: redirect System.err so users under embe...

2016-11-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/619#discussion_r86435395 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/util/StdErrCapturer.java --- @@ -0,0 +1,83 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86444051 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -77,7 +78,7 @@ public class Metadata { static

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86444637 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetCompareFunctionProcessor.java --- @@ -0,0 +1,280 @@ +/** + *

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86449453 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -1000,6 +1053,81 @@ public long

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86455871 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -1000,6 +1053,81 @@ public long

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86455969 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRGFilterEvaluator.java --- @@ -0,0 +1,252 @@ +/** + * Licensed to

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86459835 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/stat/ParquetFooterStatCollector.java --- @@ -0,0 +1,176 @@ +/** + *

Re: Time for a 1.9 Release?

2016-11-03 Thread Sudheesh Katkam
Gentle reminder that all check-ins should be done by tomorrow. Please see the latest statuses of commits that we are targeting: https://docs.google.com/spreadsheets/d/1UJSXLrfUNZwUnx_ JzkwAcXSxmcbG7meBDad6ZTxlSmw Thank you, Sudheesh On Tue, Nov 1, 2016 at 11:19 AM, Sudheesh Katkam

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86465657 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/stat/ParquetMetaStatCollector.java --- @@ -0,0 +1,146 @@ +/** + *

[jira] [Created] (DRILL-4999) Metadata Cache Pruning not taking place when we have both directory partitioning and auto partitioned parquet files

2016-11-03 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4999: Summary: Metadata Cache Pruning not taking place when we have both directory partitioning and auto partitioned parquet files Key: DRILL-4999 URL:

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86477598 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -927,15 +927,11 @@ public void setMax(Object max) {

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86478118 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetWriter.java --- @@ -40,6 +40,8 @@ public class ParquetWriter extends

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86488578 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/stat/RangeExprEvaluator.java --- @@ -0,0 +1,282 @@ +/** + * Licensed to the

[GitHub] drill pull request #644: DRILL-4980: Upgrading of the approach of parquet da...

2016-11-03 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/644#discussion_r86477805 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRecordWriter.java --- @@ -78,7 +78,7 @@ private static final int

[jira] [Created] (DRILL-5000) Dir Pruning + Auto Partitioning : AssertionError in FindPartitionConditions

2016-11-03 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5000: Summary: Dir Pruning + Auto Partitioning : AssertionError in FindPartitionConditions Key: DRILL-5000 URL: https://issues.apache.org/jira/browse/DRILL-5000

[jira] [Created] (DRILL-4998) Perform parquet filter pushdown in logical planning.

2016-11-03 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-4998: - Summary: Perform parquet filter pushdown in logical planning. Key: DRILL-4998 URL: https://issues.apache.org/jira/browse/DRILL-4998 Project: Apache Drill Issue

[jira] [Created] (DRILL-4997) Perform parquet filter pushdown in logical planning.

2016-11-03 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-4997: - Summary: Perform parquet filter pushdown in logical planning. Key: DRILL-4997 URL: https://issues.apache.org/jira/browse/DRILL-4997 Project: Apache Drill Issue

[GitHub] drill pull request #637: Drill 1950 : Parquet row group filter pushdown.

2016-11-03 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/637#discussion_r86487867 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/PlannerPhase.java --- @@ -346,6 +355,20 @@ static RuleSet