Skip to content

Fix ingest decoder bug - #462

Merged
rvazarkar merged 2 commits into
stage/v5.7.1from
BP-539
Mar 5, 2024
Merged

Fix ingest decoder bug#462
rvazarkar merged 2 commits into
stage/v5.7.1from
BP-539

Conversation

@rvazarkar

Copy link
Copy Markdown
Contributor

Description

Allocating a struct before the decoder loop leads to properties stacking on top of each other due to re-use of the struct

Motivation and Context

How Has This Been Tested?

Tested locally

Screenshots (if appropriate):

image

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Documentation updates are needed, and have been made accordingly.
  • I have added and/or updated tests to cover my changes.
  • All new and existing tests passed.
  • My changes include a database migration.

@rvazarkar
rvazarkar merged commit 9ae711a into stage/v5.7.1 Mar 5, 2024
@rvazarkar
rvazarkar deleted the BP-539 branch March 5, 2024 16:41
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants