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
but it will fail if the collection is empty. Either the documentation should be updated to reflect that 0 is not a valid value or it should accept 0 (and perhaps set it to a default value internally).
The text was updated successfully, but these errors were encountered:
On a second look, this is not a bug in the operator but perhaps the underdocumentation. Prefetch of 0 or negative has no meaning and if you think there won't be any value, use 1 as the prefetch amount.
The documentation for
concatMapEager
states:Which leads me to assume that the following code should work:
but it will fail if the collection is empty. Either the documentation should be updated to reflect that 0 is not a valid value or it should accept 0 (and perhaps set it to a default value internally).
The text was updated successfully, but these errors were encountered: