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
I use Phoenix and Elasticsearch connector, but there is a difference in the value of the timestamp column. Until the TIMESTAMP behavior of presto is decided, I try to solve this problem with the following code. Thank you for your efforts.
https://github.com/prestosql/presto/blob/13a3c523f2739a2373c251697f6826daaf193266/presto-elasticsearch/src/main/java/io/prestosql/elasticsearch/decoders/TimestampDecoder.java#L82
should use UTC for non-legacy timestamp semantics.
Relates to #3741
The text was updated successfully, but these errors were encountered: