Bruce Ritchie

Results 70 comments of Bruce Ritchie

This project looks to be abandoned and I do not see any active forks. If you decide to use the project you may want to fork it and maintain it...

I suspect this issue is actually in arrow_cast - the error message seems to come from https://github.com/apache/arrow-rs/blob/ada986c7ec8f8fe4f94235c8aaeba4995392ee72/arrow-cast/src/cast.rs#L2753

I recall hitting something like this with the substr/substring function. One would think they would be identical however they were not (since rust doesn't do variadic functions nor does it...

Another solution could be to use [object_store](https://docs.rs/object_store/latest/object_store/).

FYI - I came across the [Jiff crate](https://github.com/BurntSushi/jiff) the other day that looks to have some nice support for tz aware calendar handling. From the benchmarks I've run it's not...

The [to_date ](https://github.com/apache/datafusion/blob/main/datafusion/functions/src/datetime/to_date.rs)function might be an alternative. to_date('2024/01/01', '%Y/%m/%d');

I think this may be something best handled in the arrow-csv crate

> A question I have is how do we plan to support `spark.sql.ansi.enabled` config? I've seen a few PRs for Spark functions that try to cater for this config, but...

Thanks for the very nice PR @xinlifoobar ! I'll try and take the time to do a full review of this PR next week if no one beats me to...

I think this is a good PR and worthy of merging into main. My only thoughts are some small things noted in my comments and the fact that counts seems...