You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ldzhjn <gi...@git.apache.org> on 2018/12/07 03:58:45 UTC

[GitHub] ignite pull request #5598: IGNITE-10314 Spark dataframe will get wrong schem...

GitHub user ldzhjn opened a pull request:

    https://github.com/apache/ignite/pull/5598

    IGNITE-10314 Spark dataframe will get wrong schema if user executes add/drop column DDL

    

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

    $ git pull https://github.com/ldzhjn/ignite IGNITE-10314

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

    https://github.com/apache/ignite/pull/5598.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 #5598
    
----
commit bcdb69747f9a90fa0f2f9204708c576b72f1de94
Author: rayliu <ra...@...>
Date:   2018-11-22T06:44:01Z

    Fix bug

commit 8dcc21800a8eb7d1e731c362b4a53860274e85bd
Author: rayliu <ra...@...>
Date:   2018-11-26T06:39:27Z

    Add tests

commit 1d58fdf068b14ac9847a825dca3464148f9b7596
Author: rayliu <ra...@...>
Date:   2018-11-26T06:53:16Z

    Optimize imports

commit 336a291dd5a330b5e1e824e807187ef1960bb843
Author: rayliu <ra...@...>
Date:   2018-11-26T07:01:47Z

    Merge remote-tracking branch 'upstream/master' into IGNITE-10314

commit 304695781ac356ec3f81325c5ce3b244b9f01c8b
Author: rayliu <ra...@...>
Date:   2018-12-06T09:46:28Z

    Merge remote-tracking branch 'upstream/master' into IGNITE-10314

----


---