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.
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
[Streaming Generator] Make it compatible with wait #36071
[Streaming Generator] Make it compatible with wait #36071
Changes from all commits
452ed1f
3ebe327
c140a5c
b83af80
509b311
d0795e5
f8a90f6
0a9169d
05f468a
122b705
7a8fe2c
d880763
f501c22
1942394
3e0212e
c9a932e
ffe20fd
0e89ad7
d520e47
7610474
aaa0582
a52f74b
37c3bdd
fd83edd
ef08b64
74a2e31
8b9ba39
a4b62ac
d350b5d
9ed05d9
e2f1980
de41fbe
177ff88
805c7bb
fba4a5d
fa7fe24
5dc6b98
6e51a5e
7c449be
5afd081
0e87d73
d7ebad1
2b046b6
985f59c
c726484
1151a28
f5d3956
1f79ad8
5e09c4c
7113e3d
bc4f49e
c72dc03
b7be576
e0e74cb
11686d4
98d7292
4d55f33
5397b78
391eb0f
253b465
3f2e4b0
f4415d1
e49d1a5
ce1e79d
9a39db9
6c0448b
6b3d4f4
9450a07
82b07c8
0bb370f
c912f8a
8b188f7
1a5827a
fd7ce2c
927ccbc
11223cb
e7b3881
909f8f6
a4bc814
0c4f7a2
045efa6
7fee5df
2672c72
19907c3
10290b6
1abb3b0
bf4f3ad
c60bd86
3196eeb
16905bb
e2941f0
1f96561
e380ae7
80b0334
60864df
07533cf
7618dab
ad5e930
b96b9d8
8efacb4
36aebd5
080a923
b612553
9e7e198
6e4d501
3df98b6
6baefd6
c89332b
8e9a821
a945412
60d3c42
0a8148e
7d87a7b
1d7a934
749ff4e
34612d7
c24e57f
a160bfb
256d648
18a690c
12d73ac
a0218f3
c58a9fa
b26e86f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
where is the code for
peek_object_ref_stream
, I couldn't find itThere 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.
it is in the previous PR
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.
nit: consider pre-allocating array size to avoid high amortized O(1) append? we may see perf regression in ray.wait release test, it waits 10k object refs in a loop IIRC
fine to ignore, don't want to prematurely optimize
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.
Hmm I feel like if the test perf is heavily affected by just this, it should be re-written... (feel like it is not a good test) but I can run a test and see