[BackPort for 0.11.0 Release] Add Protocol Buffer Stream Decoder#9164
Closed
KKcorps wants to merge 1 commit intoapache:release-0.11.0from
Closed
[BackPort for 0.11.0 Release] Add Protocol Buffer Stream Decoder#9164KKcorps wants to merge 1 commit intoapache:release-0.11.0from
KKcorps wants to merge 1 commit intoapache:release-0.11.0from
Conversation
(cherry picked from commit 8806dc3)
walterddr
approved these changes
Aug 4, 2022
Contributor
walterddr
left a comment
There was a problem hiding this comment.
lgtm for the cherry-pick.
xiangfu0
approved these changes
Aug 4, 2022
Contributor
|
let's wait for #9176 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 8806dc3)
Original PR - #8972
Supported configs
descriptorFile- Path of the descriptor file. You can generate this file useprotoc -o file.desc --include_imports file.protocommand. The path can be a local path in which case it needs to be available on all servers OR it can be a DFS path such as s3, gcs etc. If providing a DFS path, you need to ensure pinot is configured to use that filesystem.protoClassName- If the descriptor file contains multiple proto object, you can mention the name of the class to use for parsing.Example