Skip to content

feat: Implement Transform function in Plugin proto file.#23

Merged
marianogappa merged 1 commit intomainfrom
mariano/add-transform-function-to-plugin
Jul 17, 2024
Merged

feat: Implement Transform function in Plugin proto file.#23
marianogappa merged 1 commit intomainfrom
mariano/add-transform-function-to-plugin

Conversation

@marianogappa
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread plugin/v3/plugin.proto
bytes record = 1;
}
message Response {
// marshalled arrow.Record
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

As mentioned in the meeting, this is compatible with sending something other than arrow.Record in the future

Copy link
Copy Markdown
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

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

Looks good, we might want to pass in tables/skip tables/other options at some point but we can do this in a backwards compatible way

@erezrokah erezrokah changed the title Implement Transform function in Plugin proto file. fea: Implement Transform function in Plugin proto file. Jul 17, 2024
@erezrokah erezrokah changed the title fea: Implement Transform function in Plugin proto file. feat: Implement Transform function in Plugin proto file. Jul 17, 2024
@marianogappa marianogappa merged commit e0f5340 into main Jul 17, 2024
@marianogappa marianogappa deleted the mariano/add-transform-function-to-plugin branch July 17, 2024 13:54
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