Jayshan Raghunandan
Jayshan Raghunandan
I believe this issue still exists in harbor v2.2.0. After enabling internal_tls, and running install.sh, the nginx containers enters a restart loop due to the missing CA at common/config/shared/trust-certificates. Copying...
As a workaround, I thought I could cast the `pl.Decimal` columns to `pl.Categorical` (or even `pl.Utf8`): ``` df.with_columns(pl.col('a').cast(pl.Categorical)) ``` In both cases, the operation fails with the error: ``` InvalidOperationError:...
This patch would be helpful to me too. Are there plans to merge and release this PR? Thanks!