Huib
10/16/2023, 2:06 PMselect *, newColumn
without having to specify the new schema explicitly. However, sinking this data into downstream systems (or parquet archive) is trickier, because there I do need to explicitly define the schema.
Is there a way to take a table and directly write it to a kafka topic or parquet file, without specifying the schema, but still allowing for settings like partitioning?