gweaverbiodev
gweaverbiodev
Is it possible to incorporate a custom component without wrapping it into a formal Python package? For context, we use [Bazel](https://docs.bazel.build/versions/main/be/python.html) for handling build dependencies and do not have formal...
**Is your feature request related to a problem? Please describe.** `shuffle_aggregation_default_partitions` already exists to set the number of partitions to some sane default for an entire job. It would be...
### Description Hi, We host our own internal S3 service in k8s that mimics the S3 interface. To properly route to this service, we need to provide the endpoint without...
### Describe the bug When I set `concurrency` to some non-null value and run job on Ray, tasks are failing with logs like this one. ``` [2m[36m(pid=8503, ip=10.216.101.117) [0mPhysicalScan->Project->DistributedActorPoolProject->DistributedActorPoolProject->DistributedActorPoolProject->DistributedActorPoolProject->CatalogWrite 0:...
### Describe the bug currently, the assumption is that the [data path for iceberg tables is at `{location}/data`](https://github.com/Eventual-Inc/Daft/blob/ff936130558a21b6d61b9bc8165945f125c53b80/daft/logical/builder.py#L358), but this is not true if `write.data.path` is set and will break...