Jackhjf commented on PR #4358:
URL: https://github.com/apache/kyuubi/pull/4358#issuecomment-1438001668
This item previously existed in two issues:
1. The fields of the two tables are the same
create two tables: create table test(id string,name string),create table
test_copy(id string,name string),Among them, the test1 table configures the
masking strategy,use this sql:insert into test select *from test_copy, The data
found in the test_copy is not masking data
2. The fields of the two tables are not the same
create two tables: create table test(id1 string,name1 string),create
table test_copy(id string,name string),Among them, the test1 table configures
the masking strategy,use this sql:insert into test select *from test_copy, The
data found in the test_copy is not masking data
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]