xiyelife opened a new issue #4044: ResultSet miss the plain column because of using contains to get the logicColumn when using data mask(sharding+encrypt) URL: https://github.com/apache/incubator-shardingsphere/issues/4044 ### Which version of ShardingSphere did you use? 4.0.0 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-jdbc ### Expected behavior return the all of table's columns. ### Actual behavior resultSet miss the logic column because of using contains to get the logicColumn ### Reason analyze (If you can) sharding+encrypt, the same issue with https://github.com/apache/incubator-shardingsphere/issues/3750. It should fix the class ShardingResultSetMetaData.java like EncryptResultSetMetaData. ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ### Example codes for reproduce this issue (such as a github link).
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services