You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] incubator-calcite git commit: [CALCITE-356] Allow column references of the form schema.table.column - posted by jh...@apache.org on 2015/01/01 17:15:14 UTC, 0 replies.
- [2/2] incubator-calcite git commit: [CALCITE-356] Allow column references of the form schema.table.column - posted by jh...@apache.org on 2015/01/01 17:15:15 UTC, 0 replies.
- incubator-calcite git commit: Change copyright year - posted by jh...@apache.org on 2015/01/01 18:28:22 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-548] Extend induce method to return CUBE and ROLLUP (Jesus Camacho Rodriguez) - posted by jh...@apache.org on 2015/01/03 01:23:56 UTC, 0 replies.
- [1/2] incubator-calcite git commit: Add more unit tests for [CALCITE-550] (Jinfeng Ni) - posted by jh...@apache.org on 2015/01/03 18:00:21 UTC, 0 replies.
- [2/2] incubator-calcite git commit: Copy identifier when fully-qualifying, so column aliases have the right case - posted by jh...@apache.org on 2015/01/03 18:00:22 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-497] Support optional qualifier for column name references - posted by jh...@apache.org on 2015/01/05 05:32:16 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-492] Support UPSERT statement in parser - posted by jh...@apache.org on 2015/01/05 10:10:15 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-552] Upgrade tpcds (which depends on an old version of guava) - posted by jh...@apache.org on 2015/01/06 02:37:44 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-516] GROUP BY on a CASE expression containing IN predicate fails (Aman Sinha) - posted by jh...@apache.org on 2015/01/06 03:24:21 UTC, 0 replies.
- [1/6] incubator-calcite git commit: [CALCITE-537] Skip overwrite of NOTICE, DEPENDENCIES, and LICENSE files - posted by vl...@apache.org on 2015/01/06 14:09:13 UTC, 0 replies.
- [2/6] incubator-calcite git commit: [CALCITE-538] Generate Parser.jj only at first build - posted by vl...@apache.org on 2015/01/06 14:09:14 UTC, 0 replies.
- [3/6] incubator-calcite git commit: [CALCITE-536] Add @PackageMarker to package-info.java so maven-compiler skips compilation when the sources are unchanged - posted by vl...@apache.org on 2015/01/06 14:09:15 UTC, 0 replies.
- [4/6] incubator-calcite git commit: [CALCITE-540] Create git.properties file only at first build. This saves time in development at a cost of stale git.properties - posted by vl...@apache.org on 2015/01/06 14:09:16 UTC, 0 replies.
- [5/6] incubator-calcite git commit: [CALCITE-539] Avoid rewrite of org-apache-calcite-jdbc.properties - posted by vl...@apache.org on 2015/01/06 14:09:17 UTC, 0 replies.
- [6/6] incubator-calcite git commit: [CALCITE-541] Update maven-source-plugin to 2.4 to get speedup in jdk 1.8 - posted by vl...@apache.org on 2015/01/06 14:09:18 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-92] Optimize away Project that merely renames fields - posted by vl...@apache.org on 2015/01/06 14:25:32 UTC, 0 replies.
- [1/2] incubator-calcite git commit: [CALCITE-489] Teach CalciteAssert to respect multiple settings - posted by jh...@apache.org on 2015/01/07 01:57:36 UTC, 0 replies.
- [2/2] incubator-calcite git commit: [CALCITE-489] Teach CalciteAssert to respect multiple settings - posted by jh...@apache.org on 2015/01/07 01:57:37 UTC, 0 replies.
- incubator-calcite git commit: Simplify Group.induce by assuming that group sets are sorted - posted by jh...@apache.org on 2015/01/07 10:57:35 UTC, 0 replies.
- [1/2] incubator-calcite git commit: Fix code style - posted by jh...@apache.org on 2015/01/08 01:36:53 UTC, 0 replies.
- [2/2] incubator-calcite git commit: [CALCITE-494] Support NEXT/CURRENT VALUE FOR syntax for using sequences - posted by jh...@apache.org on 2015/01/08 01:36:54 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-554] Outer join over NULL keys generates wrong result - posted by jh...@apache.org on 2015/01/08 05:35:32 UTC, 0 replies.
- incubator-calcite git commit: Fix spurious extra row from FULL JOIN - posted by jh...@apache.org on 2015/01/11 05:09:29 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-557] Remove AbstractConverter - posted by jh...@apache.org on 2015/01/14 00:52:44 UTC, 0 replies.
- incubator-calcite git commit: Fix code style so that no line opens more than one parenthesis - posted by jh...@apache.org on 2015/01/15 09:15:47 UTC, 0 replies.
- incubator-calcite git commit: Oops; fix for [CALCITE-557] should compare rule matches by importance first, class name second - posted by jh...@apache.org on 2015/01/15 23:51:46 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-561] Upgrade parent POM - posted by jh...@apache.org on 2015/01/17 06:25:33 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-489] Teach CalciteAssert to respect multiple settings, use lex=JAVA in README.md for brevity - posted by vl...@apache.org on 2015/01/18 10:56:43 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-543] Implement Aggregate (including grouping sets) in Interpreter (Jacques Nadeau) - posted by jh...@apache.org on 2015/01/20 00:23:56 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-503] Tests to check rules on Aggregate operator without grouping sets (Jesus Camacho Rodriguez) - posted by jh...@apache.org on 2015/01/21 22:36:43 UTC, 0 replies.
- [1/3] incubator-calcite git commit: [CALCITE-544] Implement Union in Interpreter; [CALCITE-562] Implement inner JOIN in interpreter and improve handling of scalar expressions - posted by jh...@apache.org on 2015/01/22 01:33:38 UTC, 0 replies.
- [2/3] incubator-calcite git commit: [CALCITE-544] Implement Union in Interpreter; [CALCITE-562] Implement inner JOIN in interpreter and improve handling of scalar expressions - posted by jh...@apache.org on 2015/01/22 01:33:39 UTC, 0 replies.
- [3/3] incubator-calcite git commit: [CALCITE-544] Implement Union in Interpreter; [CALCITE-562] Implement inner JOIN in interpreter and improve handling of scalar expressions - posted by jh...@apache.org on 2015/01/22 01:33:40 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-458] ArrayIndexOutOfBoundsException when using just a single column in interpreter - posted by jh...@apache.org on 2015/01/22 22:23:52 UTC, 0 replies.
- [1/4] incubator-calcite git commit: Remove deprecated APIs - posted by jh...@apache.org on 2015/01/23 05:33:10 UTC, 0 replies.
- [2/4] incubator-calcite git commit: Fix up some class names and URLs in HOWTO, MODEL, TUTORIAL - posted by jh...@apache.org on 2015/01/23 05:33:11 UTC, 0 replies.
- [3/4] incubator-calcite git commit: Update history and version number - posted by jh...@apache.org on 2015/01/23 05:33:12 UTC, 0 replies.
- [4/4] incubator-calcite git commit: [maven-release-plugin] prepare release calcite-1.0.0-incubating - posted by jh...@apache.org on 2015/01/23 05:33:13 UTC, 0 replies.
- Git Push Summary - posted by jh...@apache.org on 2015/01/23 05:33:32 UTC, 3 replies.
- incubator-calcite git commit: [maven-release-plugin] prepare for next development iteration - posted by jh...@apache.org on 2015/01/23 05:33:44 UTC, 1 replies.
- [1/7] incubator-calcite git commit: Update version and version test - posted by jh...@apache.org on 2015/01/28 23:44:54 UTC, 1 replies.
- [2/7] incubator-calcite git commit: Extra test case for [CALCITE-458] - posted by jh...@apache.org on 2015/01/28 23:44:55 UTC, 1 replies.
- [3/7] incubator-calcite git commit: [CALCITE-570] ReduceExpressionsRule throws "duplicate key" exception - posted by jh...@apache.org on 2015/01/28 23:44:56 UTC, 1 replies.
- [4/7] incubator-calcite git commit: [CALCITE-567] Make "quidem" dependency have scope "test" - posted by jh...@apache.org on 2015/01/28 23:44:57 UTC, 1 replies.
- [5/7] incubator-calcite git commit: [CALCITE-568] Upgrade to a version of pentaho-aggdesigner that does not pull in servlet-api - posted by jh...@apache.org on 2015/01/28 23:44:58 UTC, 1 replies.
- [6/7] incubator-calcite git commit: [CALCITE-571] ReduceExpressionsRule tries to reduce SemiJoin condition to non-equi condition - posted by jh...@apache.org on 2015/01/28 23:44:59 UTC, 1 replies.
- [7/7] incubator-calcite git commit: [CALCITE-575] Variant of ProjectRemoveRule that considers a project trivial only if field names are identical (John Pullokkaran) - posted by jh...@apache.org on 2015/01/28 23:45:00 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-575] Variant of ProjectRemoveRule that considers a project trivial only if its field names are identical (John Pullokkaran) - posted by jh...@apache.org on 2015/01/28 23:47:03 UTC, 0 replies.
- incubator-calcite git commit: Update history - posted by jh...@apache.org on 2015/01/29 00:05:16 UTC, 1 replies.
- incubator-calcite git commit: [maven-release-plugin] prepare release calcite-1.0.0-incubating - posted by jh...@apache.org on 2015/01/29 00:18:18 UTC, 1 replies.
- [7/7] incubator-calcite git commit: [CALCITE-575] Variant of ProjectRemoveRule that considers a project trivial only if its field names are identical (John Pullokkaran) - posted by jh...@apache.org on 2015/01/29 05:42:55 UTC, 0 replies.