Skip to content

Conversation

tdcmeehan
Copy link
Contributor

No description provided.

Copy link
Contributor

@majetideepak majetideepak left a comment

Choose a reason for hiding this comment

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

The proposal looks good to me. Making the protocol layer pluggable is the missing piece for connector extensibility in Presto C++. Glad to see that happening here!

void deserialize(const std::string& binary,
std::shared_ptr<ConnectorSplit>& split) const override {
// Deserialize binary into protocol-specific type
ArrowFlightSplit protocolSplit;
Copy link
Contributor

Choose a reason for hiding this comment

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

This code block is not correct. Maybe copy a subset of the TpchConnectorProtocol code from your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

from:IBM PRs from IBM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants