Andy Grove

Results 657 comments of Andy Grove

I tested this locally, and it worked really well! I ran one scheduler, and two executors and I could kill one executor and still see a query complete successfully. This...

> I think we should create this project in https://app.codecov.io/ , but i am not the owner of the repo I am also unable to do this. Maybe @alamb can...

I filed a ticket with INFRA: https://issues.apache.org/jira/browse/INFRA-23709

It looks like the easiest path is to use GitHub Container Registry. This doesn't rule out looking at publishing to Dockerhub in the future, but I recommend that we try...

My understanding is that the Docker image URLs would be ``` ghcr.io/apache/arrow-ballista-scheduler ghcr.io/apache/arrow-ballista-executor ``` We may also want to publish some client images to make it easier for users who...

I have a PR ready for review: https://github.com/apache/arrow-datafusion/pull/3788

The PR was merged - see documentation at https://github.com/apache/arrow-datafusion/tree/master/datafusion/optimizer

Macros could be useful for replacing other areas of boilerplate code such as implementing this for each operator: ``` impl TryFrom for PyProjection { type Error = PyErr; fn try_from(logical_plan:...

@res-life I will take a look at this later today