Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
Insert a column with a negative timestamp value:
INSERT INTO my_table (col1, col2, col3) VALUES ('val1', 'val2', 'val3') USING TIMESTAMP -1413614886750020;
Then attempt to read the writetime:
SELECT WRITETIME(col3) FROM my_table WHERE col1 = 'val1'
The result is null.