mirror of https://github.com/apache/druid.git
properly serialize task timestamps, fixes #819
This commit is contained in:
parent
5041aaa108
commit
adb4fec264
|
@ -115,7 +115,7 @@ public class SQLMetadataStorageActionHandler<TaskType, TaskStatusType, TaskActio
|
|||
)
|
||||
)
|
||||
.bind("id", id)
|
||||
.bind("created_date", createdDate)
|
||||
.bind("created_date", createdDate.toString())
|
||||
.bind("datasource", dataSource)
|
||||
.bind("payload", jsonMapper.writeValueAsBytes(task))
|
||||
.bind("active", active)
|
||||
|
|
Loading…
Reference in New Issue