Open ihongyang opened 2 years ago
返回的timestamp数据差了8个小时
示例sql: create table t_timestamp (timestamp11 timestamp); insert into t_timestamp values (toTimestamp("2022-06-29 12:34:56.789")); select * from t_timestamp;
这个地方可能得钧文哥一起看下
这个地方,在插入和select calcite迭代器的阶段都是对的,但输出结果就不对
@zaiyuan-ljw 钧文协助看下吧
返回的timestamp数据差了8个小时
示例sql: create table t_timestamp (timestamp11 timestamp); insert into t_timestamp values (toTimestamp("2022-06-29 12:34:56.789")); select * from t_timestamp;