Hi,
I need to import time and UUID data into Dremio via parquet files. The time is stored as 64 bit integers representing UTC in nano second format (same as numpy uses), the UUIDs are originaly128 bit unsigned integers.
I would like Dremio to recognize the time data as date and time without loss of precision, is this possible? if so, how.
I am not sure what the best option for UUIDs is. Any help in this matter greatly appreciated.
//A