You are viewing a plain text version of this content. The canonical link for it is here.
- [01/15] calcite git commit: [CALCITE-2714] Make BasicSqlType immutable, and now SqlTypeFactory.createWithNullability can reuse existing type if possible (Ruben Quesada Lopez) - posted by jh...@apache.org on 2018/12/02 00:54:53 UTC, 0 replies.
- [02/15] calcite git commit: [CALCITE-2689] In ElasticSearch adapter, allow grouping on non-textual fields like date and number - posted by jh...@apache.org on 2018/12/02 00:54:54 UTC, 0 replies.
- [03/15] calcite git commit: [CALCITE-2715] In JDBC adapter, do not generate character set in data types for MS SQL Server (Piotr Bojko) - posted by jh...@apache.org on 2018/12/02 00:54:55 UTC, 0 replies.
- [04/15] calcite git commit: [CALCITE-2632] Ensure that RexNode and its sub-classes implement hashCode and equals methods (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/02 00:54:56 UTC, 0 replies.
- [05/15] calcite git commit: [CALCITE-2632] Ensure that RexNode and its sub-classes implement hashCode and equals methods (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/02 00:54:57 UTC, 0 replies.
- [06/15] calcite git commit: [CALCITE-2542] In SQL parser, allow '. field' to follow expressions other than tables and columns (Rong Rong) - posted by jh...@apache.org on 2018/12/02 00:54:58 UTC, 0 replies.
- [07/15] calcite git commit: [CALCITE-2705] Site: Remove duplicate "selectivity" in list of metadata types (Alan Jin) - posted by jh...@apache.org on 2018/12/02 00:54:59 UTC, 0 replies.
- [08/15] calcite git commit: [CALCITE-2637] In SQL parser, allow prefix '-' between BETWEEN and AND (Qi Yu) - posted by jh...@apache.org on 2018/12/02 00:55:00 UTC, 0 replies.
- [09/15] calcite git commit: [CALCITE-2717] Use Interner instead of LoadingCache to cache traits to allow GC (Haisheng Yuan) - posted by jh...@apache.org on 2018/12/02 00:55:01 UTC, 0 replies.
- [10/15] calcite git commit: [CALCITE-2720] RelMetadataQuery.getTableOrigin throws IndexOutOfBoundsException if RelNode has no columns (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/02 00:55:02 UTC, 0 replies.
- [11/15] calcite git commit: [CALCITE-2720] RelMetadataQuery.getTableOrigin throws IndexOutOfBoundsException if RelNode has no columns (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/02 00:55:03 UTC, 0 replies.
- [12/15] calcite git commit: [CALCITE-2679] In Elasticsearch adapter, implement DISTINCT and GROUP BY without aggregate function (Siyuan Liu) - posted by jh...@apache.org on 2018/12/02 00:55:04 UTC, 0 replies.
- [13/15] calcite git commit: [CALCITE-2619] Reduce string literal creation cost by deferring and caching charset conversion (Ted Xu) - posted by jh...@apache.org on 2018/12/02 00:55:05 UTC, 0 replies.
- [14/15] calcite git commit: [CALCITE-2701] Make generated Baz classes immutable - posted by jh...@apache.org on 2018/12/02 00:55:06 UTC, 0 replies.
- [15/15] calcite git commit: [CALCITE-2699] TIMESTAMPADD function now applies to DATE and TIME as well as TIMESTAMP (xuqianjin) - posted by jh...@apache.org on 2018/12/02 00:55:07 UTC, 0 replies.
- calcite-avatica git commit: Site: Create news item for 1.13.0 and update release date in history - posted by fr...@apache.org on 2018/12/03 00:34:24 UTC, 0 replies.
- [1/4] calcite-avatica git commit: [CALCITE-2576] Release avatica 1.13.0 - posted by fr...@apache.org on 2018/12/03 00:35:17 UTC, 0 replies.
- [2/4] calcite-avatica git commit: [maven-release-plugin] prepare release avatica-1.13.0-rc0 - posted by fr...@apache.org on 2018/12/03 00:35:18 UTC, 0 replies.
- [3/4] calcite-avatica git commit: [maven-release-plugin] prepare for next development iteration - posted by fr...@apache.org on 2018/12/03 00:35:19 UTC, 0 replies.
- [4/4] calcite-avatica git commit: Site: Create news item for 1.13.0 and update release date in history - posted by fr...@apache.org on 2018/12/03 00:35:20 UTC, 0 replies.
- svn commit: r31312 - in /release/calcite: apache-calcite-avatica-1.11.0/ apache-calcite-avatica-1.13.0/ - posted by fr...@apache.org on 2018/12/03 00:39:42 UTC, 0 replies.
- [1/6] calcite git commit: [CALCITE-2720] RelMetadataQuery.getTableOrigin throws IndexOutOfBoundsException if RelNode has no columns (Zoltan Haindrich) [Forced Update!] - posted by jh...@apache.org on 2018/12/03 21:20:37 UTC, 0 replies.
- [2/6] calcite git commit: [CALCITE-2679] In Elasticsearch adapter, implement DISTINCT and GROUP BY without aggregate function (Siyuan Liu) - posted by jh...@apache.org on 2018/12/03 21:20:38 UTC, 0 replies.
- [3/6] calcite git commit: [CALCITE-2688] Improve diagnosability when validator cannot infer a return type (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/03 21:20:39 UTC, 0 replies.
- [4/6] calcite git commit: [CALCITE-2619] Reduce string literal creation cost by deferring and caching charset conversion (Ted Xu) - posted by jh...@apache.org on 2018/12/03 21:20:40 UTC, 0 replies.
- [5/6] calcite git commit: [CALCITE-2701] Make generated Baz classes immutable - posted by jh...@apache.org on 2018/12/03 21:20:41 UTC, 0 replies.
- [6/6] calcite git commit: [CALCITE-2699] TIMESTAMPADD function now applies to DATE and TIME as well as TIMESTAMP (xuqianjin) - posted by jh...@apache.org on 2018/12/03 21:20:42 UTC, 0 replies.
- [1/3] calcite git commit: [CALCITE-2662] In Planner, allow parsing a stream (Reader) instead of a String (Enrico Olivelli) - posted by jh...@apache.org on 2018/12/03 21:21:38 UTC, 0 replies.
- [2/3] calcite git commit: [CALCITE-2529] All numbers are in the same type family (Andrew Pilloud) - posted by jh...@apache.org on 2018/12/03 21:21:39 UTC, 0 replies.
- [3/3] calcite git commit: [CALCITE-2709] In Geode adapter, allow filtering on DATE, TIME, TIMESTAMP fields (Sandeep Chada) - posted by jh...@apache.org on 2018/12/03 21:21:40 UTC, 0 replies.
- calcite git commit: [CALCITE-2713] JDBC adapter may generate casts on PostgreSQL for VARCHAR type exceeding max length - posted by jc...@apache.org on 2018/12/04 00:19:17 UTC, 0 replies.
- [1/4] calcite git commit: [CALCITE-2719] In JDBC adapter for MySQL, fix cast to INTEGER and BIGINT (Piotr Bojko) - posted by jh...@apache.org on 2018/12/04 07:07:09 UTC, 0 replies.
- [2/4] calcite git commit: [CALCITE-2684] RexBuilder gives AssertionError when creating integer literal larger than 2^63 (Ruben Quesada Lopez) - posted by jh...@apache.org on 2018/12/04 07:07:10 UTC, 0 replies.
- [3/4] calcite git commit: [CALCITE-2716] Upgrade to Avatica 1.13.0 - posted by jh...@apache.org on 2018/12/04 07:07:11 UTC, 0 replies.
- [4/4] calcite git commit: [CALCITE-2596] When translating correlated variables in enumerable convention, convert not-null boxed primitive values to primitive (Stamatis Zampetakis) - posted by jh...@apache.org on 2018/12/04 07:07:12 UTC, 0 replies.
- calcite git commit: [CALCITE-2575] Release Calcite 1.18.0 - posted by jh...@apache.org on 2018/12/04 07:07:34 UTC, 0 replies.
- calcite git commit: [CALCITE-2575] Release Calcite 1.18.0 [Forced Update!] - posted by jh...@apache.org on 2018/12/04 07:49:13 UTC, 4 replies.
- calcite git commit: [maven-release-plugin] prepare release calcite-1.18.0 - posted by jh...@apache.org on 2018/12/04 08:08:09 UTC, 3 replies.
- [calcite] Git Push Summary - posted by jh...@apache.org on 2018/12/04 08:08:30 UTC, 8 replies.
- calcite git commit: [maven-release-plugin] prepare for next development iteration - posted by jh...@apache.org on 2018/12/04 08:08:41 UTC, 2 replies.
- [calcite] Git Push Summary [forced push!] [Forced Update!] - posted by jh...@apache.org on 2018/12/04 08:25:02 UTC, 2 replies.
- svn commit: r31340 - in /dev/calcite/apache-calcite-1.18.0-rc0: ./ apache-calcite-1.18.0-src.tar.gz apache-calcite-1.18.0-src.tar.gz.asc apache-calcite-1.18.0-src.tar.gz.sha256 - posted by jh...@apache.org on 2018/12/04 08:51:58 UTC, 0 replies.
- svn commit: r1848137 - in /calcite/site/avatica: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/calcite/ apidocs/org/apache/calcite/avatica/ apidocs/org/apache/calcite/avatica/class-use/ apidocs/org/apache/calcite/avatica/jdbc/ apidocs... - posted by fr...@apache.org on 2018/12/04 10:40:16 UTC, 0 replies.
- calcite-avatica git commit: Site: Fix link to SHA512 digest and remove links to Github in commit hash per ASF release policy - posted by fr...@apache.org on 2018/12/04 22:06:23 UTC, 0 replies.
- svn commit: r1848180 [16/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [10/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [5/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [13/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [2/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [6/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [11/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [1/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [9/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [14/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [7/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [3/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [12/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [4/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [15/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/201... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- svn commit: r1848180 [8/16] - in /calcite/site/avatica: ./ assets/ assets/css/ community/ css/ develop/ docs/ docs/api/ docs/testapi/ downloads/ fonts/ img/ js/ news/ news/2016/ news/2016/03/ news/2016/03/03/ news/2016/03/03/separate-project/ news/2016... - posted by fr...@apache.org on 2018/12/04 22:13:31 UTC, 0 replies.
- calcite git commit: Site: Link to SHA512 digest and remove link to Github commit per ASF policy - posted by fr...@apache.org on 2018/12/04 22:22:52 UTC, 1 replies.
- calcite-avatica-go git commit: [CALCITE-2723] Generate SHA512 digest for releases - posted by fr...@apache.org on 2018/12/04 22:34:25 UTC, 0 replies.
- calcite-avatica-go git commit: [CALCITE-2724] Exclude .md files from import path check in release script to avoid false positives - posted by fr...@apache.org on 2018/12/04 22:43:58 UTC, 0 replies.
- calcite-avatica git commit: Site: Switch to SHA512 digest and remove link to Github commit on avatica-go download page - posted by fr...@apache.org on 2018/12/04 22:47:20 UTC, 0 replies.
- [1/4] calcite git commit: [CALCITE-2726] ReduceExpressionRule oversimplifies filter conditions containing nulls [Forced Update!] - posted by jh...@apache.org on 2018/12/06 01:18:47 UTC, 0 replies.
- [2/4] calcite git commit: [CALCITE-2468] Validator throws IndexOutOfBoundsException when trying to infer operand type from STRUCT return type (Rong Rong) - posted by jh...@apache.org on 2018/12/06 01:18:48 UTC, 0 replies.
- [3/4] calcite git commit: [CALCITE-2670] Combine similar JSON aggregate functions in operator table - posted by jh...@apache.org on 2018/12/06 01:18:49 UTC, 0 replies.
- [4/4] calcite git commit: [CALCITE-2575] Release Calcite 1.18.0 - posted by jh...@apache.org on 2018/12/06 01:18:50 UTC, 1 replies.
- [1/2] calcite git commit: [maven-release-plugin] prepare release calcite-1.18.0 - posted by jh...@apache.org on 2018/12/06 07:52:51 UTC, 0 replies.
- [2/2] calcite git commit: [maven-release-plugin] prepare for next development iteration - posted by jh...@apache.org on 2018/12/06 07:52:52 UTC, 0 replies.
- svn commit: r31388 - in /dev/calcite/apache-calcite-1.18.0-rc1: ./ apache-calcite-1.18.0-src.tar.gz apache-calcite-1.18.0-src.tar.gz.asc apache-calcite-1.18.0-src.tar.gz.sha256 - posted by jh...@apache.org on 2018/12/06 08:09:09 UTC, 0 replies.
- [1/3] calcite git commit: [CALCITE-2726] ReduceExpressionRule oversimplifies filter conditions containing nulls - posted by jh...@apache.org on 2018/12/06 08:51:48 UTC, 0 replies.
- [2/3] calcite git commit: [CALCITE-2468] Validator throws IndexOutOfBoundsException when trying to infer operand type from STRUCT return type (Rong Rong) - posted by jh...@apache.org on 2018/12/06 08:51:49 UTC, 0 replies.
- [3/3] calcite git commit: [CALCITE-2670] Combine similar JSON aggregate functions in operator table - posted by jh...@apache.org on 2018/12/06 08:51:50 UTC, 0 replies.
- [1/2] calcite git commit: [CALCITE-2730] RelBuilder incorrectly simplifies a filter with duplicate conjunction to empty (Stamatis Zampetakis) - posted by jh...@apache.org on 2018/12/13 07:52:59 UTC, 0 replies.
- [2/2] calcite git commit: [CALCITE-2731] RexProgramBuilder makes unsafe simplifications to CASE expressions (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/13 07:53:00 UTC, 0 replies.
- calcite git commit: [CALCITE-2673] Default implementation of SqlDialect should not support pushing all functions - posted by jc...@apache.org on 2018/12/14 00:50:21 UTC, 0 replies.
- calcite git commit: [CALCITE-2736] Update the ReduceExpressionsRule to better expose options - posted by ja...@apache.org on 2018/12/16 02:10:25 UTC, 0 replies.
- [1/4] calcite git commit: [CALCITE-2730] RelBuilder incorrectly simplifies a filter with duplicate conjunction to empty (Stamatis Zampetakis) [Forced Update!] - posted by jh...@apache.org on 2018/12/18 18:58:44 UTC, 0 replies.
- [2/4] calcite git commit: [CALCITE-2731] RexProgramBuilder makes unsafe simplifications to CASE expressions (Zoltan Haindrich) - posted by jh...@apache.org on 2018/12/18 18:58:45 UTC, 0 replies.
- [3/4] calcite git commit: [CALCITE-2673] Default implementation of SqlDialect should not support pushing all functions - posted by jh...@apache.org on 2018/12/18 18:58:46 UTC, 0 replies.
- svn commit: r31596 - in /dev/calcite/apache-calcite-1.18.0-rc2: ./ apache-calcite-1.18.0-src.tar.gz apache-calcite-1.18.0-src.tar.gz.asc apache-calcite-1.18.0-src.tar.gz.sha256 - posted by jh...@apache.org on 2018/12/18 19:53:58 UTC, 0 replies.
- svn commit: r31628 - in /release/calcite/apache-calcite-1.18.0: ./ apache-calcite-1.18.0-src.tar.gz apache-calcite-1.18.0-src.tar.gz.asc apache-calcite-1.18.0-src.tar.gz.sha256 - posted by jh...@apache.org on 2018/12/20 20:59:21 UTC, 0 replies.
- svn commit: r31629 - /release/calcite/apache-calcite-1.16.0/ - posted by jh...@apache.org on 2018/12/20 21:00:08 UTC, 0 replies.
- [1/3] calcite git commit: [CALCITE-2575] Release Calcite 1.18.0 - posted by jh...@apache.org on 2018/12/20 21:02:00 UTC, 0 replies.
- [2/3] calcite git commit: [maven-release-plugin] prepare release calcite-1.18.0 - posted by jh...@apache.org on 2018/12/20 21:02:01 UTC, 0 replies.
- [3/3] calcite git commit: [maven-release-plugin] prepare for next development iteration - posted by jh...@apache.org on 2018/12/20 21:02:02 UTC, 0 replies.
- svn commit: r1849502 - in /calcite/site: apidocs/ apidocs/jquery/ apidocs/jquery/external/ apidocs/jquery/external/jquery/ apidocs/jquery/images/ apidocs/jquery/jszip-utils/ apidocs/jquery/jszip-utils/dist/ apidocs/jquery/jszip/ apidocs/jquery/jszip/di... - posted by jh...@apache.org on 2018/12/21 22:53:56 UTC, 0 replies.
- svn commit: r1849503 [4/5] - in /calcite/site: community/ docs/ downloads/ img/ 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... - posted by jh...@apache.org on 2018/12/21 23:04:58 UTC, 0 replies.
- svn commit: r1849503 [3/5] - in /calcite/site: community/ docs/ downloads/ img/ 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... - posted by jh...@apache.org on 2018/12/21 23:04:58 UTC, 0 replies.
- svn commit: r1849503 [1/5] - in /calcite/site: community/ docs/ downloads/ img/ 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... - posted by jh...@apache.org on 2018/12/21 23:04:58 UTC, 0 replies.
- svn commit: r1849503 [5/5] - in /calcite/site: community/ docs/ downloads/ img/ 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... - posted by jh...@apache.org on 2018/12/21 23:04:58 UTC, 0 replies.
- svn commit: r1849503 [2/5] - in /calcite/site: community/ docs/ downloads/ img/ 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... - posted by jh...@apache.org on 2018/12/21 23:04:58 UTC, 0 replies.
- calcite git commit: Site: Update PMC chair - posted by fr...@apache.org on 2018/12/22 22:47:23 UTC, 1 replies.
- svn commit: r1849580 - /calcite/site/community/index.html - posted by fr...@apache.org on 2018/12/22 23:45:46 UTC, 0 replies.
- calcite git commit: [CALCITE-2463] Silence ERROR logs from CalciteException, SqlValidatorException - posted by vo...@apache.org on 2018/12/24 18:42:02 UTC, 0 replies.
- calcite git commit: Site: Improve documentation for ElasticSearch Adapter - posted by se...@apache.org on 2018/12/24 20:01:17 UTC, 1 replies.
- calcite git commit: Site: ElasticAdapter mention supported versions (and support schedule) - posted by se...@apache.org on 2018/12/24 20:09:09 UTC, 0 replies.
- [calcite] branch master updated: Update git URL - posted by mm...@apache.org on 2018/12/26 01:27:38 UTC, 0 replies.
- [calcite] branch site updated (eea0f9d -> 063beee) - posted by mm...@apache.org on 2018/12/26 01:27:51 UTC, 0 replies.
- [calcite] 01/02: Site: Rename MapD to OmniSci, and update logos - posted by mm...@apache.org on 2018/12/26 01:27:52 UTC, 0 replies.
- [calcite] 02/02: Update site for new repository - posted by mm...@apache.org on 2018/12/26 01:27:53 UTC, 0 replies.
- [calcite] branch site updated (063beee -> eea0f9d) - posted by mm...@apache.org on 2018/12/26 01:28:43 UTC, 0 replies.
- [calcite] 01/02: Site: Update PMC chair - posted by mm...@apache.org on 2018/12/26 01:28:44 UTC, 0 replies.
- [calcite] 02/02: Site: Improve documentation for ElasticSearch Adapter - posted by mm...@apache.org on 2018/12/26 01:28:45 UTC, 0 replies.
- [calcite] branch site updated: Update site for new repository - posted by mm...@apache.org on 2018/12/26 01:31:25 UTC, 0 replies.
- [calcite] branch master updated: Update site for new repository - posted by mm...@apache.org on 2018/12/26 01:31:42 UTC, 0 replies.
- [calcite-avatica] branch master updated: Update to new git URL - posted by mm...@apache.org on 2018/12/26 02:11:22 UTC, 0 replies.
- [calcite] branch site updated (68966e9 -> 9d50e6d) - posted by jh...@apache.org on 2018/12/27 20:34:54 UTC, 0 replies.
- [calcite] branch site updated: Site: Rename MapD to OmniSci, and update logos - posted by jh...@apache.org on 2018/12/27 20:35:36 UTC, 0 replies.
- svn commit: r1849815 - in /calcite/site: docs/adapter.html docs/elasticsearch_adapter.html docs/powered_by.html img/powered-by.png - posted by jh...@apache.org on 2018/12/27 20:52:43 UTC, 0 replies.
- [calcite] branch site updated: Site: News item for release 1.18 - posted by jh...@apache.org on 2018/12/27 20:54:11 UTC, 0 replies.
- [calcite] branch master updated (9d50e6d -> 6ece7d6) - posted by jh...@apache.org on 2018/12/27 20:55:20 UTC, 0 replies.
- svn commit: r1849883 - in /calcite/site: develop/index.html doap_calcite.rdf docs/howto.html news/2017/03/31/new-avatica-repository/index.html news/index.html - posted by mm...@apache.org on 2018/12/28 20:16:07 UTC, 0 replies.
- [calcite] branch master updated: [CALCITE-2759] Update maven-remote-resources-plugin to 1.6.0 - posted by vl...@apache.org on 2018/12/29 20:49:01 UTC, 0 replies.