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
On Wed, Dec 30, 2020 at 5:47 AM João Esteves ***@***.***> wrote:
Hi
I am trying to use a timestamp column as the partition column, but when I
try to parse it, I only receive dt=1970-01-01 as the result.
The value of the column is 2020-12-08T15:11:55.019-0300
And I tried the following:
- Using DateMessageParser as parser.class, with input.pattern
"yyyy-MM-dd'T'HH:mm:ss.SSSX" and "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
- Using Iso8601MessageParser as parser.class
- Using JsonMessageParser as parser.class (this one raised an
Exception instead)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1787>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYJP7YZ4JC3FP7Z6WDR5ZTSXMVO5ANCNFSM4VOK7EFA>
.
Hi
I am trying to use a timestamp column as the partition column, but when I try to parse it, I only receive
dt=1970-01-01
as the result.The value of the column is
2020-12-08T15:11:55.019-0300
And I tried the following:
The text was updated successfully, but these errors were encountered: