logan-keede

Results 7 comments of logan-keede

It seems all my problem arise from the fact that I was trying to install this on Windows, I will try installation on Linux let you know if I face...

> Please let me know if the changes I've made are helpful at all. Yes, changes are helpful, but consider adding what is needed to be added manually, or what...

@alamb I think there is one more thing we can do, though perhaps it is only my preference. We can consolidate them into folders, a big `sql.rs` might hinder ease...

Hi @ajita-asthana, are you still working on this issue? consider implementing a benchmark like [this](https://github.com/apache/datafusion/blob/main/datafusion/functions/benches/chr.rs) first(in a separate PR) to measure the performance of current `chr` function against the one...

Dependencies in rust needs to be mentioned in `Cargo.toml` of the crate. Have you done that?

I was looking into this problem to make my first contribution since this was marked as "good first issue", Here are the results of my code investigation:- the error is...