You are viewing a plain text version of this content. The canonical link for it is here.
- calcite git commit: [CALCITE-1617] Druid adapter: Send timestamp literals to Druid as local time, not UTC - posted by jh...@apache.org on 2017/02/03 21:55:04 UTC, 0 replies.
- [1/2] calcite git commit: [CALCITE-1510] In INSERT/UPSERT without an explicit target column list, allow fewer source columns than table (Kevin Liew) - posted by jh...@apache.org on 2017/02/07 17:00:10 UTC, 0 replies.
- [2/2] calcite git commit: [CALCITE-1510] In INSERT/UPSERT without an explicit target column list, allow fewer source columns than table (Kevin Liew) - posted by jh...@apache.org on 2017/02/07 17:00:11 UTC, 0 replies.
- calcite git commit: [CALCITE-1619] CAST is ignored by rules pushing operators into DruidQuery - posted by jc...@apache.org on 2017/02/07 19:42:04 UTC, 0 replies.
- calcite git commit: [CALCITE-1618] SortProjectTransposeRule should check for monotonicity preserving CAST - posted by jc...@apache.org on 2017/02/08 13:33:03 UTC, 0 replies.
- [1/3] calcite git commit: Following [CALCITE-1619] fix javadoc error and clarify javadoc - posted by jh...@apache.org on 2017/02/09 01:58:58 UTC, 0 replies.
- [2/3] calcite git commit: [CALCITE-1622] Bugs in website example code (Damjan Jovanovic) - posted by jh...@apache.org on 2017/02/09 01:58:59 UTC, 0 replies.
- [3/3] calcite git commit: [CALCITE-1623] Make sure DATE, TIME and TIMESTAMP literals have Calendar with timezone UTC - posted by jh...@apache.org on 2017/02/09 01:59:00 UTC, 0 replies.
- svn commit: r1782288 - in /calcite/site/docs: adapter.html druid_adapter.html history.html index.html reference.html - posted by jh...@apache.org on 2017/02/09 02:35:01 UTC, 0 replies.
- calcite git commit: [CALCITE-1628] Add an alternative match pattern for SemiJoinRule - posted by ma...@apache.org on 2017/02/09 20:23:33 UTC, 0 replies.
- calcite git commit: Fix build broken with Guava 21 by [CALCITE-1628] - posted by ma...@apache.org on 2017/02/10 21:39:54 UTC, 0 replies.
- calcite git commit: [CALCITE-365] AssertionError while translating query with WITH and correlated sub-query - posted by jh...@apache.org on 2017/02/13 23:29:13 UTC, 0 replies.
- svn commit: r1782906 - in /calcite/site: docs/ img/ - posted by jh...@apache.org on 2017/02/14 03:57:02 UTC, 0 replies.
- [1/2] calcite git commit: Site: Add MapD to "Powered by Calcite" page (Todd Mostak) - posted by jh...@apache.org on 2017/02/14 03:57:41 UTC, 0 replies.
- [2/2] calcite git commit: Site: Diagram of logos of projects and products powered by Calcite - posted by jh...@apache.org on 2017/02/14 03:57:42 UTC, 0 replies.
- [1/4] calcite git commit: [CALCITE-1632] Return type of "datetime + interval" expression - posted by jh...@apache.org on 2017/02/15 05:32:45 UTC, 0 replies.
- [2/4] calcite git commit: [CALCITE-1635] Add MinRowCount metadata - posted by jh...@apache.org on 2017/02/15 05:32:46 UTC, 0 replies.
- [3/4] calcite git commit: [CALCITE-1634] Make RelBuilder.distinct no-op if input is already distinct; use it in RelDecorrelator - posted by jh...@apache.org on 2017/02/15 05:32:47 UTC, 0 replies.
- [4/4] calcite git commit: [CALCITE-1633] In plans, output Correlate.joinType attribute in lower-case, same as Join.joinType - posted by jh...@apache.org on 2017/02/15 05:32:48 UTC, 0 replies.
- svn commit: r1783610 - in /calcite/site: community/index.html docs/powered_by.html - posted by jh...@apache.org on 2017/02/19 04:53:31 UTC, 0 replies.
- calcite git commit: Site: Add 3 new committers - posted by jh...@apache.org on 2017/02/19 05:32:38 UTC, 0 replies.
- calcite git commit: [CALCITE-1636] JDBC adapter generates wrong SQL for self join with sub-query - posted by jb...@apache.org on 2017/02/19 16:39:55 UTC, 0 replies.
- calcite git commit: [CALCITE-1636] JDBC adapter generates wrong SQL for self join with sub-query (Zhiqiang-He) [Forced Update!] - posted by jh...@apache.org on 2017/02/21 08:57:52 UTC, 0 replies.
- calcite git commit: [CALCITE-1649] Data type mismatch in EnumerableMergeJoin - posted by jh...@apache.org on 2017/02/21 08:59:54 UTC, 0 replies.
- [1/2] calcite git commit: [CALCITE-1621] Adding a cast around the null literal in aggregate rules (Anton Mushin) - posted by jh...@apache.org on 2017/02/21 17:33:10 UTC, 0 replies.
- [2/2] calcite git commit: Following [CALCITE-1621], add RexBuilder.makeNullLiteral(RelDataType) - posted by jh...@apache.org on 2017/02/21 17:33:11 UTC, 0 replies.
- [1/3] calcite git commit: [CALCITE-1637] Add mutable equivalents for all relational expressions - posted by ma...@apache.org on 2017/02/21 23:19:52 UTC, 0 replies.
- [2/3] calcite git commit: [CALCITE-1637] Add mutable equivalents for all relational expressions - posted by ma...@apache.org on 2017/02/21 23:19:53 UTC, 0 replies.
- [3/3] calcite git commit: [CALCITE-1637] Add mutable equivalents for all relational expressions - posted by ma...@apache.org on 2017/02/21 23:19:54 UTC, 0 replies.
- calcite git commit: [CALCITE-1652] Allow GROUPING to have multiple arguments, like GROUPING_ID - posted by jh...@apache.org on 2017/02/22 19:23:23 UTC, 0 replies.
- calcite git commit: [CALCITE-1654] Avoid generating a String from the Request/Response when it will not be logged - posted by el...@apache.org on 2017/02/22 22:10:17 UTC, 0 replies.
- [1/6] calcite git commit: [CALCITE-884] Web adapter (Henry Olson) - posted by jh...@apache.org on 2017/02/23 16:50:50 UTC, 0 replies.
- [2/6] calcite git commit: [CALCITE-884] Web adapter (Henry Olson) - posted by jh...@apache.org on 2017/02/23 16:50:51 UTC, 0 replies.
- [3/6] calcite git commit: Following [CALCITE-884] Add CSV, JSON functionality to file adapter - posted by jh...@apache.org on 2017/02/23 16:50:52 UTC, 0 replies.
- [4/6] calcite git commit: [CALCITE-1638] Simplify "$x = $x" to "$x is not null" - posted by jh...@apache.org on 2017/02/23 16:50:53 UTC, 0 replies.
- [5/6] calcite git commit: Add test case for [CALCITE-685] - posted by jh...@apache.org on 2017/02/23 16:50:54 UTC, 0 replies.
- [6/6] calcite git commit: [CALCITE-1601] DateRangeRules loses OR filters - posted by jh...@apache.org on 2017/02/23 16:50:55 UTC, 0 replies.
- calcite git commit: [CALCITE-1653] Pass an expression executor to RexUtil.simplify for constant reduction (Remus Rusanu) - posted by jh...@apache.org on 2017/02/23 22:28:39 UTC, 0 replies.
- calcite git commit: Add file header - posted by jh...@apache.org on 2017/02/23 23:23:55 UTC, 0 replies.
- calcite git commit: [CALCITE-1439] Handle errors during constant reduction - posted by jh...@apache.org on 2017/02/24 08:20:09 UTC, 0 replies.
- [1/2] calcite git commit: [CALCITE-1494] More efficient plan for correlated sub-queries, omitting value-generating scans where possible - posted by jh...@apache.org on 2017/02/24 20:16:36 UTC, 0 replies.
- [2/2] calcite git commit: [CALCITE-1494] More efficient plan for correlated sub-queries, omitting value-generating scans where possible - posted by jh...@apache.org on 2017/02/24 20:16:37 UTC, 0 replies.
- calcite git commit: [CALCITE-1659] Simplifying CAST('YYYY-MM-DD hh:mm:ss.SSS' as TIMESTAMP) should round the sub-second fraction (Remus Rusanu) - posted by jh...@apache.org on 2017/02/27 21:04:01 UTC, 0 replies.
- [1/3] calcite git commit: [CALCITE-1664] CAST('' as TIMESTAMP) wrongly adds part of sub-second fraction to the value - posted by jh...@apache.org on 2017/02/28 03:15:24 UTC, 0 replies.
- [2/3] calcite git commit: Further to [CALCITE-1510] INSERT/UPSERT should allow fewer values than columns, check for default value only when target field is null (Rajeshbabu Chintaguntla) - posted by jh...@apache.org on 2017/02/28 03:15:25 UTC, 0 replies.
- [3/3] calcite git commit: [CALCITE-1615] Support HOP and SESSION in the GROUP BY clause (Julian Hyde and Haohui Mai) - posted by jh...@apache.org on 2017/02/28 03:15:26 UTC, 0 replies.
- calcite git commit: [CALCITE-1661] Support aggregation functions on DECIMAL in DruidAdapter - posted by jc...@apache.org on 2017/02/28 20:16:22 UTC, 0 replies.