Marko Milenković
Marko Milenković
Hey @fussybeaver, Thanks for your reply. Vanilla docker has no such problem, this is problem with podman only (which has other problems e.g `StopSignal` as int instead of string), thus...
All right, I'll follow up with them in following day or so
Opened issue on podman, lets see whats their opinion https://github.com/containers/podman/issues/14513
@fussybeaver do you want to support podman as well, it is quite obvious that they have their own api?
Root of my problem is that i want to use `podman-docker` to proxy requests, and as it has been said in https://github.com/containers/podman/issues/14513#issuecomment-1155283737 `podman-docker` is just a alias to podman, thus...
Had a quick look into this issue, and from what I can see, there is not nothing missing on datafusion side to have this functionality (apart from some hard work...
@avantgardnerio SQL would be perfect fit
> Note there is an _almost_ similar copy of the code in https://github.com/apache/arrow-datafusion/blob/master/datafusion/core/src/physical_plan/aggregates/hash.rs for non row format, which likely needs the same treatment (though we could do it as a...
> > is it line 442 which is "unbounded" ? > > Yes that looks correct may I suggest merging this one, and I'll try to patch that one in...
An idea to brainstorm this feature. https://github.com/apache/arrow-datafusion/compare/master...milenkovicm:arrow-datafusion:spill_aggregation_to_mmap has a POC code which uses a memory mapped file as the aggregation store, which should spill to disc in case of memory...