AMashenkov commented on pull request #282: URL: https://github.com/apache/ignite-3/pull/282#issuecomment-907137780
@ptupitsyn , I suggest to force client use InternalTable that will return immutable Tuple wrapper over Row, which is SchemaAware, and wrap immutable Tuple into mutable adapter when returning result from Table to user. This will require additional wrapper object. This may costs for bulk method, where we need to iterate over collection one more time. So, I've mentioned in javadoc a schema can be null. -- 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]
