Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #59736

…rivially copyable. (#59736)

For example, types like Decimal and DateTime-related types must be
guaranteed to be trivial — e.g. using is_trivial_v or
is_trivially_destructible_v / is_trivially_copyable_v. That way they can
be stored in PODArray, since PODArray copies elements with memcpy.
@github-actions github-actions bot requested a review from yiguolei as a code owner January 13, 2026 02:38
@yiguolei
Copy link
Contributor

run buildall

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jan 13, 2026
@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

PR approved by anyone and no changes requested.

@hello-stephen
Copy link
Contributor

BE UT Coverage Report

Increment line coverage 100.00% (2/2) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 53.47% (18874/35300)
Line Coverage 39.28% (175084/445689)
Region Coverage 33.97% (135365/398515)
Branch Coverage 34.91% (58503/167588)

@yiguolei
Copy link
Contributor

skip buildall

@yiguolei yiguolei closed this Jan 13, 2026
@yiguolei yiguolei reopened this Jan 13, 2026
@yiguolei yiguolei merged commit 3347892 into branch-4.0 Jan 13, 2026
28 of 31 checks passed
@github-actions github-actions bot deleted the auto-pick-59736-branch-4.0 branch January 13, 2026 08:58
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. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants