Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/729#discussion_r97915146
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/common/DrillJoinRelBase.java
---
@@ -99,9 +105,40 @@ public RelOptCost computeSelfCo
Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/729#discussion_r97910777
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/cost/DrillRelMdSelectivity.java
---
@@ -0,0 +1,219 @@
+/***
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97905769
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -282,89 +356,119 @@ public synchro
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97898863
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -109,17 +122,30 @@ private DrillBu
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906752
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/DirectBufInputStream.java
---
@@ -81,7 +87,15 @@ public synchronized int r
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97898297
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -41,26 +42,33 @@
import java.
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97898772
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -74,12 +82,17 @@ protected void lo
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906642
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java
---
@@ -179,10 +189,10 @@ private int ge
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906465
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java
---
@@ -43,7 +45,7 @@
priva
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906957
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -41,26 +42,33 @@
import java.
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906190
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java
---
@@ -197,6 +213,21 @@ public Parqu
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97907175
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -41,26 +42,33 @@
import java.
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906298
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java
---
@@ -399,9 +430,11 @@ public void
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97904187
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -192,45 +235,74 @@ private DrillBu
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97904286
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -242,6 +314,8 @@ private DrillBuf
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906311
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java
---
@@ -426,6 +459,7 @@ public void s
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97905509
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -282,89 +356,119 @@ public synchro
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97903876
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -176,12 +202,29 @@ private DrillBu
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97908127
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/AsyncPageReader.java
---
@@ -74,12 +82,17 @@ protected void lo
Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/729#discussion_r97905513
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/cost/DrillRelMdRowCount.java
---
@@ -17,32 +17,81 @@
GitHub user gparai opened a pull request:
https://github.com/apache/drill/pull/729
Drill 1328 r4
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gparai/drill Drill-1328-r4
Alternatively you can review and apply these changes as
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/726#discussion_r97896146
--- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp ---
@@ -179,9 +179,11 @@ connectionStatus_t DrillClientImpl::sendHeartbeat(){
}
GitHub user laurentgo opened a pull request:
https://github.com/apache/drill/pull/728
DRILL-5220: Provide API to set application/client names in C++ connector
Add method to DrillClientConfig to set the client and the application names
in the C++ connector.
Allow the ODBC
GitHub user laurentgo opened a pull request:
https://github.com/apache/drill/pull/727
DRILL-5119: Relax user properties validation in C++ client
Unlike Java client, C++ client only allows user properties present in a
whitelist. Relax this restriction so that user can add extra pr
Github user bitblender commented on a diff in the pull request:
https://github.com/apache/drill/pull/578#discussion_r97848365
--- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp ---
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
Jinfeng Ni created DRILL-5223:
-
Summary: Drill should ensure balanced workload assignment at node
level in order to get better query performance
Key: DRILL-5223
URL: https://issues.apache.org/jira/browse/DRILL-5223
Krystal created DRILL-5222:
--
Summary: C++ client unable to parse queries with table function
Key: DRILL-5222
URL: https://issues.apache.org/jira/browse/DRILL-5222
Project: Apache Drill
Issue Type: B
Github user Serhii-Harnyk commented on the issue:
https://github.com/apache/drill/pull/673
Squashed all changes into single commit and rebased on master
---
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
28 matches
Mail list logo