You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metamodel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/24 04:38:00 UTC

[jira] [Commented] (METAMODEL-1160) CsvTable does not deserialize since METAMODEL-7 was fixed

    [ https://issues.apache.org/jira/browse/METAMODEL-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139538#comment-16139538 ] 

ASF GitHub Bot commented on METAMODEL-1160:
-------------------------------------------

GitHub user kaspersorensen opened a pull request:

    https://github.com/apache/metamodel/pull/157

    METAMODEL-1160: Implemented backwards compatible deserializer

    

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

    $ git pull https://github.com/kaspersorensen/metamodel METAMODEL-1160

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

    https://github.com/apache/metamodel/pull/157.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 #157
    
----
commit 73dbe1ce47076f94fafa1123a04a9647808d6f7d
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-08-24T04:23:20Z

    METAMODEL-1160: Implemented backwards compatible deserializer

----


> CsvTable does not deserialize since METAMODEL-7 was fixed
> ---------------------------------------------------------
>
>                 Key: METAMODEL-1160
>                 URL: https://issues.apache.org/jira/browse/METAMODEL-1160
>             Project: Apache MetaModel
>          Issue Type: Bug
>            Reporter: Kasper Sørensen
>            Priority: Minor
>
> Deserializing an old instance of CsvTable into the new class with a List<Column> instead of a Column[] does not work. The change was added as part of METAMODEL-7. We should make the legacy deserializer work so that it can convert the old columns array into a list.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)