[GitHub] drill issue #713: DRILL-3562: Query fails when using flatten on JSON data wh...

2017-01-24 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on the issue: https://github.com/apache/drill/pull/713 @amansinha100, could you please review new changes? --- 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 not have

Drill To Hive connectivity issue

2017-01-24 Thread Uday Sharma
Hi Team, Need your help in resolving this. I am struggling from last many days for this. I am getting error(ERROR hive.log - Got exception: org.apache.thrift.transport.TTransportException java.net.SocketException: Broken pipe (Write failed) while trying to connect Drill to Hive. For Hive

[GitHub] drill issue #713: DRILL-3562: Query fails when using flatten on JSON data wh...

2017-01-24 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/713 LGTM. +1 --- 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 not have this feature enabled and wishes so, or if

[GitHub] drill issue #656: DRILL-5034: Select timestamp from hive generated parquet a...

2017-01-24 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/656 I've rebased the branch to the latest master version. @bitblender Could you please review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: [HANGOUT] Topics for 01/24/17

2017-01-24 Thread Sudheesh Katkam
Join us here: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Jan 23, 2017, at 6:43 PM, Sudheesh Katkam > wrote: I meant 01/24/17, 10 AM PT. On Jan 23, 2017, at 12:43 PM, Sudheesh Katkam

[jira] [Created] (DRILL-5216) Set FetchSize to Speed up Metadata retrieval for JDBC storage plugin over high latency connections

2017-01-24 Thread JIRA
Thomas Bünger created DRILL-5216: Summary: Set FetchSize to Speed up Metadata retrieval for JDBC storage plugin over high latency connections Key: DRILL-5216 URL: https://issues.apache.org/jira/browse/DRILL-5216

[GitHub] drill pull request #685: Drill 5043: Function that returns a unique id per s...

2017-01-24 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/685#discussion_r97449967 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/ContextFunctions.java --- @@ -64,17 +65,45 @@ public void eval() {

[jira] [Created] (DRILL-5218) Support Disabling Heartbeats in C++ Client

2017-01-24 Thread Sudheesh Katkam (JIRA)
Sudheesh Katkam created DRILL-5218: -- Summary: Support Disabling Heartbeats in C++ Client Key: DRILL-5218 URL: https://issues.apache.org/jira/browse/DRILL-5218 Project: Apache Drill Issue

[jira] [Created] (DRILL-5217) Heartbeat Fails when C++ client receives a large ResultSet

2017-01-24 Thread Sudheesh Katkam (JIRA)
Sudheesh Katkam created DRILL-5217: -- Summary: Heartbeat Fails when C++ client receives a large ResultSet Key: DRILL-5217 URL: https://issues.apache.org/jira/browse/DRILL-5217 Project: Apache Drill

[jira] [Created] (DRILL-5220) Add api to set application name in C++ connector

2017-01-24 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-5220: - Summary: Add api to set application name in C++ connector Key: DRILL-5220 URL: https://issues.apache.org/jira/browse/DRILL-5220 Project: Apache Drill

[jira] [Created] (DRILL-5219) Remove DrillUserProperties filtering in C++ driver

2017-01-24 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-5219: - Summary: Remove DrillUserProperties filtering in C++ driver Key: DRILL-5219 URL: https://issues.apache.org/jira/browse/DRILL-5219 Project: Apache Drill

[GitHub] drill pull request #726: DRILL-5218: Support disabling hearbeats from C++ cl...

2017-01-24 Thread sudheeshkatkam
GitHub user sudheeshkatkam opened a pull request: https://github.com/apache/drill/pull/726 DRILL-5218: Support disabling hearbeats from C++ client + remove invalid code (server should not request "handshake" type), in fact, client should fail in that case You can merge this pull

[GitHub] drill issue #673: DRILL-4764: Parquet file with INT_16, etc. logical types n...

2017-01-24 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/673 +1 --- 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 not have this feature enabled and wishes so, or if the

[jira] [Created] (DRILL-5221) cancel message is delayed until queryid or data is received

2017-01-24 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-5221: - Summary: cancel message is delayed until queryid or data is received Key: DRILL-5221 URL: https://issues.apache.org/jira/browse/DRILL-5221 Project: Apache Drill

[GitHub] drill pull request #685: Drill 5043: Function that returns a unique id per s...

2017-01-24 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on a diff in the pull request: https://github.com/apache/drill/pull/685#discussion_r97721703 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/ContextFunctions.java --- @@ -64,17 +65,45 @@ public void eval() {

[GitHub] drill pull request #726: DRILL-5218: Support disabling hearbeats from C++ cl...

2017-01-24 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/726#discussion_r97665284 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -179,9 +179,11 @@ connectionStatus_t DrillClientImpl::sendHeartbeat(){ }

[GitHub] drill pull request #726: DRILL-5218: Support disabling hearbeats from C++ cl...

2017-01-24 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/726#discussion_r97663988 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -1400,22 +1404,6 @@ void DrillClientImpl::handleRead(ByteBuf_t _buf,

[GitHub] drill issue #710: DRILL-5126: Provide simplified, unified "cluster fixture" ...

2017-01-24 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/710 +1, thanks! --- 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 not have this feature enabled and wishes so, or

[GitHub] drill issue #685: Drill 5043: Function that returns a unique id per session/...

2017-01-24 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on the issue: https://github.com/apache/drill/pull/685 @arina-ielchiieva conflicts resolved and rebased on master. Please check. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] drill pull request #725: DRILL-5215: CTTAS: disallow temp tables in view exp...

2017-01-24 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/725 DRILL-5215: CTTAS: disallow temp tables in view expansion logic 1. Disallowed temporary table usage during in view expansion. 2. Added appropriate unit test. 3. Replace link to gist

[GitHub] drill issue #685: Drill 5043: Function that returns a unique id per session/...

2017-01-24 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/685 @nagarajanchinnasamy, thank you! --- 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 not have this feature

[GitHub] drill pull request #713: DRILL-3562: Query fails when using flatten on JSON ...

2017-01-24 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on a diff in the pull request: https://github.com/apache/drill/pull/713#discussion_r97576603 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -59,6 +59,12 @@ private final boolean