*Description:*
    I have two tables to join in spark - ignite hyper environment. one has
20 fields, the other has 40 fields, I *can not create more than 22 params in
a case class under scala 2.10*(It has solved in scala 2.11, but for some
reason, *I can not use 2.11 in my environment)*.
   The ignite need annotation '@ScalarCacheQuerySqlField' to index the data
fields, it works well with the case class, but not the
spark.sql.types.StructField, the StructField can simply solve the 22 params'
limitation.
*Here is my question:*
   Is there another way or some tips to solve the conflict? How can I use
'@ScalarCacheQuerySqlField' with StructField?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-solve-the-22-parameters-limit-under-scala-2-10-in-the-case-class-tp3847.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to