ptupitsyn commented on pull request #455: URL: https://github.com/apache/ignite-3/pull/455#issuecomment-981528843
@AMashenkov In my opinion, we have a few issues here: * We don't have compute or services for now, so server-side mapping can't be used at all. * We don't provide client-side mapping, and it is unclear how to reuse code between client and server, how to ensure the format is interchangeable. As a result, we may merge some code that does not provide any value to the user and potentially makes our life harder in the future. My suggestion is to implement mapping for the client side first. -- 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]
