Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate and materialize iterators earlier in as_column (#15739)
closes #8796 I left a `TODO` in `as_column` to validate earlier that `arbitrary` is an iterable or sequence like if it wasn't a recognized array like (e.g. numpy array, pandas object, etc). Additionally, ensure we materialize iterators since there are some checks that would exhaust the object Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #15739
- Loading branch information