Niko

Results 80 comments of Niko

I agree. Adding a column with null values is not a problem but the fact that it will also change the expected column format could be confusing. What say you...

I was unable to reproduce the `glue` error but I am on Mac. I'll keep on poking around but if you build for native-tls then this could be a reason...

I'll have a look, need to build myself a linux box, are you building with any specific settings or just using the standard build @rtyler ?

Hey, I need to understand the problem better here. I tried this in a docker container and an Ubuntu 22.04 VM on AWS using both a build from source and...

I'll use this as a design/planning/progress board. Extra points not explicitly mentioned in the Delta protocol definition, from the Databricks documentation (https://learn.microsoft.com/en-us/azure/databricks/delta/generated-columns#--use-identity-columns-in-delta-lake) - Identity column must be defined at the...

I've done some research and updated the execution plan above. Delta-io implementation of GENERATED columns is incomplete/flaky at the moment (I was unable to make it run due to some...

I've been debugging this but can't figure out what's happening. Looks like it's parsing `struct(1,2)` correctly (it seems to be using a Big Query sintax but that should not matter)...

I am unable to re-create this but I'm on Mac. Tried with the same Python and Pip versions, even tried with older maturin (0.15.3)