Michał Słapek

Results 4 comments of Michał Słapek

Seems to be related to #96 - it also mentions ARVI.

I think this issue can be **closed**. When we run `df.schema` on recent polars, we get a description of the struct fields: ```python {'name': Utf8, 'car': Struct([Field('color', Utf8), Field('year', Int64)])}...

How can we register a simple function with `DECIMAL` type? The problem is that since PR https://github.com/facebookincubator/velox/pull/4434 we do not have `Long/ShortDecimal`... ☹️ At the same time `greatest`/`least` have a...

The merge logic is in `createWorkflowPod` from `workflowpod.go`: https://github.com/argoproj/argo-workflows/blob/0f1b4365ec1644942abd7c7cb87f427d7f6e30a9/workflow/controller/workflowpod.go#L111-L129 However, I'm afraid we cannot have the expected result with `mainCtrs []apiv1.Container` as an input – because we cannot differ between...