Skip to content

Conversation

@yevgenypats
Copy link
Contributor

@yevgenypats yevgenypats commented Apr 19, 2023

This is ready apart from a small issue with the microseconds comparison.

Closes #10109

BEGIN_COMMIT_OVERRIDE
feat: Update to use Apache Arrow type system

BREAKING-CHANGE: This release introduces an internal change to our type system to use Apache Arrow. This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a bug report.

END_COMMIT_OVERRIDE

@yevgenypats yevgenypats requested review from a team and amanenk and removed request for a team April 19, 2023 12:53
@cq-bot cq-bot added the mongodb label Apr 19, 2023
@yevgenypats yevgenypats requested review from disq, erezrokah and hermanschaaf and removed request for amanenk and hermanschaaf April 19, 2023 12:53
start, end := a.ValueOffsets(i)
nested := array.NewSlice(a.ListValues(), start, end)
dbArr[i] = transformArr(nested)
nested.Release()
Copy link
Member

Choose a reason for hiding this comment

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

Nit: can probably removed now if we're relying on the Go garbage collector

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@yevgenypats yevgenypats added the automerge Automatically merge once required checks pass label Apr 20, 2023
@kodiakhq kodiakhq bot deleted the feat/mongodb branch April 20, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Migrate plugin/destination/mongodb to github.com/cloudquery/plugin-sdk/v2

6 participants