Github user parthchandra commented on the issue:
https://github.com/apache/drill/pull/1168
I would recommend trying to setup a connection using Spotfire or Squirrel
and running a couple of metadata queries and a couple of queries on complex
data. (These have traditionally been areas t
GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/1197
DRILL-6279: UI indicates operators that spilled in-memory data to disk
1. Detect the presence of an operator that has spilled to disk, in the
Operators Overview section of a query's profile page.
Github user rajrahul commented on the issue:
https://github.com/apache/drill/pull/1166
@vdiravka Done. Please review.
---
Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1170#discussion_r178222960
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/limit/LimitRecordBatch.java
---
@@ -60,13 +60,7 @@ public LimitRecordBatch(Li
Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1170#discussion_r178225930
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/record/VectorContainer.java
---
@@ -136,14 +138,28 @@ public void transferOut(VectorContain
Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1170#discussion_r178225725
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/record/VectorContainer.java
---
@@ -136,14 +138,28 @@ public void transferOut(VectorContain
Github user paul-rogers commented on the issue:
https://github.com/apache/drill/pull/1170
Sorry to say, I still disagree with this statement: "This pull request adds
logic to detect and eliminate dangling columns".
There was a prior discussion that `SELECT *` means "return all
Github user ppadma commented on the issue:
https://github.com/apache/drill/pull/1181
@paul-rogers I added metrics for merge join also. I refactored
AbstractRecordBatchMemoryManager to handle batches from multiple streams.
Please review when you get a chance.
---
Khurram Faraaz created DRILL-6302:
-
Summary: NPE in Drillbit.java in close method
Key: DRILL-6302
URL: https://issues.apache.org/jira/browse/DRILL-6302
Project: Apache Drill
Issue Type: Bug
GitHub user dvjyothsna opened a pull request:
https://github.com/apache/drill/pull/1196
DRILL-6286: Fixed incorrect reference to shutdown in drillbit.log
@vrozov , @ilooner Please review
You can merge this pull request into a Git repository by running:
$ git pull https://github
Github user sachouche commented on the issue:
https://github.com/apache/drill/pull/1060
@parthchandra and @vrozov can you please let me know whether you are ok
with the changes.
Thanks!
---
Github user sachouche commented on the issue:
https://github.com/apache/drill/pull/1170
@parthchandra and @paul-rogers, I have added a comment within the Jira
[DRILL-6223](https://issues.apache.org/jira/browse/DRILL-6223); please let me
know what you think.
Thanks!
---
Github user sachouche commented on the issue:
https://github.com/apache/drill/pull/1168
I successfully ran the test-suite and some advanced tests which loaded the
jdbc artifacts. Is this enough to validate the fix (and future exclusions to
keep the jar size in-check)? if not, what oth
Github user sachouche commented on the issue:
https://github.com/apache/drill/pull/1060
I have updated this pull request with the following changes:
- Excluded the implicit column optimizations from this pull request (will
be included as part of another Drill Jira)
- Tuned a th
GitHub user dvjyothsna opened a pull request:
https://github.com/apache/drill/pull/1195
DRILL-6273: Removed dependency licensed under Category X
@vrozov Please review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dvjyothsna/dril
salim achouche created DRILL-6301:
-
Summary: Parquet Performance Analysis
Key: DRILL-6301
URL: https://issues.apache.org/jira/browse/DRILL-6301
Project: Apache Drill
Issue Type: Task
Github user parthchandra commented on the issue:
https://github.com/apache/drill/pull/1144
To be honest, I don't know. There are too many paths available to write to
direct memory, some which were developed over time and so not all vector code
may be using them.
Ideally, every bit
Github user parthchandra commented on the issue:
https://github.com/apache/drill/pull/1194
+1
---
Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/1194
@parthchandra could you please review?
---
GitHub user vvysotskyi opened a pull request:
https://github.com/apache/drill/pull/1194
DRILL-6300: Refresh protobuf C++ source files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vvysotskyi/drill DRILL-6300
Alternatively you
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1166#discussion_r178072549
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java
---
@@ -27,6 +27,7 @@
import java.math.BigDec
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1166#discussion_r178070635
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java
---
@@ -780,17 +783,42 @@ public void
testImpalaP
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1166#discussion_r178071020
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java
---
@@ -35,6 +36,7 @@
import java.util.Map;
Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/1105
+1
---
GitHub user rongfengliang opened a pull request:
https://github.com/apache/drill/pull/1193
can drill support minio s3 storage
can drill support minio s3 storage i can't find any config property for s3
endpoint in documents
You can merge this pull request into a Git repository by
Github user rajrahul commented on the issue:
https://github.com/apache/drill/pull/1166
@vdiravka I have made similar changes for
testSparkParquetBinaryAsTimeStamp_DictChange,
testHiveParquetTimestampAsInt96_basic and
testImpalaParquetBinaryAsTimeStamp_DictChange. All tests are passin
Volodymyr Vysotskyi created DRILL-6300:
--
Summary: Refresh protobuf C++ source files
Key: DRILL-6300
URL: https://issues.apache.org/jira/browse/DRILL-6300
Project: Apache Drill
Issue Type
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1166#discussion_r178009588
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java
---
@@ -797,6 +797,24 @@ public void
testImpalaPa
Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/1192
+1
---
29 matches
Mail list logo