This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 650d24b9a330489b313d7fc07430b345f5c989f7 Author: Haisheng Yuan <[email protected]> AuthorDate: Mon Mar 18 13:31:02 2019 -0700 Site: Add Alibaba MaxCompute to powered-by page Close apache/calcite#1113 --- site/_docs/powered_by.md | 7 +++++++ site/img/powered-by.png | Bin 101285 -> 104148 bytes 2 files changed, 7 insertions(+) diff --git a/site/_docs/powered_by.md b/site/_docs/powered_by.md index d36c731..f900b41 100644 --- a/site/_docs/powered_by.md +++ b/site/_docs/powered_by.md @@ -39,6 +39,13 @@ on your site.  +### Alibaba MaxCompute + +<a href="https://www.alibabacloud.com">Alibaba</a>'s +<a href="https://www.alibabacloud.com/product/maxcompute">MaxCompute</a> +big data computing and storage platform +uses Calcite for cost-based query optimization. + ### Apache Apex <a href="https://apex.apache.org">Apache Apex</a> diff --git a/site/img/powered-by.png b/site/img/powered-by.png index eb4e331..79c6dba 100644 Binary files a/site/img/powered-by.png and b/site/img/powered-by.png differ
