Hi All,
I have a scenario where I need to create a table on top of binary with parquet file format. Can anyone please help me to create delta table for this kind of data fmt.
Parquet schema file structure :
I have a separate schema for ‘value’ field so till today I am decoding and converting this binary fmt to proper dtype fmt then write into ADLS. But instead of that I just want to create delta table/table on top of this binary with parquet fmt itself without storing the data once again into ADLS. Can someone plz help me on it?
Thanks @Michael Nacey but I think this is only converting parquet to delta table but in my case I have to see binary data as welll when I try to read the table? Is that will handle?