-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: Support required rows rows for arrow decode format. #12613
Merged
Merged
Changes from 53 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
a6405ca
add_encode_type_flag
wshwsh12 1c2bcd2
tidy mod
wshwsh12 1138b8e
Merge remote-tracking branch 'upstream/master' into add_encode_type_flag
wshwsh12 10d6dcf
fix
wshwsh12 d0b5799
Merge branch 'master' into add_encode_type_flag
wshwsh12 13d22ad
temp
wshwsh12 95e3d09
Merge branch 'master' into add_encode_type_flag
sre-bot 6ebd96c
Merge branch 'master' into add_encode_type_flag
wshwsh12 32c7bfe
requested_rows
wshwsh12 b3fd5ab
Merge remote-tracking branch 'origin/add_encode_type_flag' into reque…
wshwsh12 5f754d6
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 ec06f30
fix
wshwsh12 3e014b9
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 b0f5105
adjust code
wshwsh12 23149ca
remove useless check
wshwsh12 c5ac8b2
temp
wshwsh12 0743aa2
fix
wshwsh12 cbe252f
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 1cf0853
fix
wshwsh12 d72d5af
fix
wshwsh12 97358b9
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 9a86bd6
address comments
wshwsh12 d4b77aa
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 38cbf7c
address comments
wshwsh12 ef9b412
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 6161ccf
comments
wshwsh12 75975b2
s/arrowdecoder /decoder
wshwsh12 7574eb2
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 e606377
address comments
wshwsh12 df40cd6
address comments
wshwsh12 6931b70
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 9cc34e7
adjust
wshwsh12 a359a38
fix typo
wshwsh12 5e01b66
fix comments
wshwsh12 18ff275
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 b7d94dc
magic 0.8
wshwsh12 99bb831
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 2788a89
fix ci
wshwsh12 650c96a
add comment
wshwsh12 a1e92e7
add benchmark
wshwsh12 bc610a1
address comments
wshwsh12 1f782b1
Merge branch 'master' into requested_rows
wshwsh12 0c4e14f
Merge branch 'master' into requested_rows
wshwsh12 1c607bd
Merge branch 'master' into requested_rows
wshwsh12 cc243d9
add big_response benchmark
wshwsh12 5f2aa80
temp
wshwsh12 774d633
benchmark
wshwsh12 5223d23
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 08eab3f
adjust
wshwsh12 3c7b3aa
fix ci
wshwsh12 bc37593
benchmark
wshwsh12 f3fadc6
teardownsuite
wshwsh12 9a75aa7
Merge remote-tracking branch 'upstream/master' into requested_rows
wshwsh12 2d3ccfc
set chunk size
wshwsh12 26b5fda
Merge branch 'master' into requested_rows
sre-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change
DecodeToChunk
to unexported after this PR?