ptupitsyn commented on issue #11325: URL: https://github.com/apache/ignite/issues/11325#issuecomment-2074662643
`Address.WriteBinary` uses `GetRawWriter`, which does not work with SQL. Basically there is no mapping between field names and values, just some bytes, Ignite does not know where the `City` value is an so on. Fix `Address` class to use `IBinaryWriter` with field names like you do in `Employee`. P.S. When sharing code, please avoid including binaries (`bin`, `obj`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
