You are viewing a plain text version of this content. The canonical link for it is here.
- [1/5] incubator-calcite git commit: [CALCITE-280] BigDecimal underflow (Li Yang) - posted by jh...@apache.org on 2015/07/07 19:58:32 UTC, 0 replies.
- [2/5] incubator-calcite git commit: [CALCITE-788] Allow EnumerableJoin to be sub-classed (Li Yang) - posted by jh...@apache.org on 2015/07/07 19:58:33 UTC, 0 replies.
- [3/5] incubator-calcite git commit: Add Ord.reverse - posted by jh...@apache.org on 2015/07/07 19:58:34 UTC, 0 replies.
- [4/5] incubator-calcite git commit: In RelBuilder, calling sort then limit has same effect as calling sortLimit - posted by jh...@apache.org on 2015/07/07 19:58:35 UTC, 0 replies.
- [5/5] incubator-calcite git commit: [CALCITE-780] HTTP error 413 when sending a long string to the Avatica server - posted by jh...@apache.org on 2015/07/07 19:58:36 UTC, 0 replies.
- [1/3] incubator-calcite git commit: [CALCITE-752] Add back sqlline as a dependency to csv example - posted by jh...@apache.org on 2015/07/09 20:10:18 UTC, 0 replies.
- [2/3] incubator-calcite git commit: Re-enable a test; fix some code formatting; fix Windows line endings - posted by jh...@apache.org on 2015/07/09 20:10:19 UTC, 0 replies.
- [3/3] incubator-calcite git commit: [CALCITE-789] MetaImpl.MetaCatalog should expose TABLE_CAT instead of TABLE_CATALOG - posted by jh...@apache.org on 2015/07/09 20:10:20 UTC, 0 replies.
- [1/3] incubator-calcite git commit: [CALCITE-390] Infer predicates for semi-join - posted by jh...@apache.org on 2015/07/13 22:44:21 UTC, 0 replies.
- [2/3] incubator-calcite git commit: [CALCITE-801] NullPointerException using USING on table alias with column aliases - posted by jh...@apache.org on 2015/07/13 22:44:22 UTC, 0 replies.
- [3/3] incubator-calcite git commit: [CALCITE-799] Incorrect result for "HAVING count(*) > 1" - posted by jh...@apache.org on 2015/07/13 22:44:23 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-774] When GROUP BY is present, ensure that window function operands only refer to GROUP BY keys (Hsuan-Yi Chu) - posted by jh...@apache.org on 2015/07/14 02:24:53 UTC, 0 replies.
- [1/2] incubator-calcite git commit: [CALCITE-795] Loss of precision when sending a decimal number via the remote JSON service (Lukáš Lalinský) - posted by jh...@apache.org on 2015/07/16 20:53:42 UTC, 0 replies.
- [2/2] incubator-calcite git commit: Remove duplicate resources from XML test reference files - posted by jh...@apache.org on 2015/07/16 20:53:43 UTC, 0 replies.
- [1/3] incubator-calcite git commit: [CALCITE-786] Detect if materialized view can be used to rewrite a query in non-trivial cases (Amogh Margoor) - posted by jh...@apache.org on 2015/07/17 02:10:13 UTC, 0 replies.
- [2/3] incubator-calcite git commit: Fix up previous commit; add some tests for constant reduction - posted by jh...@apache.org on 2015/07/17 02:10:14 UTC, 0 replies.
- [3/3] incubator-calcite git commit: [CALCITE-787] Star table wrongly assigned to materialized view (Amogh Margoor) - posted by jh...@apache.org on 2015/07/17 02:10:15 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-800] Window function defined within another window function should be invalid (Hsuan-Yi Chu) - posted by jh...@apache.org on 2015/07/17 05:07:48 UTC, 0 replies.
- [1/3] incubator-calcite git commit: [CALCITE-783] Infer collation of Project using monotonicity (Milinda Pathirage) - posted by jh...@apache.org on 2015/07/21 06:45:38 UTC, 0 replies.
- [2/3] incubator-calcite git commit: Change the argument types of SqlOperator.getMonotonicity to allow it to be used for RexNode as well as SqlNode - posted by jh...@apache.org on 2015/07/21 06:45:39 UTC, 0 replies.
- [3/3] incubator-calcite git commit: Complete [CALCITE-783] by fixing some planner rules - posted by jh...@apache.org on 2015/07/21 06:45:40 UTC, 0 replies.
- [1/2] incubator-calcite git commit: [CALCITE-791] Optimize RelOptUtil.pushFilterPastProject - posted by jh...@apache.org on 2015/07/21 21:53:11 UTC, 0 replies.
- [2/2] incubator-calcite git commit: [CALCITE-808] Optimize ProjectMergeRule - posted by jh...@apache.org on 2015/07/21 21:53:12 UTC, 0 replies.
- [1/2] incubator-calcite git commit: Document JSON model, making javadoc consistent with the model reference - posted by jh...@apache.org on 2015/07/22 02:23:16 UTC, 0 replies.
- [2/2] incubator-calcite git commit: [CALCITE-761] Pre-populated materializations (Maryann Xue) - posted by jh...@apache.org on 2015/07/22 02:23:17 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-806] ROW_NUMBER should emit distinct values - posted by vl...@apache.org on 2015/07/22 22:42:13 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-810] Add committers' organizations to the web site - posted by jh...@apache.org on 2015/07/23 02:19:59 UTC, 0 replies.
- [1/6] incubator-calcite git commit: Add RelBuilder.avg - posted by jh...@apache.org on 2015/07/24 06:39:58 UTC, 0 replies.
- [2/6] incubator-calcite git commit: Various BitSet and ImmutableBitSet utilities - posted by jh...@apache.org on 2015/07/24 06:39:59 UTC, 0 replies.
- [3/6] incubator-calcite git commit: [CALCITE-751] Push aggregate with aggregate functions through join - posted by jh...@apache.org on 2015/07/24 06:40:00 UTC, 0 replies.
- [4/6] incubator-calcite git commit: [CALCITE-714] When de-correlating, push join condition into subquery - posted by jh...@apache.org on 2015/07/24 06:40:01 UTC, 0 replies.
- [5/6] incubator-calcite git commit: Fix up [CALCITE-714] - posted by jh...@apache.org on 2015/07/24 06:40:02 UTC, 0 replies.
- [6/6] incubator-calcite git commit: [CALCITE-813] Upgrade updateCount, maxRows from int to long - posted by jh...@apache.org on 2015/07/24 06:40:03 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-814] RexBuilder reverses precision and scale of DECIMAL literal - posted by jh...@apache.org on 2015/07/24 10:59:25 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-717] Compare BINARY and VARBINARY on unsigned byte values (Low Chin Wei) - posted by jh...@apache.org on 2015/07/24 21:01:59 UTC, 0 replies.
- [1/2] incubator-calcite git commit: [CALCITE-803] Add MYSQL_ANSI Lexing policy. - posted by ja...@apache.org on 2015/07/25 04:13:28 UTC, 0 replies.
- [2/2] incubator-calcite git commit: [CALCITE-805] Add support for using an alternative grammar specification for left and right curly braces. Additionally, add support for including addition token manager declarations. - posted by ja...@apache.org on 2015/07/25 04:13:29 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-811] Extend JoinProjectTransposeRule with option to support outer joins - posted by jc...@apache.org on 2015/07/27 20:52:08 UTC, 0 replies.
- incubator-calcite git commit: [CALCITE-821] Frameworks gives NPE when FrameworkConfig has no default schema - posted by jh...@apache.org on 2015/07/29 22:48:59 UTC, 0 replies.
- incubator-calcite git commit: Site: add news item (XLDB best lighting talk), and some talks - posted by jh...@apache.org on 2015/07/31 23:07:50 UTC, 0 replies.
- svn commit: r1693652 - in /incubator/calcite/site: ./ develop/ docs/ news/ news/2014/06/27/release-0.8.0-incubating/ news/2014/08/19/release-0.9.0-incubating/ news/2014/10/02/release-0.9.1-incubating/ news/2014/11/05/release-0.9.2-incubating/ news/2015... - posted by jh...@apache.org on 2015/07/31 23:12:32 UTC, 0 replies.