Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

脱敏数据报异常 #13

Closed
EMinEMh opened this issue Sep 14, 2020 · 2 comments
Closed

脱敏数据报异常 #13

EMinEMh opened this issue Sep 14, 2020 · 2 comments

Comments

@EMinEMh
Copy link

EMinEMh commented Sep 14, 2020

我执行
select pc.lesson_count,pcl.counts From athena_course.platform_course pc left join (
select course_id,count(*) as counts from athena_course.platform_course_lesson where deleted = 0 group by course_id
) as pcl on pc.id = pcl.course_id
where pc.lesson_count != pcl.counts;
脱敏报错信息:
数据脱敏异常:Inception Error: Column 'pcl.counts' not existed. Column 'pcl.course_id' not existed. Column 'pcl.counts' not existed.
请问这是哪里有问题?

@hhyo
Copy link
Owner

hhyo commented Sep 14, 2020

hhyo/Archery#145

脱敏是有限的功能,很多场景不支持,也没有下一步改造计划

@EMinEMh
Copy link
Author

EMinEMh commented Sep 14, 2020

好的,谢谢

@EMinEMh EMinEMh closed this as completed Sep 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants