[GitHub] ignite pull request #784: IgniteRDD type mapping: add the test for StructFie...

2016-08-22 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at: https://github.com/apache/ignite/pull/784 --- 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

Re: IgniteRDD type mapping

2016-06-14 Thread Taras Ledkov
Alexey, According to the Spark type mapping StructType is mapped to the org.apache.spark.sql.Row class. Please take a look at the Spark docs (https://spark.apache.org/docs/1.3.0/sql-programming-guide.html#data-types) or at the source code:

Re: IgniteRDD type mapping

2016-06-08 Thread Alexey Goncharuk
Taras, According to IgniteRDD non-predefined types (including Object) are mapped to StructType with no fields, which should be recognizable by Spark. Can you explain why MatchError happens? ​

[GitHub] ignite pull request #784: IgniteRDD type mapping: add the test for StructFie...

2016-06-08 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/784 IgniteRDD type mapping: add the test for StructField You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite