jacq...@apache.org |
[1/6] git commit: DRILL-864: MergeJoinBatch fails to set record count in ValueVectors in container |
Mon, 02 Jun, 16:51 |
jacq...@apache.org |
[2/6] git commit: DRILL-853: Enable broadcast joins and fix some issues with BroadcastExchange and ScreenCreator. |
Mon, 02 Jun, 16:51 |
jacq...@apache.org |
[3/6] git commit: DRILL-874 : Fix code to handle splitAndTransferTo in BitVector, when copy is required. |
Mon, 02 Jun, 16:51 |
jacq...@apache.org |
[4/6] git commit: DRILL-818: Fix output type while adding date and interval types. |
Mon, 02 Jun, 16:51 |
jacq...@apache.org |
[5/6] git commit: DRILL-855: Improve work assignment parallelization |
Mon, 02 Jun, 16:51 |
jacq...@apache.org |
[6/6] git commit: DRILL-672: Queries against HBase table do not close after the data is returned. |
Mon, 02 Jun, 16:51 |
jacq...@apache.org |
[01/23] git commit: Allow disabling of memory leak query termination using -Ddrill.exec.debug.error_on_leak=false |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[02/23] git commit: add digest of group scan to scan rel. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[03/23] git commit: Update projection pushdown so that it rewrites row type of scan. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[04/23] git commit: DRILL-575: Modify rpad, lpad functions in DrillOptiq to add default padding parameter if one isn't specified. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[05/23] git commit: DRILL-758: Implement to_timestamp that accepts seconds from epoch as input. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[06/23] git commit: DRILL-893: Remove unnecessary extract functions from time data type causing implicit cast errors. Enable tpch07. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[07/23] git commit: DRILL-710: Fix sign function to always return integer type. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[08/23] git commit: Small fix to date casting function. Make cartesian join infinite cost (not supported yet). Enable additional running TPCH queries. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[09/23] git commit: DRILL-908: NullableValueVector bug causes all values pulled out to be reported as non-null |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[10/23] git commit: DRILL-322 - drill_dumpcat script works more like the other scripts now |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[11/23] git commit: Disable TPCH13 due to flapping ioob |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[12/23] git commit: DRILL-904: Fixes in project push down are causing HBase Filter pushdown to plan indefinitely. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[13/23] git commit: DRILL-903: Cleanup exising ValueVectors before allocating new ones in StringOutputRecordWriter.updateSchema. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[14/23] git commit: DRILL-869: ExprParser fails when operators have space in name. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[15/23] git commit: DRILL-892: Send Batch is leaking memory when send fails to establish connection to remote fragment. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[16/23] git commit: Enable FragmentExecutor to catch assertion errors and return to client. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[17/23] git commit: Support multiple output batches for hash aggr. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[18/23] git commit: DRILL-574: Fix RPAD to truncate from right, when desired length is smaller than input length. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[19/23] git commit: DRILL-901: Fix Parquet read bug with VarBinary. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[20/23] git commit: Turn off invalid project push down tests until DRILL-912 is fixed. |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[21/23] git commit: disable multiphase aggregate by default |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[22/23] git commit: DRILL-894: Update Dependency of com.googlecode.maven-download-plugin:download-maven-plugin:jar:1.2.0-SNAPSHOT to com.googlecode.maven-download-plugin:download-maven-plugin:jar:1.2.0 |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[23/23] git commit: disable failing time stamp conversion on linux |
Fri, 06 Jun, 02:52 |
jacq...@apache.org |
[1/4] git commit: DRILL-918: During Sort, handle the case where the child SelectionVector produces 0 records. |
Sat, 07 Jun, 00:16 |
jacq...@apache.org |
[2/4] git commit: DRILL-799: Use static constants instead of Math.pow() to compute powers of 10 while adjusting scale of decimal data type. |
Sat, 07 Jun, 00:16 |
jacq...@apache.org |
[3/4] git commit: DRILL-913: Fix IOOB in HashJoinProbe when input is empty batch |
Sat, 07 Jun, 00:16 |
jacq...@apache.org |
[4/4] git commit: DRILL-924: Update trim so that it synchronized within the arena to avoid inconsistent state. |
Sat, 07 Jun, 00:16 |
jacq...@apache.org |
[01/11] git commit: Fix DRILL-926: Index out of bound exception when creating outgoing filter record batch when incoming SV mode is NONE. |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[02/11] git commit: Logging to track allocator initial reservation |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[03/11] git commit: Reset fragment allocation for each minor fragment |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[04/11] git commit: more logging in streaming agg |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[05/11] git commit: enable extra debug on stream agg |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[06/11] git commit: add additional logging messages. |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[07/11] git commit: Reset outputCount on each outgoing batch in Streaming Aggregate |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[08/11] git commit: Disable EXTRA_DEBUG in streaming agg |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[09/11] git commit: Fix an issue with keys output for multiple output batches of hash aggregate. |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[10/11] git commit: Make sure all minorFragments get work in scan |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[11/11] git commit: Update Data Collection and batch buffers to one or all streams for auto read depending on use. |
Mon, 09 Jun, 05:04 |
jacq...@apache.org |
[01/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[02/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[03/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[04/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[05/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[06/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[07/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[08/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[09/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[10/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[11/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[12/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[13/61] [abbrv] Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[14/61] [abbrv] git commit: Enable View persistence, Storage Plugin and System option persistence. |
Wed, 11 Jun, 03:51 |
jacq...@apache.org |
[15/61] [abbrv] git commit: DRILL-887: TestQueriesOnLargeFile.testMergingReceiver fails on Windows |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[16/61] [abbrv] Use PStore for profiles, partial profiles on running queries |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[17/61] [abbrv] Use PStore for profiles, partial profiles on running queries |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[18/61] [abbrv] Use PStore for profiles, partial profiles on running queries |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[19/61] [abbrv] Use PStore for profiles, partial profiles on running queries |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[20/61] [abbrv] git commit: Use PStore for profiles, partial profiles on running queries |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[21/61] [abbrv] git commit: DRILL-925: fix issues with dynamic memory allocation |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[22/61] [abbrv] git commit: Log Drillbit environment at start up. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[23/61] [abbrv] Adding HBase Persistent Store. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[24/61] [abbrv] git commit: Adding HBase Persistent Store. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[25/61] [abbrv] git commit: Disable store persistence for unit tests. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[26/61] [abbrv] git commit: DRILL-909: TestSimpleExternalSort.outOfMemoryExternalSort() hangs with use of UnlimitedRawBatchBuffer |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[27/61] [abbrv] git commit: Delete views after test and close ResultSet objects after use |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[28/61] [abbrv] git commit: Enable editing of storage plugin via http |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[29/61] [abbrv] git commit: Drill configuration changes |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[30/61] [abbrv] git commit: Add Web UIs using templates. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[31/61] [abbrv] git commit: Add BaseRootExec which will enable collection of stats for Senders Add SenderStats that collects stats specific to senders. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[32/61] [abbrv] git commit: DRILL-865: Interface changes to AbstractRecordBatch to enable easy collection of stats. Add BaseRootExec as a wrapper to collect stats for senders. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[33/61] [abbrv] git commit: Added 'extlib' folder which will contain 3rd party jars which override jars from other (Hadoop, HBase) projects. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[34/61] [abbrv] git commit: add servlets to expose server level metrics. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[35/61] [abbrv] git commit: Curator needs to be started before ServiceCache can be built. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[36/61] [abbrv] git commit: Do not uppercase storage plugin configuration names. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[37/61] [abbrv] git commit: DRILL-751/DRILL-806: View info in INFORMATION_SCHEMA |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[38/61] [abbrv] DRILL-760: Move information schema to use POJO record reader |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[39/61] [abbrv] git commit: DRILL-760: Move information schema to use POJO record reader |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[40/61] [abbrv] git commit: DRILL-736: Fix DESCRIBE issues when the selected table exists in more than one schema. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[41/61] [abbrv] git commit: DRILL-666: Show Tables should only list tables in the current database. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[42/61] [abbrv] git commit: DRILL-630: Substr() function |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[43/61] [abbrv] git commit: Fix race condition in Foreman.runPhysicalPlan() between setting total fragment count and increment finished fragments |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[44/61] [abbrv] git commit: Allow specifying lilith's log appender endpoint using environment variable 'LILITH_HOSTNAME' |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[45/61] [abbrv] DRILL-927: Run-time code generation support for reading Complex Type. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[46/61] [abbrv] git commit: DRILL-927: Run-time code generation support for reading Complex Type. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[47/61] [abbrv] git commit: DRILL-753: change hdp profile - version of hadoop-common being used was deprecated |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[48/61] [abbrv] git commit: DRILL-905: sqlline.bat for Windows - updated |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[49/61] [abbrv] git commit: DRILL-929: Fix for bug in transferTo leading to incorrect value counts and Deadbufs downstream. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[50/61] [abbrv] git commit: DRILL-914: Return milliseconds and second component in extract(second from date_time_types) functions. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[51/61] [abbrv] git commit: DRILL-930: Support date read/write in parquet. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[52/61] [abbrv] git commit: DRILL-666: Show Tables should only list tables in the current database. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[53/61] [abbrv] git commit: Split UI endpoints into multiple resources. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[54/61] [abbrv] git commit: web cleanup, enable multiphase and increase broadcast threshold |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[55/61] [abbrv] git commit: Adding License headers. |
Wed, 11 Jun, 03:52 |
jacq...@apache.org |
[56/61] [abbrv] git commit: revert accidental merge of direct memory test settings |
Wed, 11 Jun, 03:52 |