Skip to content

Conversation

@yevgenypats
Copy link
Contributor

@yevgenypats yevgenypats commented Apr 18, 2023

Closes #10110

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

@cq-bot cq-bot added the neo4j label Apr 18, 2023
@yevgenypats yevgenypats marked this pull request as ready for review April 18, 2023 10:08
@yevgenypats yevgenypats requested review from a team, amanenk, erezrokah and hermanschaaf and removed request for a team and amanenk April 18, 2023 10:08
@yevgenypats yevgenypats added the automerge Automatically merge once required checks pass label Apr 18, 2023
@kodiakhq kodiakhq bot merged commit 97d4a9b into main Apr 18, 2023
@kodiakhq kodiakhq bot deleted the feat/neo4j_arrow branch April 18, 2023 10:43
pks = table.FieldIndices(schema.CqIDColumn.Name)
}
for i, column := range pks {
for i, columnIndice := range pks {
Copy link
Member

Choose a reason for hiding this comment

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

columnIndex

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/neo4j to github.com/cloudquery/plugin-sdk/v2

6 participants