I'm sure. When I log out the typename in the start up script:
val typeId =
ignite$.binary().typeId("co.mira.etl.load.ignite.models.DailyEventTheta")
println(s"Type Id: $typeId")
I get "Type Id: -1905551001"
Again, here's the error message: "class
org.apache.ignite.binary.BinaryInvalidTypeException: Unknown pair
[platformId=0, typeId=-1905551001]"
This is error is being thrown when I try to iterate over results from an
SqlQuery on a server node.
I don't know if this matters but when I look in my marshaller directory, I
don't see a file called -1905551001.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/