Chitral Verma
Chitral Verma
@dbuddhir I'm getting the following error on my machine, any ideas on this? ``` Successfully built 6a22a7db2d3e Successfully tagged ranger_dev:latest + docker run --rm -v /Users/chitralverma/IdeaProjects/ranger:/ranger -w /ranger -v /Users/chitralverma/.m2:/.m2...
Also, FYI, https://issues.apache.org/jira/browse/RANGER-3310 https://github.com/apache/ranger/pull/103
I think if this is done, we can also work on standardizing the overall API as well. For example, in a lot of if i want to pass `share` it...
@clarkzinzow did you try updating the polars version to see if they solve the bugs? If there is something specific that you want to be fixed you can also raise...
> Hi @chitralverma! I've been in contact with @ritchie46 throughout this prototyping effort, and all outstanding Polars-side bugs are resolved. The only remaining TODO for this PR is to decompose...
I'm working in this feature, will raise a PR soon.
> @chitralverma - that's awesome. Let me know if you need any help. We can jump on a call with the core delta-rs devs anytime. Really excited about this feature....
Update: PR ready for review.
**Update:** The `read_delta` and `scan_delta` functionalities are merged via #5761 ! 🎊 https://pola-rs.github.io/polars/py-polars/html/reference/io.html#delta-lake
> hi ! > Thanks for this amazing feature . > What about the writter function ? > I would love to avoid spark and only use rust. I was...