blob: 3e4c43eb1ff59cfcb297448c02ebc621e36210c8 [file] [log] [blame]
CREATE TABLE myorctable(ts timestamp)
STORED AS ORC;
INSERT INTO myorctable VALUES ('1970-01-01 00:00:00');
SELECT * FROM myorctable;