Timestamp is different for the same table in hive-cli & presto-cli #16397
Unanswered
souradeep07
asked this question in
Q&A
Replies: 1 comment
-
Let us know once try this usecase on upgraded latest version of presto? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting different timestamps for the same table in hive-cli & presto-cli.
table structure for the table:
While running from hive-cli the output is :
While from presto-cli:
in mer_from_dttm col, there's a time difference but for other timestamps columns, dates are exactly the same. Note this time difference behavior is the same when done from presto-jdbc also. I believe this got nothing to do with timezone because if it was timezone, the time difference should be across all timestamp columns, not just one. Please provide some resolution.
Some Facts:
Presto server version: 0.180
Presto Jdbc version: 0.180
hive.time-zone=Asia/Calcutta
In Presto jvm.config: -Duser.timezone=Asia/Calcutta
Client TimeZone: Asia/Calcutta
Beta Was this translation helpful? Give feedback.
All reactions