Michael Maletich

Results 8 comments of Michael Maletich

Good call that alias wasn't actually being used during validation. This pull request will change aliased fields from an error (if required) to a warning. Really the alias field should...

> Unfortunately it isn't that simple. If you do it like this you could put the table in an invalid state because the metadata contains schema, partitionColumns and configuration. For...

Good point, I had assumed ADD COLUMN only worked top level columns but at least in the Spark world nested columns are supported. So I guess I have to add...

@ion-elgreco thank you. Sorry, I did not get around to writing python tests. The code has been rebased.

This should be fixed now by #10515. You can now override the schema used in the file scanner using the `SchemaAdapter`.

> > This should be fixed now by https://github.com/apache/datafusion/pull/10515. You can now override the schema used in the file scanner using the SchemaAdapter. > > Doesn't the SchemaAdapter _convert_ the...

@rtyler maybe it isn't explicit but I was referring to the protocol says that at least for binary partition identification should be identified by an escaped string https://github.com/delta-io/delta/blob/master/PROTOCOL.md#partition-value-serialization `Encoded as...