[jira] [Created] (DRILL-5353) Merge "Project on Project" generated in physical plan stage

2017-03-13 Thread Chunhui Shi (JIRA)
Chunhui Shi created DRILL-5353: -- Summary: Merge "Project on Project" generated in physical plan stage Key: DRILL-5353 URL: https://issues.apache.org/jira/browse/DRILL-5353 Project: Apache Drill

[GitHub] drill pull request #783: DRILL-5324: Provide simplified column reader/writer...

2017-03-13 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/783 DRILL-5324: Provide simplified column reader/writer for use in tests The new "sub-operator" unit test framework provides simple ways to create row sets in code. This PR includes the column access

[GitHub] drill pull request #782: DRILL-5352: Profile parser printing for multi fragm...

2017-03-13 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/782 DRILL-5352: Profile parser printing for multi fragments Enhances the recently added ProfileParser to display run times for queries that contain multiple fragments. (The original version handle

[jira] [Created] (DRILL-5352) Extend test framework profile parser printer for multi-fragment queries

2017-03-13 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5352: -- Summary: Extend test framework profile parser printer for multi-fragment queries Key: DRILL-5352 URL: https://issues.apache.org/jira/browse/DRILL-5352 Project: Apache Dri

[GitHub] drill pull request #777: DRILL-5330: NPE in FunctionImplementationRegistry

2017-03-13 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/777#discussion_r105792412 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -160,7 +168,7 @@ public DrillFuncHolder

Re: Drill date & time types encoding

2017-03-13 Thread Paul Rogers
Thanks Parth! The date and time definitions are the “classic” ones, but conflict with the Drill documentation: http://drill.apache.org/docs/supported-data-types/ DATE Years, months, and days in -MM-DD format since 4713 BC TIME 24-hour based time before or after January 1, 2001 in hours, mi

[GitHub] drill pull request #781: DRILL-5351: Minimize bounds checking in var len vec...

2017-03-13 Thread parthchandra
GitHub user parthchandra opened a pull request: https://github.com/apache/drill/pull/781 DRILL-5351: Minimize bounds checking in var len vectors for Parquet reader Two changes in var len vectors: 1) Instead of checking to see if we need to realloc for every setSafe call

Drill date & time types encoding

2017-03-13 Thread Parth Chandra
Paul asked this and I'm posting here so someone who knows better can correct me if I'm wrong ( This is from my notes when I was young) DATE : Int64 : Milliseconds from Unix Epoch : 1/1/1970 00:00:00 TIME : Int32 : Milliseconds from midnight on 1/1/1970 TimeStampTZ : Int64 + Int32 : (Milliseconds f

[RESULT] [VOTE] Release Apache Drill 1.10.0 rc0

2017-03-13 Thread Jinfeng Ni
The vote passes. Thanks to everyone who has tested the release candidate and given their comments and votes. Final tally: 3x +1 (binding): Aman, Parth, Jinfeng 2x +1 (non-binding): Arina, Gautam No 0s or -1s. I'll push the release artifacts and send an announcement once propagated. Thanks, J

[jira] [Created] (DRILL-5351) Excessive bounds checking in the Parquet reader

2017-03-13 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5351: Summary: Excessive bounds checking in the Parquet reader Key: DRILL-5351 URL: https://issues.apache.org/jira/browse/DRILL-5351 Project: Apache Drill Issue T

[GitHub] drill pull request #780: DRILL-5349: Fix TestParquetWriter unit tests when s...

2017-03-13 Thread parthchandra
GitHub user parthchandra opened a pull request: https://github.com/apache/drill/pull/780 DRILL-5349: Fix TestParquetWriter unit tests when synchronous parquet… … reader is used. Seems like I removed some lines from the code that I should not have. This PR reinstates the

[GitHub] drill pull request #777: DRILL-5330: NPE in FunctionImplementationRegistry

2017-03-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/777#discussion_r105628751 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -160,7 +168,7 @@ public DrillFuncHol

[GitHub] drill pull request #779: Indexr 0.3.0 drill 1.9.0

2017-03-13 Thread xsq0718
GitHub user xsq0718 opened a pull request: https://github.com/apache/drill/pull/779 Indexr 0.3.0 drill 1.9.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/shunfei/drill indexr-0.3.0-drill-1.9.0 Alternatively you can review and