GitHub user nizhikov opened a pull request: https://github.com/apache/ignite/pull/2742
IGNITE-3084: Prototype of Ignite DataFrame support. * DataSource and DataFrame implementation for Ignite SQL Tables. * IgniteCatalog implementation. * Some examples provided. * There is only placeholer for an Ignite extra optimization and strategies. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nizhikov/ignite IGNITE-3084 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2742.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 #2742 ---- commit f54c51e863665b170a6c59d6c57a9dd52caf3a13 Author: Nikolay Izhikov <nizhikov....@gmail.com> Date: 2017-09-05T14:02:46Z IGNITE-3084: Prototype of Ignite DataFrame support. IgniteCatalog implementation. Some examples provided. There is only placeholer for an Ignite extra optimization and strategies. ---- ---