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

[Cherry-Pick-2.2][FixBug] Fix lose of meta data bug after alter routine load (#6937) #7068

Conversation

gengjun-git
Copy link
Contributor

When routine load serializes the load properties(columns/rows separator, column list, partitions, where filter), it stores the sql statement, and get the load properties by parsing the sql for deserialization. But after alter routine load is done, it will only keep the alter statement, this will cause the loss of metadata. We should merge the alter sql with the origin create sql to retain all load properties.

…s#6937) (StarRocks#6971)

When routine load serializes the load properties(columns/rows separator, column list, partitions, where filter), it stores the sql statement, and get the load properties by parsing the sql for deserialization. But after alter routine load is done, it will only keep the alter statement, this will cause the loss of metadata. We should merge the alter sql with the origin create sql to retain all load properties.
@gengjun-git gengjun-git changed the title [Cherry-Pick-2.2][FixBug] Fix lose of meta data bug after alter routine load (#6937) (… [Cherry-Pick-2.2][FixBug] Fix lose of meta data bug after alter routine load (#6937) Jun 10, 2022
@gengjun-git gengjun-git merged commit fa32cdd into StarRocks:branch-2.2 Jun 10, 2022
jaogoy pushed a commit to jaogoy/starrocks that referenced this pull request Nov 15, 2023
* 优化导航 - 调整函数文件和名称

* Update replace.md

* Update TOC.md

(cherry picked from commit 00c3780)

Co-authored-by: evelyn.zhaojie <everlyn.zhaojie@gmail.com>
jaogoy pushed a commit to jaogoy/starrocks that referenced this pull request Nov 15, 2023
* 优化导航 - 调整函数文件和名称

* Update replace.md

* Update TOC.md

(cherry picked from commit 00c3780)

Co-authored-by: evelyn.zhaojie <everlyn.zhaojie@gmail.com>
jaogoy pushed a commit to jaogoy/starrocks that referenced this pull request Nov 15, 2023
* 优化导航 - 调整函数文件和名称 (StarRocks#7068)

* 优化导航 - 调整函数文件和名称

* Update replace.md

* Update TOC.md

(cherry picked from commit 00c3780)

# Conflicts:
#	introduction/StarRocks_intro.md

* Update StarRocks_intro.md

---------

Co-authored-by: evelyn.zhaojie <everlyn.zhaojie@gmail.com>
rickif pushed a commit to rickif/starrocks that referenced this pull request Nov 15, 2023
* 优化导航 - 调整函数文件和名称

* Update replace.md

* Update TOC.md
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.

None yet

2 participants