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

api: add support of a batch insert request #411

Merged
merged 4 commits into from
Oct 11, 2024

Conversation

dmyger
Copy link

@dmyger dmyger commented Oct 2, 2024

Draft changes: add support the IPROTO_INSERT_ARROW request and message pack type MP_ARROW .

Closes #399

@dmyger dmyger added the feature A new functionality label Oct 2, 2024
@oleg-jukovec oleg-jukovec removed the feature A new functionality label Oct 2, 2024
@dmyger dmyger force-pushed the dmyger/gh-399-add-support-IPROTO_INSERT_ARROW branch 11 times, most recently from 1f88b6f to b6ad2cc Compare October 7, 2024 15:46
@dmyger dmyger marked this pull request as ready for review October 7, 2024 15:47
@dmyger dmyger requested a review from DerekBum October 7, 2024 15:48
arrow/arrow.go Outdated Show resolved Hide resolved
test_helpers/main.go Outdated Show resolved Hide resolved
test_helpers/main.go Show resolved Hide resolved
arrow/arrow.go Outdated Show resolved Hide resolved
arrow/arrow.go Outdated Show resolved Hide resolved
arrow/example_test.go Outdated Show resolved Hide resolved
arrow/example_test.go Outdated Show resolved Hide resolved
arrow/example_test.go Outdated Show resolved Hide resolved
request_test.go Outdated Show resolved Hide resolved
arrow/arrow.go Show resolved Hide resolved
@oleg-jukovec
Copy link
Collaborator

Draft changes: add support the IPROTO_INSERT_ARROW request and message pack type MP_ARROW . Please, split the commit message into multiple lines. A commit message should contains lines with 72 chars max.

arrow/request.go Outdated Show resolved Hide resolved
Environment variable TARANTOOL_BIN can be used to
specify path of Tarantool executable.
@dmyger dmyger force-pushed the dmyger/gh-399-add-support-IPROTO_INSERT_ARROW branch from b6ad2cc to d7e9eab Compare October 8, 2024 14:19
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

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

It would be great to see green tests first.

@dmyger dmyger force-pushed the dmyger/gh-399-add-support-IPROTO_INSERT_ARROW branch 3 times, most recently from a994eb0 to 53310a5 Compare October 9, 2024 10:04
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

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

Thank you for the patch. Just a few non-critical issues left.

arrow/arrow_test.go Show resolved Hide resolved
arrow/config-ee.lua Outdated Show resolved Hide resolved
arrow/example_test.go Outdated Show resolved Hide resolved
arrow/request.go Outdated Show resolved Hide resolved
arrow/request_test.go Outdated Show resolved Hide resolved
arrow/request_test.go Outdated Show resolved Hide resolved
@dmyger dmyger force-pushed the dmyger/gh-399-add-support-IPROTO_INSERT_ARROW branch from 53310a5 to 7d49fd0 Compare October 10, 2024 14:14
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

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

Thank you!

arrow/config-memcs.lua Outdated Show resolved Hide resolved
arrow/config-memcs.lua Outdated Show resolved Hide resolved
Add support the IPROTO_INSERT_ARROW request and
message pack type MP_ARROW.

Closes #399
@dmyger dmyger force-pushed the dmyger/gh-399-add-support-IPROTO_INSERT_ARROW branch from 7d49fd0 to b917d6f Compare October 11, 2024 09:32
@oleg-jukovec oleg-jukovec merged commit d4b5d04 into master Oct 11, 2024
26 checks passed
@oleg-jukovec oleg-jukovec deleted the dmyger/gh-399-add-support-IPROTO_INSERT_ARROW branch October 11, 2024 09:47
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.

api: add support of a batch insert request
3 participants