Skip to content

Conversation

@adonis0147
Copy link
Contributor

Proposed changes

Issue Number: close #10064

Problem Summary:

Please refer to #10064

Checklist(Required)

  1. Does it affect the original behavior: No
  2. Has unit tests been added: Yes
  3. Has document been added or modified: No Need
  4. Does it need to update dependencies: No
  5. Are there any changes that cannot be rolled back: 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...

@eldenmoon
Copy link
Member

Sorry for my issue in this PR
I'm currently using Array, found that when I build BE with ASAN, using the column type like ARRAY<STRING>, after I insert with vectorized engine enabled, there will be a coredump which is heap-use-after-free, see issue #9934 for more details. I commented the clue I found in this PR #9466 (the last comment) , but I'm not quite sure how to solve it

@adonis0147
Copy link
Contributor Author

Hi @eldenmoon , thanks for your feedback. I will investigate the issue you mentioned and try to solve it.

@morningman morningman added kind/fix Categorizes issue or PR as related to a bug. area/array-type Issues or PRs related to array type area/vectorization dev/backlog waiting to be merged in future dev branch labels Jun 10, 2022
@cambyzju
Copy link
Contributor

LGTM

Copy link
Contributor

@HappenLee HappenLee left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jun 14, 2022
@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@HappenLee HappenLee merged commit 983cdc7 into apache:master Jun 15, 2022
@adonis0147 adonis0147 deleted the vec branch June 15, 2022 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/array-type Issues or PRs related to array type area/vectorization dev/backlog waiting to be merged in future dev branch kind/fix Categorizes issue or PR as related to a bug. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug][array-type] Failed to select array type data after enable storage vectorization.

5 participants