Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:修复了set_schema当中会因为多次调用open而添加重复数据的问题 #313

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

Fischer0522
Copy link
Contributor

@Fischer0522 Fischer0522 commented Nov 7, 2023

What problem were solved in this pull request?

Issue Number: close #311

Problem:NLJ里面会遍历多次右表,就会调用很多次open,在open当中就会调用set_schema,然后join的时候就会添加大量重复的field和value的tuple,后续的话会被select的字段给过滤掉,不影响正确性,但是进行了冗余存储

What is changed and how it works?

在set_schema当中,每次先将原本的数据clear掉

Other information

@CLAassistant
Copy link

CLAassistant commented Nov 7, 2023

CLA assistant check
All committers have signed the CLA.

@hnwyllmm hnwyllmm merged commit cec6a75 into oceanbase:main Nov 7, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] join operator 右表 table_scan的close没有完全清理资源
3 participants