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

[columnar] HYD-760 Serialization fails to copy data #221

Closed
wants to merge 1 commit into from
Closed

Conversation

mkaruza
Copy link
Contributor

@mkaruza mkaruza commented Jan 10, 2024

  • When we are building chunk for serialization if serialzation memory is higher than 256MB, memcpy_s function (safeclib) will not copy anything (there is memory size check). Fixed by using memcpy. We have allocated already memory with required size so it should be safe to copy it.

* When we are building chunk for serialization if serialzation memory
  is higher than 256MB, memcpy_s function (safeclib) will not copy
  anything (there is memory size check).
  Fixed by using memcpy. We have allocated already memory with required
  size so it should be safe to copy it.
@wuputah
Copy link
Member

wuputah commented Jan 11, 2024

this is included in #222

@wuputah wuputah closed this Jan 11, 2024
@mkaruza mkaruza deleted the HYD-760 branch January 16, 2024 09:31
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.

2 participants