Skip to content

Conversation

@jacktengg
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

Problem summary

Describe your changes.

Checklist(Required)

  1. Does it affect the original behavior:
    • Yes
    • No
    • I don't know
  2. Has unit tests been added:
    • Yes
    • No
    • No Need
  3. Has document been added or modified:
    • Yes
    • No
    • No Need
  4. Does it need to update dependencies:
    • Yes
    • No
  5. Are there any changes that cannot be rolled back:
    • Yes (If Yes, please explain WHY)
    • No

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

return OLAP_SUCCESS;
}
OLAPStatus ret = OLAP_SUCCESS;
if (read_params.runtime_state && !read_params.runtime_state->skip_delete_predicate()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (!read_params.runtime_state || !read_params.runtime_state->skip_delete_predicate())

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@yiguolei yiguolei merged commit 98f1124 into apache:branch-1.1-lts Sep 28, 2022
jacktengg added a commit to jacktengg/incubator-doris that referenced this pull request Sep 28, 2022
dataroaring pushed a commit that referenced this pull request Sep 28, 2022
* Revert "[bugfix](compaction) bug: compaction read delete data as normal data (#13025)"

This reverts commit 98f1124.

* Revert "[improvement](storage) For debugging problems: add session variable skip_storage_engine_merge to treat agg and unique data model as dup model #12973"

This reverts commit 7b0313d.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants