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:修复了被open调用时,set_schema会重复添加数据的问题 #312

Closed
wants to merge 1 commit into from

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里面会遍历多次右表,就会调用很多次close和open,而open当中会调用set_schema,从而导致join的时候就会出来一个几十个field和value的tuple,后续的话会被select的字段给过滤掉,不影响正确性

What is changed and how it works?

在set_schema当中每次先清空原本tuple当中的field即可。

Other information

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Fischer0522 Fischer0522 closed this Nov 7, 2023
@Fischer0522 Fischer0522 deleted the fix_set_schema branch November 7, 2023 12:02
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没有完全清理资源
4 participants