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
I think the idea here is that expectation is that `rand` is invoked *once per row* rather than *once per batch*. And the only way it knew how many rows to make is to get a null array in 🤔
For example, when I run datafusion-cli from this PR to call random() the same value is returned for each row:
For example, when I run
datafusion-cli
from this PR to call random() the same value is returned for each row:But I expect that each row has a different value for
random()
However, since none of the tests failed, clearly we have a gap in test coverage 🤔
Originally posted by @alamb in #10193 (comment)
The text was updated successfully, but these errors were encountered: