[GitHub] drill pull request #852: DRILL-5587: Validate Parquet blockSize and pageSize...

2017-06-13 Thread ppadma
GitHub user ppadma opened a pull request: https://github.com/apache/drill/pull/852 DRILL-5587: Validate Parquet blockSize and pageSize configured with S… …YSTEM/SESSION option You can merge this pull request into a Git repository by running: $ git pull https://github.com/pp

[jira] [Created] (DRILL-5587) Validate Parquet blockSize and pageSize configured with SYSTEM/SESSION option

2017-06-13 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-5587: --- Summary: Validate Parquet blockSize and pageSize configured with SYSTEM/SESSION option Key: DRILL-5587 URL: https://issues.apache.org/jira/browse/DRILL-5587 Pro

[jira] [Created] (DRILL-5586) UnionAll operator does more than necessary value vector allocation and copy

2017-06-13 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-5586: - Summary: UnionAll operator does more than necessary value vector allocation and copy Key: DRILL-5586 URL: https://issues.apache.org/jira/browse/DRILL-5586 Project: Apache D

[jira] [Created] (DRILL-5585) UnionAll operator generates run-time code for every incoming batch

2017-06-13 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-5585: - Summary: UnionAll operator generates run-time code for every incoming batch Key: DRILL-5585 URL: https://issues.apache.org/jira/browse/DRILL-5585 Project: Apache Drill

Re: Native C++ Drill client handshake recovery

2017-06-13 Thread Ralph Little
Hi Parth, Looks like the code should not be compiled out unless WIN32_SHUTDOWN_ON_TIMEOUT is defined. No reason for that to be defined on a non Windows platform. At the bottom of the function DrillClientImpl::recvHandshake(), I have: ... #ifdef WIN32_SHUTDOWN_ON_TIMEOUT if (m_pError != N

Addressing memory fragmentation in Drill

2017-06-13 Thread Paul Rogers
Hi All, Those of you that were able to join the Drill Hangout today got a brief introduction to the memory fragmentation issue we wish to resolve. For others, below is a very brief overview of the issue. Please consult the documents in DRILL-5211 for more information. Since we are proposing a n

[jira] [Created] (DRILL-5584) When Compiling Apache Drill C++ Client, versioning information are not present in the binary

2017-06-13 Thread Rob Wu (JIRA)
Rob Wu created DRILL-5584: - Summary: When Compiling Apache Drill C++ Client, versioning information are not present in the binary Key: DRILL-5584 URL: https://issues.apache.org/jira/browse/DRILL-5584 Project:

Re: [HANGOUT] Topics for 6/12/17

2017-06-13 Thread Padma Penumarthy
Thank you all for attending the hangout today. Here are the meeting minutes: Muhammed asked question about how the client chooses which drillbit to connect. Client gets the information about available drillbits from zookeeper and just does round robin to select the node for a query. That drillbit

Re: Native C++ Drill client handshake recovery

2017-06-13 Thread Parth Chandra
Looks like the code should not be compiled out unless WIN32_SHUTDOWN_ON_TIMEOUT is defined. No reason for that to be defined on a non Windows platform. Query timeout is an artifact of the time when there was no heartbeat between Drill clients and the server, so it is possible there is some unexpec

[jira] [Created] (DRILL-5583) Literal expression not handled

2017-06-13 Thread Muhammad Gelbana (JIRA)
Muhammad Gelbana created DRILL-5583: --- Summary: Literal expression not handled Key: DRILL-5583 URL: https://issues.apache.org/jira/browse/DRILL-5583 Project: Apache Drill Issue Type: Bug