You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select b.device_number from alice.a join bob.b on a.main_device_number=b.device_number where a.user_id like "121%"
ccl配置
b.device_number的ccl配置alice:PLAINTEXT_AFTER_JOIN,bob:PLAINTEXT,
a.main_device_number配置alice:PLAINTEXT,bob:PLAINTEXT_AS_JOIN_PAYLOAD
a.user_id配置的alice:PLAINTEXT,bob:PLAINTEXT_AFTER_COMPARE
使用bob视角执行,执行过程中:
joinNode.buildCCL: join on condition (eq(alice.a.main_device_number, bob.b.device_number)) failed: column(alice.a.main_device_number) ccl(UNKNOWN) for party(bob) does not belong to (PLAINTEXT_AFTER_JOIN, PLAINTEXT)
The text was updated successfully, but these errors were encountered:
select b.device_number from alice.a join bob.b on a.main_device_number=b.device_number where a.user_id like "121%"
ccl配置
b.device_number的ccl配置alice:PLAINTEXT_AFTER_JOIN,bob:PLAINTEXT,
a.main_device_number配置alice:PLAINTEXT,bob:PLAINTEXT_AS_JOIN_PAYLOAD
a.user_id配置的alice:PLAINTEXT,bob:PLAINTEXT_AFTER_COMPARE
使用bob视角执行,执行过程中:
joinNode.buildCCL: join on condition (eq(alice.a.main_device_number, bob.b.device_number)) failed: column(alice.a.main_device_number) ccl(UNKNOWN) for party(bob) does not belong to (PLAINTEXT_AFTER_JOIN, PLAINTEXT)
The text was updated successfully, but these errors were encountered: