Onur Satici
Results
3
issues of
Onur Satici
Previously, generic dataclasses were not supported even if they had type arguments, now it is possible to do the following: ```python T = typing.TypeVar("T") @dataclasses.dataclass class SimpleGeneric(typing.Generic[T]): data: T schema_int...
when the desired binpacking algorithm is not found in supported algorithms, warn log: https://github.com/palantir/k8s-spark-scheduler/blob/master/internal/extender/binpack.go#L42