Diogo Baeder
04/01/2022, 9:42 PMtimeColumn? I was looking at using DAYS as the type for this, but it doesn't seem correct - I want to use real dates and not "days since Epoch".Mayank
Mayank
Diogo Baeder
04/01/2022, 9:45 PMNeha Pawar
TIMESTAMP, and internally it’ll be stored as long, but displayed as your date string.
If you want to use any other format (like ISO), then you would use dataType STRING, it will be stored as string.Neha Pawar
Diogo Baeder
04/01/2022, 9:57 PMLONG, and format 1:DAYS:SIMPLE_DATE_FORMAT:yyyyMMdd? Does this work, too?Neha Pawar
Diogo Baeder
04/01/2022, 10:00 PMINT , too, for less memory/space usage?Neha Pawar
Neha Pawar
Diogo Baeder
04/01/2022, 10:33 PMNeha Pawar
Diogo Baeder
04/02/2022, 12:21 AM