Spatio-Temporal-Lab / start-db-achive

GNU General Public License v3.0
15 stars 9 forks source link

timestamp类型数据返回的值差了8个小时 #303

Open ihongyang opened 2 years ago

ihongyang commented 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;

image

bee-corn commented 2 years ago

这个地方可能得钧文哥一起看下

bee-corn commented 2 years ago

这个地方,在插入和select calcite迭代器的阶段都是对的,但输出结果就不对

ihongyang commented 2 years ago

@zaiyuan-ljw 钧文协助看下吧 image