rluvaton commented on PR #19018:
URL: https://github.com/apache/datafusion/pull/19018#issuecomment-3596944615
> There are few more of those in the other crates:
>
> ```
> (standard input):5:datafusion-examples/examples/data_io/parquet_index.rs:
StringArray::from_iter_values(std::iter::repeat_n(&filename, num_values));
> (standard input):46:datafusion/physical-plan/src/spill/mod.rs: let
a: ArrayRef = Arc::new(StringArray::from_iter_values(std::iter::repeat_n(
> (standard input):84:datafusion/functions/benches/regx.rs:
Arc::new(StringArray::from_iter_values(iter::repeat_n("XX", 1000)))
> (standard input):85:datafusion/functions/benches/regx.rs: let
replacement = Arc::new(StringViewArray::from_iter_values(iter::repeat_n(
> ```
All of these are either from tests are benchmarks where the where it used in
the setup
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]