Closed kagamiori closed 1 month ago
Query:
SELECT array_join(c0, c1, '') from ( values ( array[ timestamp '1950-04-12 12:33:03.755' ], '1224bdfg5ryrts' ) ) t(c0, c1);
Presto-0.289: Returns 1950-04-12 12:33:03.755. Velox: Returns 1950-04-12 20:33:03.755.
1950-04-12 12:33:03.755
1950-04-12 20:33:03.755
No response
Description
Query:
Presto-0.289: Returns
1950-04-12 12:33:03.755
. Velox: Returns1950-04-12 20:33:03.755
.Error Reproduction
No response
Relevant logs
No response