You are viewing a plain text version of this content. The canonical link for it is here.
- drill git commit: DRILL-2069: Fix star query prefix logic it's used with subquery in where clause. Convert some star query query unit test to verify query results. - posted by jn...@apache.org on 2015/02/03 23:26:37 UTC, 0 replies.
- drill git commit: DRILL-2092: For HashJoin and MergeJoin, process the null comparisons for IS NOT DISTINCT FROM operator. - posted by am...@apache.org on 2015/02/05 01:12:50 UTC, 0 replies.
- [1/2] drill git commit: DRILL-1747: Enable fragment profile updates throughout queries rather than only at end. - posted by ja...@apache.org on 2015/02/05 02:30:26 UTC, 0 replies.
- [2/2] drill git commit: DRILL-2114: Update profile page to provide query fragment state, node where query was run, and memory information. Also, extract giant class into smaller units. - posted by ja...@apache.org on 2015/02/05 02:30:27 UTC, 0 replies.
- drill git commit: DRILL-2126: make jdbc connection impl honor parameters passed from user - posted by pa...@apache.org on 2015/02/05 06:43:11 UTC, 0 replies.
- [1/2] drill git commit: DRILL-1988: Create child vectors while initializing complex vectors using Materialized Field - posted by me...@apache.org on 2015/02/05 21:19:20 UTC, 0 replies.
- [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. - posted by me...@apache.org on 2015/02/05 21:19:21 UTC, 0 replies.
- [1/3] drill git commit: DRILL-2088: ReAlloc in FixedWidthVector.setValueCount if current buffer capacity is less than the valueCount. - posted by ve...@apache.org on 2015/02/06 02:18:25 UTC, 0 replies.
- [2/3] drill git commit: DRILL-2080: Add IO Stats for JSON/Parquet type input files - posted by ve...@apache.org on 2015/02/06 02:18:26 UTC, 0 replies.
- [3/3] drill git commit: DRILL-2080: Add IO Stats for JSON/Parquet type input files - posted by ve...@apache.org on 2015/02/06 02:18:27 UTC, 0 replies.
- drill git commit: DRILL-1921: Disable union, intersect, except, natural join, cross join; Disable 'cardinality' ; Disable types tinyint, smallint, real, multiset - posted by jn...@apache.org on 2015/02/08 04:17:19 UTC, 0 replies.
- drill git commit: DRILL-2172: make web UI bound check before accessing a vector, returning null for overflowing indices; fix a non-string type rendering problem; - posted by pa...@apache.org on 2015/02/09 21:01:03 UTC, 0 replies.
- drill git commit: DRILL-2154: Add options to enable compression and dictionary encoding in parquet writer - posted by sm...@apache.org on 2015/02/11 02:41:09 UTC, 0 replies.
- [1/3] drill git commit: DRILL-2199: Fix major type returned for convert to nullable type functions - posted by me...@apache.org on 2015/02/12 03:09:33 UTC, 1 replies.
- [2/3] drill git commit: DRILL-2184: Move TestFunctionsQuery under execution tests and use the new test framework to verify results - posted by me...@apache.org on 2015/02/12 03:09:34 UTC, 1 replies.
- [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 - posted by me...@apache.org on 2015/02/12 03:09:35 UTC, 1 replies.
- Git Push Summary - posted by me...@apache.org on 2015/02/12 03:18:52 UTC, 1 replies.
- drill git commit: DRILL-2170: For fragment parallelization, use max cost of operators instead of total cost (this makes it consistent with what ExcessiveExchangeRemover uses). - posted by am...@apache.org on 2015/02/12 04:10:15 UTC, 0 replies.
- drill git commit: DRILL-1872: Assertion failure and empty map on order by with complex data - posted by pa...@apache.org on 2015/02/12 16:08:41 UTC, 0 replies.
- drill git commit: DRILL-2087: Fix an incorrect join plan by ensure either both sides are distributed, or none of them is distributed. - posted by jn...@apache.org on 2015/02/12 17:50:12 UTC, 0 replies.
- drill git commit: DRILL-1605: ensure GenericAccessor returns null for non-existent records - posted by am...@apache.org on 2015/02/12 22:36:47 UTC, 0 replies.
- drill git commit: DRILL-1597: refactor empty population logic out & re-use across RepeatedList/Map vectors & add unit test - posted by ve...@apache.org on 2015/02/13 08:23:09 UTC, 0 replies.
- drill git commit: DRILL-2127: make JDBC tests re-use bit instances; reset cached bits on failure - posted by ve...@apache.org on 2015/02/13 20:50:43 UTC, 0 replies.
- drill git commit: DRILL-1937: Disable the query pattern where logical expressions are applied on non-scalar result of sub-query - posted by am...@apache.org on 2015/02/14 01:38:18 UTC, 0 replies.
- [1/5] drill git commit: DRILL-2163: ensure vector container fully reconstructs a composite vector with its children - posted by pa...@apache.org on 2015/02/14 06:51:39 UTC, 0 replies.
- [2/5] drill git commit: DRILL-1948: Fix issue with HDFS and CompatibilityUtil.getBuf - posted by pa...@apache.org on 2015/02/14 06:51:40 UTC, 0 replies.
- [3/5] drill git commit: DRILL-1197: C++ Client. Differentiate socket/handshake/query timeout for deadline timer. - posted by pa...@apache.org on 2015/02/14 06:51:41 UTC, 0 replies.
- [4/5] drill git commit: DRILL-1697: C++ client. Fix crash when listener exits prematurely. - posted by pa...@apache.org on 2015/02/14 06:51:42 UTC, 0 replies.
- [5/5] drill git commit: DRILL-1697. C++ Client. Use the object io_service::work to prevent io_service running out of work. - posted by pa...@apache.org on 2015/02/14 06:51:43 UTC, 0 replies.
- drill git commit: DRILL-2168: Fix incorrect query result issue when group by use an expression with drill build-in functions. Fix is in Calcite. - posted by jn...@apache.org on 2015/02/17 20:19:12 UTC, 0 replies.
- [1/2] drill git commit: DRILL-2251: Fix resource leaking with new DrillFileSystem - posted by ve...@apache.org on 2015/02/18 00:28:24 UTC, 0 replies.
- [2/2] drill git commit: DRILL-2252: Cleanup resources when fragment is cancelled. - posted by ve...@apache.org on 2015/02/18 00:28:25 UTC, 0 replies.
- [1/2] drill git commit: DRILL-2151: VariableLengthVector.copyFromSafe() unnecessary sets the offsetVector - posted by pa...@apache.org on 2015/02/18 00:55:14 UTC, 0 replies.
- [2/2] drill git commit: DRILL-2038: Fix handling of error objects. C++ Client syncronous API has a crash with multiple parallel queries. - posted by pa...@apache.org on 2015/02/18 00:55:15 UTC, 0 replies.
- [1/3] drill git commit: DRILL-1219. C++ Client. Fix timeout for 32-bit windows platform - posted by pa...@apache.org on 2015/02/18 06:30:13 UTC, 0 replies.
- [2/3] drill git commit: DRILL-2254: use parent field while adding a child vector into a repeated list - posted by pa...@apache.org on 2015/02/18 06:30:14 UTC, 0 replies.
- [3/3] drill git commit: DRILL-2169: disable embedded server for tests when not needed - posted by pa...@apache.org on 2015/02/18 06:30:15 UTC, 0 replies.
- drill git commit: DRILL-2054: Interpret "||" as string concat operator; Disable `&&`; - posted by jn...@apache.org on 2015/02/18 20:10:56 UTC, 0 replies.
- drill git commit: DRILL-2270: Broken link on Apache Drill website - posted by br...@apache.org on 2015/02/19 00:32:22 UTC, 0 replies.
- svn commit: r1660767 - /drill/site/trunk/content/drill/faq/index.html - posted by br...@apache.org on 2015/02/19 00:43:48 UTC, 0 replies.
- drill git commit: DRILL-2197: Fix no applicable constructor error in outer join with a map type - posted by pa...@apache.org on 2015/02/20 00:13:47 UTC, 0 replies.
- [1/2] drill git commit: DRILL-2242 : Propagate distribution trait when Project only outputs a subset of child's distribution field. - posted by jn...@apache.org on 2015/02/20 20:03:31 UTC, 0 replies.
- [2/2] drill git commit: DRILL-2269: Add default implementation for estimating cost of evaluating an expression, in stead of throwing Exception. - posted by jn...@apache.org on 2015/02/20 20:03:32 UTC, 0 replies.
- [1/4] drill git commit: DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST). - posted by pa...@apache.org on 2015/02/23 20:53:10 UTC, 0 replies.
- [2/4] drill git commit: DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST). - posted by pa...@apache.org on 2015/02/23 20:53:11 UTC, 0 replies.
- [3/4] drill git commit: DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST). - posted by pa...@apache.org on 2015/02/23 20:53:12 UTC, 0 replies.
- [4/4] drill git commit: DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST). - posted by pa...@apache.org on 2015/02/23 20:53:13 UTC, 0 replies.
- drill git commit: DRILL-1733 - Include Hadoop winutils in Drill distribution - posted by pa...@apache.org on 2015/02/23 22:29:49 UTC, 0 replies.
- drill git commit: DRILL-2253: Vectorized Parquet reader fails to read correctly against RLE Dictionary encoded DATE column - posted by js...@apache.org on 2015/02/25 01:37:27 UTC, 0 replies.
- drill git commit: DRILL-2283: Fixed Java VARCHAR(1) in INFO._SCHEMA that caused bad comparisons. - posted by pa...@apache.org on 2015/02/25 02:07:45 UTC, 0 replies.
- drill git commit: DRILL-1496: Fix serialization of 'similar to' while converting from optiq expression to drill. - posted by me...@apache.org on 2015/02/25 06:53:15 UTC, 0 replies.
- [1/2] drill git commit: DRILL-2130: Fixed JUnit/Hamcrest/Mockito/Paranamer class path problem. - posted by ad...@apache.org on 2015/02/25 22:44:20 UTC, 0 replies.
- [2/2] drill git commit: DRILL-1690: Issue with using HBase plugin to access row_key only - posted by ad...@apache.org on 2015/02/25 22:44:21 UTC, 0 replies.
- [01/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:05 UTC, 1 replies.
- [02/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:06 UTC, 1 replies.
- [03/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:07 UTC, 1 replies.
- [04/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:08 UTC, 1 replies.
- [05/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:09 UTC, 1 replies.
- [06/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:10 UTC, 1 replies.
- [07/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:11 UTC, 1 replies.
- [08/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:12 UTC, 1 replies.
- [09/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:13 UTC, 1 replies.
- [10/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:14 UTC, 1 replies.
- [11/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:15 UTC, 1 replies.
- [12/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:16 UTC, 1 replies.
- [13/13] drill git commit: DRILL-2315: Confluence conversion plus fixes - posted by br...@apache.org on 2015/02/26 01:31:17 UTC, 1 replies.
- svn commit: r1662344 [4/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [5/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [6/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [2/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [8/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [7/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [3/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- svn commit: r1662344 [1/8] - in /drill/site/trunk/content/drill: ./ blog/2014/12/11/apache-drill-qa-panelist-spotlight/ docs/ docs/2014-q1-drill-report/ docs/advanced-properties/ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-... - posted by ad...@apache.org on 2015/02/26 02:16:45 UTC, 0 replies.
- drill git commit: DRILL-1378: Ctrl-C to cancel a query that has not returned with the first result set. - posted by pa...@apache.org on 2015/02/26 02:25:21 UTC, 0 replies.
- drill git commit: DRILL-1325: Throw UnsupportedRelOperatorException for unequal joins, implicit cross joins - posted by am...@apache.org on 2015/02/26 06:35:54 UTC, 0 replies.
- drill git commit: DRILL-2289 - User email is still pointing to the old ( incubator.apache.org) should be user@drill.apache.org. - posted by br...@apache.org on 2015/02/27 01:42:26 UTC, 0 replies.
- svn commit: r1662603 - in /drill/site/trunk/content/drill: faq/index.html feed.xml - posted by br...@apache.org on 2015/02/27 01:56:17 UTC, 0 replies.
- drill git commit: DRILL-2324 - posted by br...@apache.org on 2015/02/27 02:58:52 UTC, 0 replies.
- svn commit: r1662618 [2/2] - in /drill/site/trunk/content/drill: ./ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-release-notes-apache-drill-alpha/ docs/apache-drill-contribution-guidelines/ docs/apache-drill-in-10-minutes/ d... - posted by br...@apache.org on 2015/02/27 03:04:21 UTC, 0 replies.
- svn commit: r1662618 [1/2] - in /drill/site/trunk/content/drill: ./ docs/analyzing-yelp-json-data-with-apache-drill/ docs/apache-drill-0-6-0-release-notes-apache-drill-alpha/ docs/apache-drill-contribution-guidelines/ docs/apache-drill-in-10-minutes/ d... - posted by br...@apache.org on 2015/02/27 03:04:21 UTC, 0 replies.
- [1/9] drill git commit: DRILL-2031: Parquet bit column reader fix - posted by js...@apache.org on 2015/02/27 09:01:55 UTC, 0 replies.
- [2/9] drill git commit: DRILL-1971: Mongo Storage Plugin slowness issue - posted by js...@apache.org on 2015/02/27 09:01:56 UTC, 0 replies.
- [3/9] drill git commit: DRILL-2013: Part 2 - Improve test for flatten bug - posted by js...@apache.org on 2015/02/27 09:01:57 UTC, 0 replies.
- [4/9] drill git commit: DRILL-2013: Fix flatten when no rows match filters - posted by js...@apache.org on 2015/02/27 09:01:58 UTC, 0 replies.
- [5/9] drill git commit: DRILL-2294: Prevent collecting intermediate stats before the operator tree was finished being constructed. - posted by js...@apache.org on 2015/02/27 09:01:59 UTC, 0 replies.
- [6/9] drill git commit: DRILL-1515: For the Web UI users, if exception is thrown, users are redirected to another page, which shows the error message - posted by js...@apache.org on 2015/02/27 09:02:00 UTC, 0 replies.
- [7/9] drill git commit: DRILL-1535:Logical plan deserialization error in Join - posted by js...@apache.org on 2015/02/27 09:02:01 UTC, 0 replies.
- [8/9] drill git commit: DRILL-1953: alter session set store.json.all_text_mode does not work as documented - posted by js...@apache.org on 2015/02/27 09:02:02 UTC, 0 replies.
- [9/9] drill git commit: DRILL-2321: FlattenRecordBatch should transfer vectors honoring output field reference. - posted by js...@apache.org on 2015/02/27 09:02:03 UTC, 0 replies.
- [1/2] drill git commit: DRILL-2327: Raise the max value allowed for join's cardinality estimate factor to allow for hugely expanding joins. - posted by am...@apache.org on 2015/02/27 23:23:00 UTC, 0 replies.
- [2/2] drill git commit: DRILL-1742: Use Hive stats when planning queries on Hive data sources - posted by am...@apache.org on 2015/02/27 23:23:01 UTC, 0 replies.
- drill git commit: DRILL-2328: For concat function, null input is treated as empty string; for concat operator (i.e., ||), if any input is null, the output is null - posted by am...@apache.org on 2015/02/28 20:23:02 UTC, 0 replies.