内容简介:Apache Calcite 1.16.0 已发布,Apache Calcite 是一个动态数据管理框架,用于 Hadoop 平台。 此版本在1.15.0之后三个月发布。它解决了 80 多个已知的问题,包括大量的新功能以及对Calcite核心的一般改进和缺陷修...
Apache Calcite 1.16.0 已发布,Apache Calcite 是一个动态数据管理框架,用于 Hadoop 平台。
此版本在1.15.0之后三个月发布。它解决了 80 多个已知的问题,包括大量的新功能以及对Calcite核心的一般改进和缺陷修复。
更新内容:
Calcite has been upgraded to use Avatica 1.11.0, which was recently released.
Moreover, a new adapter to read data from Apache Geode was added in this release. In addition, more progress has been made for the existing adapters, e.g., the Druid adapter can generate
SCANqueries rather thanSELECTqueries for more efficient execution and it can push more work to Druid using its new expressions capabilities, and the JDBC adapter now supports the SQL dialect used by Jethro Data.Finally, this release drops support for JDK 1.7 and support for Guava versions earlier than 19.
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java程序设计
宋中山 严千钧 等编 / 清华大学出版社 / 2005-8 / 27.00元
本书全面、系统地介绍了Java语言的基本概念、基本语法和编程方法。主要内容包括:Java语言概述、数据类型与运算符、流程控制语句、类与对象、继承与多态、异常处理、工具类和算法、Applet小应用程序、图形用户界面、输入和输出、Java多线程以及Java高级编程。每章后面附有习题,读者可参考使用。 本书内容丰富,结构合理,语言简洁,深入浅出,通俗易懂。基础知识与程序实例相结合,示例典型......一起来看看 《Java程序设计》 这本书的介绍吧!