drill git commit: Bump version to 0.8.0-SNAPSHOT

2014-12-05 Thread mehant
/3abba58a Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3abba58a Branch: refs/heads/master Commit: 3abba58a2971a8de6a62f7951f75dab79d6086f6 Parents: 142e577 Author: Mehant Baid meha...@gmail.com Authored: Wed Dec 3 17:26:49 2014 -0800 Committer: Mehant Baid meha...@gmail.com Committed: Fri

[2/5] drill git commit: DRILL-1882: Add cast function from Varbinary to date/time/timestamp

2014-12-17 Thread mehant
: http://git-wip-us.apache.org/repos/asf/drill/diff/4f27b094 Branch: refs/heads/master Commit: 4f27b0943d73a9e06474a4a2941976c3d2f55c3e Parents: f516a20 Author: Mehant Baid meha...@gmail.com Authored: Thu Dec 4 00:35:02 2014 -0800 Committer: Mehant Baid meha...@gmail.com Committed: Wed Dec 17 18:52

[2/3] drill git commit: DRILL-2184: Move TestFunctionsQuery under execution tests and use the new test framework to verify results

2015-02-11 Thread mehant
/21432dec Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/21432dec Branch: refs/heads/master Commit: 21432decf74f0130b2e76f8266038774779249b9 Parents: 00c08ef Author: mehant meha...@gmail.com Authored: Sun Feb 8 19:48:05 2015 -0800 Committer: Mehant Baid meha...@gmail.com Committed: Wed Feb 11

[2/3] drill git commit: DRILL-2184: Move TestFunctionsQuery under execution tests and use the new test framework to verify results

2015-02-11 Thread mehant
/21432dec Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/21432dec Branch: refs/heads/merge_15_02_11_2 Commit: 21432decf74f0130b2e76f8266038774779249b9 Parents: 00c08ef Author: mehant meha...@gmail.com Authored: Sun Feb 8 19:48:05 2015 -0800 Committer: Mehant Baid meha...@gmail.com Committed

[3/3] drill git commit: DRILL-2107: Fix hash aggregate to return OK_NEW_SCHEMA only once. Existing tests will serve as unit tests once swap join rule is enabled

2015-02-11 Thread mehant
-us.apache.org/repos/asf/drill/tree/b79f7661 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/b79f7661 Branch: refs/heads/merge_15_02_11_2 Commit: b79f76619b5290e465921219fcd09091a3d93607 Parents: 9f9fb6c Author: Mehant Baid meha...@gmail.com Authored: Sat Feb 7 19:14:01 2015 -0800 Committer: Mehant

[2/2] drill git commit: DRILL-2066: Clear target vectors before performing transfer()

2015-01-23 Thread mehant
/asf/drill/diff/5b2a11b7 Branch: refs/heads/master Commit: 5b2a11b7c1b35d78985dfc523fe616a095e95864 Parents: 4277a25 Author: Mehant Baid meha...@gmail.com Authored: Fri Jan 23 14:00:46 2015 -0800 Committer: Mehant Baid meha...@gmail.com Committed: Fri Jan 23 16:37:36 2015 -0800

[2/2] drill git commit: DRILL-2142: Refactor complex vector classes. Move the logic that applies specifically to maps in a separate base class that will be used by RepeatedMap and Map vectors.

2015-02-05 Thread mehant
/9d088f53 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/9d088f53 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/9d088f53 Branch: refs/heads/master Commit: 9d088f53c7b817f2d8fd5a8a6c30d2aa605b0aa3 Parents: a0d1006 Author: Mehant Baid meha...@gmail.com Authored: Mon Feb 2 13:42:04 2015

drill git commit: DRILL-2338: Fix Decimal38/Decimal28 vector's get() to copy the scale and precision into the holder

2015-03-02 Thread mehant
/commit/a84f7b9e Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a84f7b9e Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a84f7b9e Branch: refs/heads/master Commit: a84f7b9e88b1827e6b4da8cdd25c6d4f12dcdadc Parents: 3442215 Author: Mehant Baid meha...@gmail.com Authored: Fri Feb 27 19:21

drill git commit: DRILL-2372: Fix current_date to convert input to UTC before storing in the vector

2015-03-04 Thread mehant
: http://git-wip-us.apache.org/repos/asf/drill/tree/2b4283df Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/2b4283df Branch: refs/heads/master Commit: 2b4283df50517a1f0e1591c506ab905bac3d77f1 Parents: 71b6bfe Author: Mehant Baid meha...@gmail.com Authored: Tue Mar 3 16:58:58 2015 -0800

drill git commit: DRILL-1496: Fix serialization of 'similar to' while converting from optiq expression to drill.

2015-02-24 Thread mehant
/8bb6b08e Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/8bb6b08e Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/8bb6b08e Branch: refs/heads/master Commit: 8bb6b08e59c8fae0dc5ab0a8dc5fe63b60d122ec Parents: 01667a2 Author: Mehant Baid meha...@gmail.com Authored: Fri Feb 20 15:45:54

[1/2] drill git commit: DRILL-2438: Fix reduce aggregates rule to not inject additional casts for avg

2015-03-26 Thread mehant
://git-wip-us.apache.org/repos/asf/drill/tree/0d118a6d Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/0d118a6d Branch: refs/heads/master Commit: 0d118a6ded670889f9217331be0bb5c95eb43000 Parents: 165bb52 Author: Mehant Baid meha...@gmail.com Authored: Tue Mar 24 17:24:14 2015 -0700

drill git commit: DRILL-1897: Fix return type of functions to be nullable during planning phase

2015-03-06 Thread mehant
://git-wip-us.apache.org/repos/asf/drill/tree/4b58ac8b Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/4b58ac8b Branch: refs/heads/master Commit: 4b58ac8b7a4cb36b50773fab3d9b2774bae953ac Parents: 2b4283d Author: Mehant Baid meha...@gmail.com Authored: Wed Mar 4 19:08:46 2015 -0800 Committer

[1/7] drill git commit: DRILL-2715: Implement nested loop join operator

2015-04-10 Thread mehant
/asf/drill/tree/931ed64f Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/931ed64f Branch: refs/heads/master Commit: 931ed64f6f7cf5a883ddd5ae2459438dbac21b1f Parents: 093626e Author: Mehant Baid meha...@gmail.com Authored: Thu Jan 22 14:05:10 2015 -0800 Committer: Mehant Baid meha

[5/7] drill git commit: DRILL-2039: set surefire fork count proportional to number of cores

2015-04-10 Thread mehant
/repos/asf/drill/diff/4e9a17e2 Branch: refs/heads/master Commit: 4e9a17e20da20de0f4f2088dda963f36f62ccf09 Parents: cae5098 Author: Hanifi Gunes hgu...@maprtech.com Authored: Fri Apr 3 15:23:32 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Fri Apr 10 21:21:27 2015 -0700

[2/7] drill git commit: DRILL-2641: Move unrelated tests in exec/jdbc module into appropriate modules

2015-04-10 Thread mehant
Dec 26 11:39:46 2014 -0800 Committer: Mehant Baid meha...@gmail.com Committed: Fri Apr 10 21:21:14 2015 -0700 -- .../resources/bootstrap-storage-plugins.json| 15 - .../apache/drill/exec/hive/TestHiveStorage.java | 143

[7/7] drill git commit: DRILL-412: FoodMart data (account.json) cause JsonParseException

2015-04-10 Thread mehant
Mar 9 10:14:01 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Fri Apr 10 21:21:35 2015 -0700 -- exec/java-exec/pom.xml | 6 +++--- exec/jdbc-all/pom.xml | 16 exec/jdbc/pom.xml | 12

[1/2] drill git commit: DRILL-2771: Fix hash join to use required type for projecting map types in the right outer join case.

2015-04-13 Thread mehant
/commit/3b5a87e8 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3b5a87e8 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3b5a87e8 Branch: refs/heads/master Commit: 3b5a87e89e55c14bb792ae2d0e7429e34cb035a9 Parents: ea2c9ef Author: Mehant Baid meha...@gmail.com Authored: Mon Apr 13 14

[1/4] drill git commit: DRILL-2824: Add checks to ensure function resolution is deterministic Fix NOT function

2015-04-27 Thread mehant
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/5189635f Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/5189635f Branch: refs/heads/master Commit: 5189635f2101ea4dc1d099001966bdfc4192bdad Parents: 70b1a1f Author: Mehant Baid meha...@gmail.com Authored: Sun Apr 19 22:57:21 2015 -0700

[3/4] drill git commit: DRILL-2753: Don't generate cross numeric type comparison functions

2015-04-27 Thread mehant
/repos/asf/drill/diff/e33ffa21 Branch: refs/heads/master Commit: e33ffa2197306ba833f0d5ea867969781cd733cc Parents: 7289cab Author: Mehant Baid meha...@gmail.com Authored: Fri Apr 17 14:15:37 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Mon Apr 27 13:08:17 2015 -0700

[2/2] drill git commit: DRILL-2848: Provide option to disable decimal data type Disable casting to decimal Disable reading decimal from Parquet Disable reading decimal from Hive Add unit tests Modify

2015-05-07 Thread mehant
-wip-us.apache.org/repos/asf/drill/commit/7abd7cf4 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/7abd7cf4 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/7abd7cf4 Branch: refs/heads/master Commit: 7abd7cf4e3a6e67b4168d3d598ee01eb62e346e6 Parents: a8fa402 Author: Mehant Baid meha

[1/2] drill git commit: DRILL-2848: Hygiene - ParquetToDrillConverter cleanup

2015-05-07 Thread mehant
/repos/asf/drill/tree/a8fa4023 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a8fa4023 Branch: refs/heads/master Commit: a8fa402365831c89f1a5b7fbd9e68f862104a026 Parents: 79a712a Author: Mehant Baid meha...@gmail.com Authored: Fri May 1 14:12:09 2015 -0700 Committer: Mehant Baid meha

[1/2] drill git commit: DRILL-2433: Add support for implicit casting between date and timestamp in join condition

2015-05-06 Thread mehant
/3ab96833 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3ab96833 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3ab96833 Branch: refs/heads/master Commit: 3ab96833c364075e3728994369eea67106732190 Parents: e58696a Author: Mehant Baid meha...@gmail.com Authored: Wed Apr 29 10:38:52 2015

drill git commit: DRILL-1980: Add support for CTAS with interval data type. Modify ParquetOutputRecordWriter to be able to write interval day, interval year and interval data type into parquet. Modify

2015-05-12 Thread mehant
/asf/drill/diff/d10769f4 Branch: refs/heads/master Commit: d10769f478900ff1868d206086874bdd67a45e7d Parents: 71fe8f0 Author: Mehant Baid meha...@gmail.com Authored: Mon May 11 16:31:42 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Tue May 12 07:46:48 2015 -0700

[2/2] drill git commit: DRILL-2993: Unthrottle at cancel() to fix post-cancelation hangs.

2015-05-13 Thread mehant
/repos/asf/drill/diff/091122c4 Branch: refs/heads/master Commit: 091122c4e651f1585118fcbf1a092627de03f0e4 Parents: ffbb9c7 Author: dbarclay dbarc...@maprtech.com Authored: Sat May 9 22:17:35 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Wed May 13 11:25:00 2015 -0700

[1/2] drill git commit: DRILL-3020: Copy cause exception's message to thrown SQLException's message.

2015-05-13 Thread mehant
2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Wed May 13 11:25:00 2015 -0700 -- .../org/apache/drill/jdbc/DrillConnectionImpl.java | 17 + .../java/org/apache/drill/jdbc/DrillCursor.java| 4

[2/3] drill git commit: DRILL-3155: Part 2: Clear allocated memory for composite vectors if one of the allocations fails

2015-06-04 Thread mehant
: http://git-wip-us.apache.org/repos/asf/drill/diff/09e46df0 Branch: refs/heads/master Commit: 09e46df0dada514aeca16cf80a71fa7179f1d8ce Parents: 21de138 Author: Mehant Baid meha...@gmail.com Authored: Sat May 30 00:31:29 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Wed Jun 3 15:08

[1/3] drill git commit: DRILL-3155: Part 1: Move complex vectors logic in the correct package.

2015-06-04 Thread mehant
-wip-us.apache.org/repos/asf/drill/tree/21de1381 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/21de1381 Branch: refs/heads/master Commit: 21de138161a12ff0d01542950601b7944e9526ed Parents: 69b39c1 Author: Mehant Baid meha...@gmail.com Authored: Fri May 29 14:47:23 2015 -0700 Committer

[3/3] drill git commit: DRILL-3245: Fix error message for unsupported aggregate functions on varchar data type

2015-06-04 Thread mehant
://git-wip-us.apache.org/repos/asf/drill/diff/287f52db Branch: refs/heads/master Commit: 287f52db0bd0125e0ad1b3408f22775224ee9494 Parents: 09e46df Author: Mehant Baid meha...@gmail.com Authored: Wed Jun 3 15:12:30 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Wed Jun 3 15:12:30 2015

[3/5] drill git commit: DRILL-3285: Part 1--Prep., Hygiene: Mainly, adding comments.

2015-06-23 Thread mehant
-us.apache.org/repos/asf/drill/diff/228be48f Branch: refs/heads/master Commit: 228be48f47ecc14b415e80b7351cc3f78957d57d Parents: 9c125b0 Author: dbarclay dbarc...@maprtech.com Authored: Wed Jun 10 14:03:21 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Mon Jun 22 13:05:04 2015 -0700

[1/5] drill git commit: DRILL-3285: Part 5--Split old hacky next() into separate methods.

2015-06-23 Thread mehant
...@maprtech.com Authored: Wed Jun 10 13:49:47 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Mon Jun 22 13:05:04 2015 -0700 -- .../org/apache/drill/jdbc/impl/DrillCursor.java | 124 +-- .../drill/jdbc

[5/5] drill git commit: DRILL-3285: Part 2--Renaming.

2015-06-23 Thread mehant
: refs/heads/master Commit: d040429cdafee0bfd25d1115a36922a10e2b5d96 Parents: 228be48 Author: dbarclay dbarc...@maprtech.com Authored: Fri Jun 12 18:37:58 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Mon Jun 22 13:05:04 2015 -0700

[2/5] drill git commit: DRILL-3285: Part 3--Invert beforeFirstBatch - ! afterFirstBatch.

2015-06-23 Thread mehant
/repos/asf/drill/diff/e050f1e1 Branch: refs/heads/master Commit: e050f1e17f32d60960b01757455face52050bed3 Parents: d040429 Author: dbarclay dbarc...@maprtech.com Authored: Fri Jun 12 18:42:14 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Mon Jun 22 13:05:04 2015 -0700

[1/5] drill git commit: DRILL-3318: Bump calcite version to 1.1.0-drill-r9 Added unit test

2015-06-24 Thread mehant
-us.apache.org/repos/asf/drill/tree/25b7b5ef Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/25b7b5ef Branch: refs/heads/master Commit: 25b7b5ef56970f74e0e9f3d0e9f8070e78e1bfa9 Parents: c04789d Author: Mehant Baid meha...@gmail.com Authored: Tue Jun 23 17:57:31 2015 -0700 Committer: Mehant

[5/5] drill git commit: DRILL-3345: TestWindowFrame fails to properly check cases involving multiple batches

2015-06-24 Thread mehant
-wip-us.apache.org/repos/asf/drill/diff/3f0d9221 Branch: refs/heads/master Commit: 3f0d9221d3f96c20db10e868cc33c2e972318ba6 Parents: 00aa01f Author: adeneche adene...@gmail.com Authored: Wed Jun 24 08:58:39 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Wed Jun 24 16:54:36 2015 -0700

[4/5] drill git commit: DRILL-2903: General improvements to tests in TestDrillbitResilience + Added RepeatTestRule to tests that are flaky + Added Controls.Builder to create controls string in tests +

2015-06-24 Thread mehant
-wip-us.apache.org/repos/asf/drill/diff/00aa01fb Branch: refs/heads/master Commit: 00aa01fb90f3210d1e3027d7f759fb1085b814bd Parents: 20ec0cd Author: Sudheesh Katkam skat...@maprtech.com Authored: Fri May 29 16:50:23 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Wed Jun 24 16:24:46

drill git commit: DRILL-3378: Don't invoke ensureType() while rewriting aggregate expressions part of the window frame. ensureType() currently is not aware of the precedence of data types and may inje

2015-06-27 Thread mehant
Branch: refs/heads/master Commit: 8d7458958c92369b5d40145d621ed50e3b8de1a4 Parents: 53d09a0 Author: Mehant Baid meha...@gmail.com Authored: Fri Jun 26 18:04:47 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Sat Jun 27 01:22:29 2015 -0700

[1/2] drill git commit: DRILL-3305: Raise exception if we encounter unknown RexNode in DrillOptiq

2015-06-18 Thread mehant
://git-wip-us.apache.org/repos/asf/drill/tree/fb25973b Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/fb25973b Branch: refs/heads/master Commit: fb25973b406d856f0edc9332aadd8e7152b27fa8 Parents: c2a2377 Author: Mehant Baid meha...@gmail.com Authored: Wed Jun 17 14:42:53 2015 -0700 Committer

[2/4] drill git commit: DRILL-3500: Add OptimizerRulesContext which exposes information needed by storage plugin specific optimizer rules Add FunctionLookupContext to enable materializing function cal

2015-08-02 Thread mehant
: Mehant Baid meha...@gmail.com Authored: Wed Jul 15 14:30:16 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Thu Jul 30 20:17:25 2015 -0700 -- .../exec/store/hbase/HBaseStoragePlugin.java| 4 +- .../exec/store

[4/4] drill git commit: DRILL-3121: Add support for interpreter based partition pruning for Hive tables. Remove the old partition pruning logic.

2015-08-02 Thread mehant
/drill/tree/6d5d7cc2 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/6d5d7cc2 Branch: refs/heads/master Commit: 6d5d7cc27140963291e76eac72218b862aa6af45 Parents: 95d576d Author: Mehant Baid meha...@gmail.com Authored: Sat Jul 25 00:28:55 2015 -0700 Committer: Mehant Baid meha...@gmail.com

[1/4] drill git commit: DRILL-3503: Fix formatting style of PruneScanRule

2015-08-02 Thread mehant
/repos/asf/drill/tree/a65c0a6d Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a65c0a6d Branch: refs/heads/master Commit: a65c0a6d43264f6aac23bf3c95e35d1b60a73666 Parents: f8197cf Author: Mehant Baid meha...@gmail.com Authored: Thu Jul 16 13:53:33 2015 -0700 Committer: Mehant Baid meha

[3/4] drill git commit: DRILL-3503: Make PruneScanRule pluggable. Extend PartitionDescriptor to provide functionality needed by PruneScanRule. Removed redundant logic in PruneScanRule.

2015-08-02 Thread mehant
: http://git-wip-us.apache.org/repos/asf/drill/tree/95d576da Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/95d576da Branch: refs/heads/master Commit: 95d576da572d1dcb96c42f662504d7340cc718cd Parents: a65c0a6 Author: Mehant Baid meha...@gmail.com Authored: Mon Jul 20 15:44:33 2015 -0700

drill git commit: DRILL-3554: Given types timestamp and time, implicit casting casts them to time

2015-08-03 Thread mehant
Repository: drill Updated Branches: refs/heads/master 6d5d7cc27 - 357d0202c DRILL-3554: Given types timestamp and time, implicit casting casts them to time Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/357d0202 Tree:

[1/3] drill git commit: DRILL-3151: Fix many ResultSetMetaData method return values.

2015-07-30 Thread mehant
Repository: drill Updated Branches: refs/heads/master 9932246ce - 808350824 http://git-wip-us.apache.org/repos/asf/drill/blob/80835082/exec/jdbc/src/test/java/org/apache/drill/jdbc/ResultSetMetaDataTest.java -- diff --git

[3/3] drill git commit: DRILL-3151: Fix many ResultSetMetaData method return values.

2015-07-30 Thread mehant
: refs/heads/master Commit: 80835082414d274fda8bf0c66fd01386180fdde5 Parents: 9932246 Author: dbarclay dbarc...@maprtech.com Authored: Fri Jun 19 19:05:39 2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Thu Jul 30 18:46:02 2015 -0700

drill git commit: DRILL-2625: StackTrace format to match JDK's Throwable's format closes #109

2015-08-13 Thread mehant
: Mehant Baid meha...@gmail.com Committed: Thu Aug 13 13:19:56 2015 -0700 -- .../org/apache/drill/common/StackTrace.java | 40 +--- 1 file changed, 18 insertions(+), 22 deletions

drill git commit: DRILL-2625: StackTrace format to match JDK's Throwable's format closes #109

2015-08-13 Thread mehant
2015 -0700 Committer: Mehant Baid meha...@gmail.com Committed: Thu Aug 13 13:19:56 2015 -0700 -- .../org/apache/drill/common/StackTrace.java | 40 +--- 1 file changed, 18 insertions(+), 22 deletions

drill git commit: DRILL-3594: don't use first query's allocator for rest of drillbit's life closes #102

2015-08-05 Thread mehant
Committer: Mehant Baid meha...@gmail.com Committed: Wed Aug 5 13:56:05 2015 -0700 -- .../exec/planner/logical/DrillRuleSets.java | 102 ++- 1 file changed, 52 insertions(+), 50 deletions

Git Push Summary

2015-08-13 Thread mehant
Repository: drill Updated Branches: refs/heads/alloc-stacktrace [deleted] c0060f7f5

[2/3] drill git commit: DRILL-3769: Allow to_date() to use castDate()'s implementations

2015-10-23 Thread mehant
/repos/asf/drill/diff/17abf36a Branch: refs/heads/master Commit: 17abf36adf54ef73e151c21497b0fdba9e7864fa Parents: ef078da Author: Hsuan-Yi Chu <hsua...@usc.edu> Authored: Mon Oct 12 22:52:05 2015 -0700 Committer: Mehant Baid <meha...@gmail.com> Committed: Thu Oct 22 23:14:2

[1/3] drill git commit: DRILL-3965: Fix IOOB while trying to perform partition pruning

2015-10-23 Thread mehant
wip-us.apache.org/repos/asf/drill/tree/a98da39d Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a98da39d Branch: refs/heads/master Commit: a98da39dd5a8fa368afd8765f4e981826bbfcc0f Parents: 17abf36 Author: Mehant Baid <meha...@gmail.com> Authored: Mon Oct 19 23:49:45 2015 -0700 Committe

[3/3] drill git commit: DRILL-3429: Cast input of statistical window functions to double before rewriting the expression.

2015-10-23 Thread mehant
: http://git-wip-us.apache.org/repos/asf/drill/diff/ef078da3 Branch: refs/heads/master Commit: ef078da35bdf55eb7971cea2876db3254149e405 Parents: 19b4b79 Author: Mehant Baid <meha...@gmail.com> Authored: Thu Oct 8 13:47:59 2015 -0700 Committer: Mehant Baid <meha...@gmail.com> Committed

drill git commit: DRILL-4071: Detect nested holistic expressions while traversing filter tree for partition pruning

2015-11-11 Thread mehant
ill/commit/9b88d591 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/9b88d591 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/9b88d591 Branch: refs/heads/master Commit: 9b88d591450110b4a238d228138097c0f664a73e Parents: a0be3ae Author: Mehant Baid <meha...@gmail.com> Authored: Tue

[2/2] drill git commit: DRILL-3634: Add number of partitions information in the plan for hive scans

2015-11-04 Thread mehant
://git-wip-us.apache.org/repos/asf/drill/diff/5db7f33b Branch: refs/heads/master Commit: 5db7f33b43cc7b06f32e956dba50376e3ddf9241 Parents: ea23efc Author: Mehant Baid <meha...@gmail.com> Authored: Thu Oct 29 15:10:12 2015 -0700 Committer: Mehant Baid <meha...@gmail.com> Committed: Wed No

[1/2] drill git commit: DRILL-3045: Make planning time memory limit configurable

2015-08-31 Thread mehant
wip-us.apache.org/repos/asf/drill/tree/dfa47da6 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/dfa47da6 Branch: refs/heads/master Commit: dfa47da669dc2455389151c4e4071d405030c7a9 Parents: 07dc46c Author: Mehant Baid <meha...@gmail.com> Authored: Fri Aug 28 11:23:54 2015 -0700 Committer: Me

[2/2] drill git commit: DRILL-3719: Expand -expression as -1 * expression in visitCall of DrillOptiq

2015-08-31 Thread mehant
-us.apache.org/repos/asf/drill/diff/bcc01c05 Branch: refs/heads/master Commit: bcc01c05a4d593b1f9226121e64930251586b304 Parents: dfa47da Author: Hsuan-Yi Chu <hsua...@usc.edu> Authored: Fri Aug 28 10:33:01 2015 -0700 Committer: Mehant Baid <meha...@gmail.com> Committed: Sun Aug 30 21:43:1

drill git commit: DRILL-3718: After TextReader finishes reading a field surrounded by double quotes, the reader would skip whitespaces only if those whitespaces are not used as delimiter

2015-09-15 Thread mehant
Repository: drill Updated Branches: refs/heads/master 0c1b293d9 -> 48bc0b9a8 DRILL-3718: After TextReader finishes reading a field surrounded by double quotes, the reader would skip whitespaces only if those whitespaces are not used as delimiter Project:

drill git commit: DRILL-1942-readers: - add extends AutoCloseable to RecordReader, and rename cleanup() to close(). - fix many warnings - formatting fixes

2015-09-17 Thread mehant
efs/heads/master Commit: e52d473eb465699bf145cac70662809f1feae78e Parents: 5fab01f Author: Chris Westin <cwes...@yahoo.com> Authored: Thu Sep 10 18:28:00 2015 -0700 Committer: Mehant Baid <meha...@gmail.com> Committed: Thu Sep 17 13:5

drill git commit: DRILL-4192: Fix selection root when there is only a single top level partition closes #307

2015-12-22 Thread mehant
mit/ed0369b0 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ed0369b0 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/ed0369b0 Branch: refs/heads/master Commit: ed0369b0ac4f4576d9cc9639184232618982e36b Parents: 1ea3d6c Author: Mehant Baid <meha...@gmail.com> Authored: Tue Dec 15

drill git commit: DRILL:3854: Ensure the readIndex of DrillBuf[] returned by ValueVector.getBuffers points at 0

2015-11-24 Thread mehant
Repository: drill Updated Branches: refs/heads/master 758cd917b -> bd39d3002 DRILL:3854: Ensure the readIndex of DrillBuf[] returned by ValueVector.getBuffers points at 0 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: