Re: [VOTE] Apache Drill Release 1.16.0 - RC2

2019-04-29 Thread Aman Sinha
Downloaded binary tarball on my Mac and ran in embedded mode. Verified Sorabh's release signature and the tar file's checksum Did a quick glance through maven artifacts Did some manual tests with TPC-DS Web_Sales table and ran REFRESH METADATA command against the same table Checked runtime query

[GitHub] [drill] gparai commented on a change in pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and …

2019-04-29 Thread GitBox
gparai commented on a change in pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and … URL: https://github.com/apache/drill/pull/1772#discussion_r279571671 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestAnalyze.java ###

[GitHub] [drill] gparai commented on a change in pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and …

2019-04-29 Thread GitBox
gparai commented on a change in pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and … URL: https://github.com/apache/drill/pull/1772#discussion_r279574279 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/common/NumericEqu

[GitHub] [drill] gparai commented on a change in pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and …

2019-04-29 Thread GitBox
gparai commented on a change in pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and … URL: https://github.com/apache/drill/pull/1772#discussion_r279571290 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/cost/DrillRelMdSe

[GitHub] [drill] dvjyothsna opened a new pull request #1773: DRILL-7225: Fixed merging ColumnTypeInfo for files with different schemas

2019-04-29 Thread GitBox
dvjyothsna opened a new pull request #1773: DRILL-7225: Fixed merging ColumnTypeInfo for files with different schemas URL: https://github.com/apache/drill/pull/1773 This is an automated message from the Apache Git Service. T

[jira] [Created] (DRILL-7225) Merging of columnTypeInfo for file with different schema throws NullPointerException during refresh metadata

2019-04-29 Thread Venkata Jyothsna Donapati (JIRA)
Venkata Jyothsna Donapati created DRILL-7225: Summary: Merging of columnTypeInfo for file with different schema throws NullPointerException during refresh metadata Key: DRILL-7225 URL: https://issues.a

[GitHub] [drill] amansinha100 commented on issue #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and …

2019-04-29 Thread GitBox
amansinha100 commented on issue #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and … URL: https://github.com/apache/drill/pull/1772#issuecomment-487701361 @gparai could you pls review ? This is an aut

[GitHub] [drill] amansinha100 opened a new pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and …

2019-04-29 Thread GitBox
amansinha100 opened a new pull request #1772: DRILL-7187: Improve selectivity estimation of BETWEEN predicates and … URL: https://github.com/apache/drill/pull/1772 …arbitrary combination of range predicates. - Also, propagate the totalRowCount to the histogram selectivity estimation