[GitHub] drill issue #1023: DRILL-5922 Fixed Child Allocator Leak. DRILL-5926 Stabali...

2018-01-11 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1023 Travis build is flakey. Rerunning build. ---

[GitHub] drill pull request #1023: DRILL-5922 Fixed Child Allocator Leak. DRILL-5926 ...

2018-01-11 Thread ilooner
GitHub user ilooner reopened a pull request: https://github.com/apache/drill/pull/1023 DRILL-5922 Fixed Child Allocator Leak. DRILL-5926 Stabalize TestValueVector tests. ## DRILL-5922 - QueryContext was never closed when the Foreman finished. So the query child allocator

[GitHub] drill pull request #1023: DRILL-5922 Fixed Child Allocator Leak. DRILL-5926 ...

2018-01-11 Thread ilooner
Github user ilooner closed the pull request at: https://github.com/apache/drill/pull/1023 ---

[GitHub] drill pull request #1073: DRILL-5967: Fixed memory leak in OrderedPartitionS...

2018-01-11 Thread ilooner
Github user ilooner closed the pull request at: https://github.com/apache/drill/pull/1073 ---

[GitHub] drill pull request #1073: DRILL-5967: Fixed memory leak in OrderedPartitionS...

2018-01-11 Thread ilooner
GitHub user ilooner reopened a pull request: https://github.com/apache/drill/pull/1073 DRILL-5967: Fixed memory leak in OrderedPartitionSender The OrderedPartitionSender was leaking memory every time it was created because it created a wrapper RecordBatch which allocated memory but

[jira] [Created] (DRILL-6083) RestClientFixture does not connect to the correct webserver port

2018-01-11 Thread Karthikeyan Manivannan (JIRA)
Karthikeyan Manivannan created DRILL-6083: - Summary: RestClientFixture does not connect to the correct webserver port Key: DRILL-6083 URL: https://issues.apache.org/jira/browse/DRILL-6083

[GitHub] drill issue #1073: DRILL-5967: Fixed memory leak in OrderedPartitionSender

2018-01-11 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1073 @paul-rogers Added the comment. Please take a look and let me know if you'd like any other changes. ---

[GitHub] drill pull request #1066: DRILL-3993: Changes to support Calcite 1.15

2018-01-11 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/1066#discussion_r161077516 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/AggPruleBase.java --- @@ -82,4 +83,19 @@ protected boolean

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread daveoshinsky
Github user daveoshinsky commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161069079 --- Diff: common/src/main/java/org/apache/drill/common/util/CoreDecimalUtility.java --- @@ -32,6 +32,14 @@ public static long

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread daveoshinsky
Github user daveoshinsky commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161067313 --- Diff: exec/java-exec/src/main/codegen/templates/Decimal/CastDecimalVarchar.java --- @@ -150,6 +150,14 @@ public void setup() { public

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread daveoshinsky
Github user daveoshinsky commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161066659 --- Diff: exec/java-exec/src/main/codegen/templates/Decimal/CastDecimalVarchar.java --- @@ -150,6 +150,14 @@ public void setup() { public

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161065237 --- Diff: protocol/src/main/protobuf/UserBitShared.proto --- @@ -148,6 +148,8 @@ message SerializedField { optional int32 value_count = 4;

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161040070 --- Diff: exec/vector/src/main/codegen/templates/VariableLengthVectors.java --- @@ -309,7 +314,7 @@ public void setInitialCapacity(final int valueCount) {

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161039122 --- Diff: exec/vector/src/main/codegen/templates/FixedValueVectors.java --- @@ -874,6 +880,46 @@ public void setSafe(int index, BigDecimal value) {

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161036145 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/util/MemoryUtils.java --- @@ -0,0 +1,186 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161045748 --- Diff: exec/vector/src/main/codegen/templates/VariableLengthVectors.java --- @@ -386,7 +391,7 @@ public void reAlloc() { throw new

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161030963 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/options/SystemOptionManager.java --- @@ -449,7 +451,7 @@ public void close() throws

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161032779 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/NullableColumnReader.java --- @@ -165,17 +181,133 @@

[jira] [Created] (DRILL-6082) RpcExceptionHandler log doesn't print "cause" for exception

2018-01-11 Thread Sorabh Hamirwasia (JIRA)
Sorabh Hamirwasia created DRILL-6082: Summary: RpcExceptionHandler log doesn't print "cause" for exception Key: DRILL-6082 URL: https://issues.apache.org/jira/browse/DRILL-6082 Project: Apache

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

2018-01-11 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r161028252 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/ScanBatch.java --- @@ -471,8 +519,8 @@ public void close() throws Exception {

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161015751 --- Diff: exec/vector/src/main/codegen/templates/VariableLengthVectors.java --- @@ -418,6 +422,16 @@ public void get(int index,

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161006318 --- Diff: exec/java-exec/src/main/codegen/templates/Decimal/CastVarCharDecimal.java --- @@ -85,6 +85,30 @@ public void eval() { //

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161004122 --- Diff: exec/java-exec/src/main/codegen/templates/Decimal/CastIntDecimal.java --- @@ -68,15 +68,31 @@ public void setup() { public void

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r160963518 --- Diff: exec/vector/src/main/codegen/templates/NullableValueVectors.java --- @@ -327,13 +327,17 @@ public Mutator getMutator(){ return v;

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r160941530 --- Diff: exec/java-exec/src/main/codegen/templates/SqlAccessors.java --- @@ -127,6 +127,25 @@ public String getString(int index) { }

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r160980556 --- Diff: exec/vector/src/main/codegen/templates/VariableLengthVectors.java --- @@ -539,7 +553,12 @@ public void setValueLengthSafe(int index, int length)

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r160987506 --- Diff: exec/java-exec/src/main/codegen/templates/Decimal/CastDecimalVarchar.java --- @@ -150,6 +150,14 @@ public void setup() { public

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r160939410 --- Diff: exec/java-exec/src/main/codegen/templates/Decimal/DecimalFunctions.java --- @@ -102,7 +111,578 @@ <#-- For each DECIMAL... type (in

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r161002913 --- Diff: common/src/main/java/org/apache/drill/common/util/CoreDecimalUtility.java --- @@ -32,6 +32,14 @@ public static long

[GitHub] drill pull request #570: DRILL-4834 decimal implementation is vulnerable to ...

2018-01-11 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/570#discussion_r160958360 --- Diff: exec/vector/src/main/codegen/templates/ComplexWriters.java --- @@ -99,7 +99,7 @@ public void write(Nullable${minor.class?cap_first}Holder h) {

[GitHub] drill issue #1074: DRILL-6025: Display execution time of a query in RUNNING ...

2018-01-11 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1074 +1, LGTM. ---

[GitHub] drill pull request #1074: DRILL-6025: Display execution time of a query in R...

2018-01-11 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1074#discussion_r161012925 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileWrapper.java --- @@ -211,16 +211,25 @@ public String

Odd Error on Login with 1.13-SNAPSHOT

2018-01-11 Thread John Omernik
I am probably missing something minor here, but I am working with Ted Dunning on some PCAP plugin stuff, so I built his 1.13 SNAPSHOT, and when I try to login I see { "errorMessage" : "No configuration setting found for key 'drill.exec.http.auth'" } I am guessing that something was added

[GitHub] drill pull request #1083: DRILL-4185: UNION ALL involving empty directory on...

2018-01-11 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1083#discussion_r160996060 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/FileSelection.java --- @@ -424,6 +429,23 @@ public MetadataContext getMetaContext()

[GitHub] drill pull request #1083: DRILL-4185: UNION ALL involving empty directory on...

2018-01-11 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1083#discussion_r160997779 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetFormatPlugin.java --- @@ -250,20 +250,12 @@ private boolean

[GitHub] drill pull request #1083: DRILL-4185: UNION ALL involving empty directory on...

2018-01-11 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1083#discussion_r160936248 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/SchemalessScan.java --- @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache

[jira] [Created] (DRILL-6081) Duration of completed queries is continuously increasing.

2018-01-11 Thread Anton Gozhiy (JIRA)
Anton Gozhiy created DRILL-6081: --- Summary: Duration of completed queries is continuously increasing. Key: DRILL-6081 URL: https://issues.apache.org/jira/browse/DRILL-6081 Project: Apache Drill

[GitHub] drill pull request #1074: DRILL-6025: Display execution time of a query in R...

2018-01-11 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1074#discussion_r160982037 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileWrapper.java --- @@ -211,16 +211,25 @@ public String

[GitHub] drill issue #1078: DRILL-6054: don't try to split the filter when it is not ...

2018-01-11 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1078 +1, LGTM. ---

[GitHub] drill issue #1074: DRILL-6025: Display execution time of a query in RUNNING ...

2018-01-11 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1074 Thanks, +1. ---