Skip to content

[chore](macOS) Fix linkage errors for the release build#17002

Merged
924060929 merged 1 commit intoapache:masterfrom
adonis0147:linkage
Feb 22, 2023
Merged

[chore](macOS) Fix linkage errors for the release build#17002
924060929 merged 1 commit intoapache:masterfrom
adonis0147:linkage

Conversation

@adonis0147
Copy link
Contributor

@adonis0147 adonis0147 commented Feb 22, 2023

Proposed changes

Issue Number: close #17003

Problem summary

The linker couldn't find some symbols because the implementation of a template member function doris::vectorized::Decoder::init_decimal_converter is missing in the header file in which the corresponding declaration is placed.

Checklist(Required)

  • Does it affect the original behavior
  • Has unit tests been added
  • Has document been added or modified
  • Does it need to update dependencies
  • Is this PR support rollback (If NO, please explain WHY)

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...

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@adonis0147
Copy link
Contributor Author

run buildall

Copy link
Contributor

@924060929 924060929 left a comment

Choose a reason for hiding this comment

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

nice job

@924060929 924060929 merged commit 4cb97b6 into apache:master Feb 22, 2023
yagagagaga pushed a commit to yagagagaga/doris that referenced this pull request Mar 9, 2023
Issue Number: close apache#17003

## Problem summary
The linker couldn't find some symbols because the implementation of a template member function doris::vectorized::Decoder::init_decimal_converter is missing in the header file in which the corresponding declaration is placed.
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.

[Bug] The release build is broken on macOS

2 participants