You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by joshelser <gi...@git.apache.org> on 2017/04/01 21:06:15 UTC

[GitHub] calcite-avatica pull request #2: CALCITE-1050 Array support

GitHub user joshelser opened a pull request:

    https://github.com/apache/calcite-avatica/pull/2

    CALCITE-1050 Array support

    Tested against HSQLDB, Postgres, and Apache Phoenix

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joshelser/calcite-avatica 1050-arrays

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/calcite-avatica/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----
commit 34d1016ea23492abb1e879cd3f560741e69338bc
Author: Josh Elser <el...@apache.org>
Date:   2016-01-12T21:40:18Z

    [CALCITE-1050] Array support for Avatica
    
    As best as possible, works around the limitations of JDBC's
    Array class to handle arbitrarily nested Arrays. Nested-array
    support differs from DB to DB, so functionality is primarily
    driven from structure, rather than metadata.

commit 1097142106478605741dff77063a59bbd5f50909
Author: Josh Elser <el...@apache.org>
Date:   2017-03-30T20:34:33Z

    Further cleanup
    
    * Remove dead code
    * Remove Compiler warnings
    * Clarify some comments

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---