You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.sql.SQLException: Query failed (#20161201_103957_00022_n38hp): Batch entry 0 INSERT INTO "circle_test"."public"."tmp_presto_10e94267352a4161ae25844b67c6d505" VALUES ('Cup',12.2,1280424020000) was aborted. Call getNextException to see the cause.
This happens when directly insert data via Presto into a postgres table with a timestamp column. It seems that the 1280424020000 value wasn't properly cast to timestamp type.
The text was updated successfully, but these errors were encountered:
This happens when directly insert data via Presto into a postgres table with a timestamp column. It seems that the
1280424020000
value wasn't properly cast to timestamp type.The text was updated successfully, but these errors were encountered: