KomachiSion commented on issue #3017: By Use EncryptDataSource the query with text column occurs error URL: https://github.com/apache/incubator-shardingsphere/issues/3017#issuecomment-540423439 The reason caused this problem is ShardingResultSet/EncryptResultSet get value accroding to the metadata. So we need to get value accroding to target type in StreamQueryResult. But for MemoryQueryResult, ShardingSphere need to get value before users call getXXX method, so maybe transfer the value to target type in ShardingResultSet/EncryptResultSet.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
