You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix main: remove an incompatible java api method with java 8 from a test (#19424)
Looks like the issue with main and the nightly release was caused by the
test in #19354. I checked and that `toList` method does not seem to
affect what is being tested there (the previous error would still appear
without it), so I removed it here.
0 commit comments