On behalf of the Optiq team I am delighted to announce the release of
Apache Optiq version 0.9.0-incubating. This is our first Apache
release.

Optiq is a highly customizable engine for parsing and planning queries
on data in a wide variety of formats. It allows database-like access,
and in particular a SQL interface and advanced query optimization, for
data not residing in a traditional database.

It is in use as a framework for cost-based query optimization in
several database and big-data systems, including Apache Hive, Apache
Drill, and Cascading Lingual.

You can read more about Optiq on the project website:

    http://optiq.incubator.apache.org

You can download our source distribution from an Apache mirror site:

    http://www.apache.org/dyn/closer.cgi/incubator/optiq

Distribution artifacts are available using the following Maven coordinates:

    groupId: org.apache.optiq
    artifactId: optiq-core
    version: 0.9.0-incubating

The full list of changes is available here [1]. Please let us know if
you encounter any problems.

Julian

[1] 
https://github.com/apache/incubator-optiq/blob/optiq-0.9.0-incubating/doc/HISTORY.md

Reply via email to