You are viewing a plain text version of this content. The canonical link for it is here.
- [calcite] branch master updated: [CALCITE-2770] Add support for BIT_AND and BIT_OR aggregate functions - posted by mm...@apache.org on 2019/02/01 01:29:58 UTC, 0 replies.
- [calcite] branch master updated: Add JUnit category for extremely slow tests, launch them in a separate Travis job - posted by vl...@apache.org on 2019/02/03 21:30:29 UTC, 0 replies.
- [calcite] branch master updated: Improve assert messages for CalciteAssert-based tests - posted by vl...@apache.org on 2019/02/04 09:03:18 UTC, 0 replies.
- [calcite] branch master updated: Remove usage of 'userConfig' attribute in ElasticSearch adapter - posted by se...@apache.org on 2019/02/05 16:25:19 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2301] JDBC adapter: use query timeout from the top-level statement - posted by vl...@apache.org on 2019/02/06 16:36:07 UTC, 0 replies.
- [calcite] branch master updated: Make SparkHandlerImpl singletone thread-safe - posted by vl...@apache.org on 2019/02/06 18:17:39 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2454] Avoid treating Project(x=1) and Project(x=1) equal in case the type of 1 is int in the first rel and long in the second one - posted by vl...@apache.org on 2019/02/06 18:23:32 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2836] Remove maven-compiler-plugin from calcite-plus module pom.xml - posted by kr...@apache.org on 2019/02/08 21:06:56 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-1726] Subquery in FILTER is left untransformed (Vineet Garg) - posted by jc...@apache.org on 2019/02/12 20:11:42 UTC, 0 replies.
- [calcite-avatica] branch master updated: [CALCITE-2845] Avoid duplication of exception messages - posted by vl...@apache.org on 2019/02/13 15:43:34 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2817] Make CannotPlanException great - posted by vl...@apache.org on 2019/02/13 19:27:42 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2853] Avoid multithreaded execution of CalciteRemoteDriverTest - posted by vl...@apache.org on 2019/02/16 08:28:12 UTC, 0 replies.
- [calcite-site] branch master created (now 7b2fbc4) - posted by fr...@apache.org on 2019/02/17 22:13:10 UTC, 0 replies.
- [calcite-site] 01/01: Migration of Calcite site from svn to git - posted by fr...@apache.org on 2019/02/17 22:13:11 UTC, 0 replies.
- [calcite] branch master updated: Update instructions for pushing to the git site repository - posted by fr...@apache.org on 2019/02/17 23:31:09 UTC, 1 replies.
- [calcite] branch master updated (c0578ad -> 3cefa45) - posted by fr...@apache.org on 2019/02/17 23:33:59 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2850] Geode adapter: support boolean column as filter operand - posted by se...@apache.org on 2019/02/19 16:49:50 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2848] Simplifying a case statement's first branch should ignore its safety - posted by kg...@apache.org on 2019/02/20 07:53:41 UTC, 0 replies.
- [calcite] branch master updated (9924699 -> e448920) - posted by jc...@apache.org on 2019/02/21 05:22:22 UTC, 0 replies.
- [calcite] 01/03: [CALCITE-2842] Computing RexCall digest containing IN expressions leads to Exceptions - posted by jc...@apache.org on 2019/02/21 05:22:23 UTC, 0 replies.
- [calcite] 02/03: [CALCITE-2852] RexNode simplification does not traverse unknown functions - posted by jc...@apache.org on 2019/02/21 05:22:24 UTC, 0 replies.
- [calcite] 03/03: [CALCITE-2840] RexNode simplification logic should use more specific UnknownAs modes - posted by jc...@apache.org on 2019/02/21 05:22:25 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2582] FilterProjectTransposeRule does not always simplify the new filter condition - posted by za...@apache.org on 2019/02/21 10:33:11 UTC, 0 replies.
- [calcite] branch master updated: CALCITE-2856-Emulating Cross Join For SparkSqlDialect - posted by mm...@apache.org on 2019/02/22 01:06:07 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2464] Allow to set nullability for columns of structured types (Ruben Quesada Lopez) - Added nullability flag to struct types (previously they were always considered as non-nullable) - Struct types will be built as non-nullable by default to avoid regresssions, but this can be changed via RelDataTypeFactory#createTypeWithNullability - SqlCreateTable will generate nullable struct types, unless they are defined as NOT NULL - New unit tests - posted by za...@apache.org on 2019/02/22 16:46:04 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2791] Add the JSON_TYPE function (xuqianjin) - posted by ho...@apache.org on 2019/02/22 17:59:40 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2841] Simplification: push negation into Case expression - posted by kg...@apache.org on 2019/02/22 21:28:05 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2838] Simplification: Remove redundant IS TRUE/IS NOT FALSE checks - posted by kg...@apache.org on 2019/02/23 16:06:25 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2863] ElasticSearch Adapter. select * and predicates on _MAP fail - posted by se...@apache.org on 2019/02/23 17:34:02 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2722] Unparsing may have run into StackOverflowError in case of large number of AND/OR operands (Haisheng Yuan) - posted by kg...@apache.org on 2019/02/25 12:31:33 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2839] Simplify comparisions against boolean literals - posted by kg...@apache.org on 2019/02/25 12:35:28 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2858] Improvements in JSON writer and reader for plans - posted by jc...@apache.org on 2019/02/25 17:03:15 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2863] ElasticSearch Adapter. "select *" may return empty dictionary for document table - posted by se...@apache.org on 2019/02/26 15:51:00 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2786] Add order by clause support for JSON_ARRAYAGG - posted by mm...@apache.org on 2019/02/26 16:16:47 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2750] PI operator incorrectly identified as dynamic function - posted by mm...@apache.org on 2019/02/26 16:22:13 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2878] Avoid use of new RuntimeException(e) in tests - posted by vl...@apache.org on 2019/02/27 07:05:54 UTC, 0 replies.
- [calcite] branch master updated: Improve Graphviz dump in CannotPlanException: make boxes shorter, print composite traits if they were simplified - posted by vl...@apache.org on 2019/02/27 13:03:47 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2864]Add the JSON_DEPTH function - posted by mm...@apache.org on 2019/02/27 13:12:59 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2787] Json aggregate calls with different null clause get incorrectly merged during converting from SQL to relational algebra - posted by ho...@apache.org on 2019/02/27 14:24:06 UTC, 0 replies.
- [calcite] branch master updated (5ada462 -> 82ab280) - posted by ho...@apache.org on 2019/02/27 16:13:29 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2827] Allow Convention.NONE planning with VolcanoPlanner - posted by la...@apache.org on 2019/02/27 21:07:50 UTC, 0 replies.
- [calcite] branch master updated: Following [CALCITE-2864], remove a redundant file generated by test - posted by ho...@apache.org on 2019/02/28 04:12:41 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2859] Centralize Calcite system properties - posted by za...@apache.org on 2019/02/28 10:05:53 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2703] Reduce code generation and class loading overhead when executing queries in the EnumerableConvention - posted by za...@apache.org on 2019/02/28 15:59:01 UTC, 0 replies.