tristaZero commented on issue #11103: URL: https://github.com/apache/shardingsphere/issues/11103#issuecomment-882925596
@arthasking123 Appreciated your initiative here. > how we determine the cipherColumn name and the plainColumn name of the new column? That's the key point, my suggestion is to generate the names of `cipherColumn` and `plainColumn` by using `new_logic_column_name` + the keyword 'cipher' or `plain`, like 'new_logic_name_plain'. Besides, you still need to check whether this table has the same columns as our generated column name. How? `FederateTableMetadata` contains all the actual column names. But no worries, let firstly finish the first bug fix and then consider checking for it. -- 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]
