I'm running below query on a hive catalog with Trino 467. create table hive.hive_test.t1 (visit_end_datetime TIMESTAMP); insert into hive.hive_test.t1 values (TIMESTAMP '2021-01-01 11:00'); --succeed ...
Let's say you want to save some extra data with your OSM import, for example I want to have timestamp of newest node or way in dataset. So I defined extra table for it, keep max timestamp I encounter ...