GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/1016

    TAJO-2129: Apply new type implementation to Schema and Catalog.

    See https://issues.apache.org/jira/browse/TAJO-2129.

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

    $ git pull https://github.com/hyunsik/tajo TAJO-2129

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

    https://github.com/apache/tajo/pull/1016.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 #1016
    
----
commit 35720683e12748d35813f5bbd2a1ca3ee5f71ce7
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-21T18:49:42Z

    Add array type in sql parser.

commit 10f38bbfdfbec34f100062e6d5ef1fca0bdf6439
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-21T20:54:30Z

    Move some methods in FieldConverter to TypeConverter

commit dbcf07aeeff19ab5822cefd809dc0b8eee073e64
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-21T20:54:48Z

    Add SchemaConverter.

commit 63b17110f26c7cf83f4e91c5a228baa422f5232e
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-21T20:55:59Z

    Remove unused imports.

commit 5f6b8f3aa544ab7822ad2857e461baef32b2dd76
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-21T20:56:33Z

    Refactor Struct Type.

commit 06598812afa7b5d9eee3f37e7f2361a5c91a796a
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-21T20:57:20Z

    Refactor convertDataType to return Type instead of DataType.

commit c8af0b40fca45f7d6225a7edf157615fba27a9f6
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-22T19:38:52Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into 
TAJO-2129

commit 30b30c2bf453c18726362f6b5231f2deedc456d1
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-22T20:24:20Z

    Extracted Field from Schema to an upper class.

commit 75e679e842cd7187075647157106e715c32338fd
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-22T20:26:55Z

    Add QualifiedIdentifier::raw().

commit 89a1e956816381ef606aba1c892fc04fb2c95a61
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-23T04:50:02Z

    Refactor Identifier codes
    
    * Move some util methods in  CatalogUtil to IdentifierUtil.
    * Rename struct to record.
    * Fix some bugs related to QualifiedIdentifier and Identifier.

commit 3c94e202b55c2042398cce3c4f02659a81183ba5
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-25T21:50:39Z

    Fix hash problem and the comparator of SortSpec.

commit 6f1e5fc879c45046d6c7c34ae0493f1000f91c65
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-25T22:37:23Z

    Fix failed unit tests.

commit 6702ead3ec86bae5a0eca915c406e76868b19ce8
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-26T03:49:04Z

    Add array unit test to TestCreateTable.

commit c74af8adfad0b075618c990d16b674a6395448b4
Author: Hyunsik Choi <[email protected]>
Date:   2016-04-26T04:04:07Z

    Change TypeDesc to Type.

commit 4a5056edb00da5eb59a49892f79b5d03bb1bccf7
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-02T20:37:37Z

    Implement TypeSerializer and its relevant classes.

commit 7645d450b196cc96d3d7e3d46ac6a3b3b03a08cf
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-03T03:07:12Z

    Add TypeAdapter to transform Type to Json documentation.

commit 129213d038be928469b3ed982584bc859aa7e3d0
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-06T22:27:20Z

    Fix all unit tests.

commit a0924a4c612cadf3f6a50da0bcf707a888fdc8ff
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-10T04:21:54Z

    Add TypeStringEncoder and TypeProtobufEncoder.

commit 8f4914f2fad9196183aba3d10024c5238d1f9745
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-10T17:40:24Z

    Applied new Type to catalog.

commit 1dec9b839a95fae8d9d764c9f220d2a9f1d51244
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-10T23:35:19Z

    Fixed all unit tests.

commit 518c5255e376e8d58f111d9210cb61daaaad542f
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-11T00:38:47Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into 
TAJO-2129

commit 7091b40e8589515d6f0a0453a250ee5a3303832d
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-11T01:13:28Z

    Removed SchemaConverter.

commit 8c948462655233891895dacbc9f20bbd2fac92a3
Author: Hyunsik Choi <[email protected]>
Date:   2016-05-11T02:13:06Z

    Renames *Encoder and clean up.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to