[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-16 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r181830465 --- Diff: common/src/main/java/org/apache/drill/exec/metrics/CpuGaugeSet.java --- @@ -0,0 +1,62 @@ +/** + * Licensed to the Apache Software

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-16 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r181834064 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -283,20 +308,114 @@ alert(errorThrown);

[GitHub] drill pull request #1210: DRILL-6270: Add debug startup option flag for dril...

2018-04-16 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1210#discussion_r181732701 --- Diff: distribution/src/resources/runbit --- @@ -65,6 +65,47 @@ drill_rotate_log () fi } +args=( $@ ) +RBARGS=()

[jira] [Created] (DRILL-6331) Parquet filter pushdown does not support the native hive reader

2018-04-16 Thread Arina Ielchiieva (JIRA)
Arina Ielchiieva created DRILL-6331: --- Summary: Parquet filter pushdown does not support the native hive reader Key: DRILL-6331 URL: https://issues.apache.org/jira/browse/DRILL-6331 Project: Apache

Re: [DISCUSS] Regarding mutator interface

2018-04-16 Thread Paul Rogers
Hi Aman, TL;DR: Maps in Drill are nested tuples. The easiest solution may be for the operator to generate code to process each map member one-by-one. The original question and code appears based on an assumption: that a map is a value (like an INT or VARCHAR), but is a complex value (a value

[GitHub] drill pull request #1210: DRILL-6270: Add debug startup option flag for dril...

2018-04-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1210#discussion_r181799954 --- Diff: distribution/src/resources/runbit --- @@ -65,6 +65,47 @@ drill_rotate_log () fi } +args=( $@ ) +RBARGS=() +for

[GitHub] drill pull request #1210: DRILL-6270: Add debug startup option flag for dril...

2018-04-16 Thread agozhiy
GitHub user agozhiy opened a pull request: https://github.com/apache/drill/pull/1210 DRILL-6270: Add debug startup option flag for drill in embedded and s… …erver mode Works with the drillbit.sh, sqlline and sqlline.bat: Usage:

[jira] [Created] (DRILL-6332) DrillbitStartupException: Failure while initializing values in Drillbit

2018-04-16 Thread Hari Sekhon (JIRA)
Hari Sekhon created DRILL-6332: -- Summary: DrillbitStartupException: Failure while initializing values in Drillbit Key: DRILL-6332 URL: https://issues.apache.org/jira/browse/DRILL-6332 Project: Apache

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181871311 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java --- @@ -118,105 +127,114 @@ public

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181865979 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java --- @@ -118,105 +127,114 @@ public

[GitHub] drill issue #1203: DRILL-6289: Cluster view should show more relevant inform...

2018-04-16 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1203 Updated with an additional set of changes. * Added CPU metrics (obtained from

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181851002 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java --- @@ -262,68 +280,124 @@ public

[GitHub] drill issue #1207: DRILL-6320: Fixed License Headers

2018-04-16 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1207 +1, thanks for making the changes! ---

[GitHub] drill issue #1207: DRILL-6320: Fixed License Headers

2018-04-16 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1207 @arina-ielchiieva Please let me know if you have any comments or if things look good. ---

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181858695 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java --- @@ -118,105 +127,114 @@ public

[jira] [Created] (DRILL-6333) Generate and host Javadocs on Apache Drill website

2018-04-16 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-6333: --- Summary: Generate and host Javadocs on Apache Drill website Key: DRILL-6333 URL: https://issues.apache.org/jira/browse/DRILL-6333 Project: Apache Drill Issue

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181894189 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerTemplate.java --- @@ -161,8 +161,11 @@ public

[GitHub] drill pull request #1211: DRILL-6322: Lateral Join: Common changes - Add new...

2018-04-16 Thread sohami
GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/1211 DRILL-6322: Lateral Join: Common changes - Add new iterOutcome, Operator types, MockRecordBatch for testing @parthchandra - Please review. You can merge this pull request into a Git repository by

[GitHub] drill pull request #1212: DRILL-6323: Lateral Join - Initial implementation

2018-04-16 Thread sohami
GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/1212 DRILL-6323: Lateral Join - Initial implementation @parthchandra - Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sohami/drill

[jira] [Resolved] (DRILL-6277) Query fails with DATA_READ ERROR when correlated subquery has "always false" filter

2018-04-16 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Vysotskyi resolved DRILL-6277. Resolution: Fixed Fixed in the scope of DRILL-6294 > Query fails with DATA_READ

[GitHub] drill issue #1207: DRILL-6320: Fixed License Headers

2018-04-16 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1207 @arina-ielchiieva or @Ben-Zvi would it make sense to merge this in earlier before the batch commits later in the week? the number of files changes are large so don't want @ilooner to have to rebase

[GitHub] drill issue #1206: DRILL_6314: Add complex types to result set loader

2018-04-16 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/1206 Going to close this one and try to split this into smaller chunks. ---

[GitHub] drill pull request #1213: Minor code cleanup

2018-04-16 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/1213 Minor code cleanup Pulled the remaining code cleanup items out of the Result Set work into this simple PR. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill issue #1211: DRILL-6322: Lateral Join: Common changes - Add new iterOu...

2018-04-16 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1211 +1 ---

[GitHub] drill pull request #1211: DRILL-6322: Lateral Join: Common changes - Add new...

2018-04-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1211 ---

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181927070 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java --- @@ -262,68 +280,122 @@ public

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181915654 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerDecorator.java --- @@ -262,68 +280,122 @@ public

bi-weekly Hangout at April 17th 10:00am PST

2018-04-16 Thread Chunhui Shi
We will have our routine hangout tomorrow. Please raise any topic you want to discuss before the meeting or at the beginning of the meeting. https://hangouts.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Best, Chunhui

[GitHub] drill pull request #1208: DRILL-6295: PartitionerDecorator may close partiti...

2018-04-16 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1208#discussion_r181926928 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionerTemplate.java --- @@ -161,8 +161,11 @@ public

[jira] [Created] (DRILL-6334) Code cleanup

2018-04-16 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-6334: -- Summary: Code cleanup Key: DRILL-6334 URL: https://issues.apache.org/jira/browse/DRILL-6334 Project: Apache Drill Issue Type: Improvement Reporter:

[jira] [Resolved] (DRILL-4807) ORDER BY aggregate function in window definition results in AssertionError: Internal error: invariant violated: conversion result not null

2018-04-16 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Vysotskyi resolved DRILL-4807. Resolution: Fixed Fixed in the scope of DRILL-6294 > ORDER BY aggregate function

[GitHub] drill pull request #1213: Minor code cleanup

2018-04-16 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1213#discussion_r181932078 --- Diff: exec/vector/src/main/java/org/apache/drill/exec/exception/OversizedAllocationException.java --- @@ -1,4 +1,4 @@ -/** +/* --- End diff

[jira] [Created] (DRILL-6335) Refactor row set abstractions to prepare for unions

2018-04-16 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-6335: -- Summary: Refactor row set abstractions to prepare for unions Key: DRILL-6335 URL: https://issues.apache.org/jira/browse/DRILL-6335 Project: Apache Drill Issue