jacq...@apache.org |
[1/2] git commit: DRILL-789: Left outer join returns "null" values for columns from the right table |
Thu, 22 May, 20:44 |
jacq...@apache.org |
[2/2] git commit: DRILL-809: BitVector.allocateNewSafe fixes. |
Thu, 22 May, 20:44 |
jacq...@apache.org |
[1/4] git commit: setSafe() in variable length vector should check has capacity to hold new value. |
Fri, 23 May, 01:46 |
jacq...@apache.org |
[2/4] git commit: DRILL-810 : add isSafe() to Nullable value vector. Check nullable value vector has capacity for new value in run-time code. |
Fri, 23 May, 01:46 |
jacq...@apache.org |
[3/4] git commit: Bug fixes in Project operator. Use allocateNewSafe() to allocate space for outgoing batch in Project. |
Fri, 23 May, 01:46 |
jacq...@apache.org |
[4/4] git commit: copy unmerged records in merge sort to new buffer |
Fri, 23 May, 01:46 |
jacq...@apache.org |
[1/3] git commit: DRILL-802: convert_to(int_field, 'INT_HADOOPV') throws IndexOutOfBoundsException |
Fri, 23 May, 02:23 |
jacq...@apache.org |
[2/3] git commit: DRILL-796: Selecting * from HBase tables filtered with 'row_key' returns empty arrays |
Fri, 23 May, 02:23 |
jacq...@apache.org |
[3/3] git commit: DRILL-825: MaterializedField is mutable and is not suitable as a KEY in a MAP |
Fri, 23 May, 02:23 |
jacq...@apache.org |
[1/2] git commit: DRILL-649: Reading impala and avro generated parquet files |
Fri, 23 May, 02:45 |
jacq...@apache.org |
[2/2] git commit: DRILL-816: Fix bug with reading nullable columns resulting in mismatched number of records in vectors. |
Fri, 23 May, 02:45 |
jacq...@apache.org |
git commit: DRILL-826: Improve efficiency of BitVector when getting and setting |
Fri, 23 May, 04:35 |
|
[1/2] git commit: Fix serialization of IntervalYear in ExpressionStringBuilder |
|
jacq...@apache.org |
[1/2] git commit: Fix serialization of IntervalYear in ExpressionStringBuilder |
Fri, 23 May, 16:34 |
jacq...@apache.org |
[2/2] git commit: Update client and server to wait to close before returning to avoid spurious allocator test failures. |
Fri, 23 May, 16:34 |
jacq...@apache.org |
[1/2] git commit: Fix serialization of IntervalYear in ExpressionStringBuilder |
Fri, 23 May, 16:52 |
jacq...@apache.org |
[2/2] git commit: Update client and server to wait to close before returning to avoid spurious allocator test failures. |
Fri, 23 May, 16:52 |
jacq...@apache.org |
Git Push Summary |
Fri, 23 May, 16:35 |
jacq...@apache.org |
[01/21] Switch distributed cache to Infinispan Add Operator level metrics |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[02/21] Switch distributed cache to Infinispan Add Operator level metrics |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[03/21] Switch distributed cache to Infinispan Add Operator level metrics |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[04/21] Switch distributed cache to Infinispan Add Operator level metrics |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[05/21] Switch distributed cache to Infinispan Add Operator level metrics |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[06/21] git commit: Switch distributed cache to Infinispan Add Operator level metrics |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[07/21] git commit: Enhance plan format to number operator ids and fragment ids. |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[08/21] status changes |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[09/21] status changes |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[10/21] status changes |
Sat, 24 May, 16:13 |
jacq...@apache.org |
[11/21] status changes |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[12/21] git commit: status changes |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[13/21] git commit: Use PrelVisitor to add Project when Join has conflicting names from inputs. Move common code of MergeJoin, HashJoin to base class. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[14/21] git commit: Enhance PhysicalOperator to use OperatorIds for references rather than random ids. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[15/21] git commit: Fix for project column ordering is wrong. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[16/21] git commit: Remove references to hive12 Guava. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[17/21] git commit: exclude jersey 1.8 from base client dependency list. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[18/21] git commit: Remove references to jcommander's copy of Guava's Lists class. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[19/21] git commit: Serialization/Deserialization fixes |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[20/21] git commit: Disable SV2 for Project until wildcard is fixed. Remove spurious test. |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[21/21] git commit: Rebase fixes |
Sat, 24 May, 16:14 |
jacq...@apache.org |
[1/7] git commit: DRILL-831: Execute the probe phase for outer joins if the build side is empty (fix for NOT IN bug). |
Wed, 28 May, 16:52 |
jacq...@apache.org |
[2/7] git commit: DRILL-800: Partitioner is dropping records that can't fit in the available space of ValueVectors in OutgoingRecordBatch. |
Wed, 28 May, 16:52 |
jacq...@apache.org |
[3/7] git commit: DRILL-824: MergingRecordBatch.next() fails to reallocate the outgoing vectors if copyFromSafe returns false. |
Wed, 28 May, 16:52 |
jacq...@apache.org |
[4/7] git commit: DRILL-843: Drillbit goes down after running a large number of queries in a series |
Wed, 28 May, 16:53 |
jacq...@apache.org |
[5/7] git commit: DRILL-829: Use ISO8601 date/time format in log file |
Wed, 28 May, 16:53 |
jacq...@apache.org |
[6/7] git commit: Fix runtime generated code for HashJoinProbeTemplate. Use logger level ERROR when a fragment failure occurs |
Wed, 28 May, 16:53 |
jacq...@apache.org |
[7/7] git commit: DRILL-648: Multiple sort failure in single mode when running TPCH queries |
Wed, 28 May, 16:53 |
jacq...@apache.org |
[1/4] git commit: DRILL-847: Handle different schemas for Merging receiver. |
Wed, 28 May, 22:13 |
jacq...@apache.org |
[2/4] git commit: DRILL-827: Fix bug in reading dictionary encoded columns in parquet. |
Wed, 28 May, 22:13 |
jacq...@apache.org |
[3/4] git commit: DRILL-665: Handle null values in case expressions. |
Wed, 28 May, 22:13 |
jacq...@apache.org |
[4/4] git commit: DRILL-665: Handle null values in case expressions (contd). |
Wed, 28 May, 22:13 |
jacq...@apache.org |
[01/15] git commit: DRILL-854: PartitionSender generated code is too large |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[02/15] git commit: DRILL-856: Reduce code-generation size for MergingReceiver |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[03/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[04/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[05/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[06/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[07/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[08/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[09/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[10/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[11/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[12/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[13/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[14/15] DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |
jacq...@apache.org |
[15/15] git commit: DRILL-423: C++ Client. Initial implementation (reviewed) |
Thu, 29 May, 23:45 |