[
https://issues.apache.org/jira/browse/HUDI-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373153#comment-17373153
]
ASF GitHub Bot commented on HUDI-2114:
--------------------------------------
hudi-bot edited a comment on pull request #3208:
URL: https://github.com/apache/hudi/pull/3208#issuecomment-872163385
<!--
Meta data
{
"version" : 1,
"metaDataEntries" : [ {
"hash" : "3ab2e6cbb3ec605abd687182238012f9867c7558",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=612",
"triggerID" : "3ab2e6cbb3ec605abd687182238012f9867c7558",
"triggerType" : "PUSH"
}, {
"hash" : "718d2ed206830624cf20cda2d8f1871bda79c8c4",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=619",
"triggerID" : "718d2ed206830624cf20cda2d8f1871bda79c8c4",
"triggerType" : "PUSH"
}, {
"hash" : "14b39be069c0155fb3292f17305ed51428c1399a",
"status" : "FAILURE",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=622",
"triggerID" : "14b39be069c0155fb3292f17305ed51428c1399a",
"triggerType" : "PUSH"
}, {
"hash" : "7db85c8b1a665ea3cc84d2e085518d100686e8a4",
"status" : "PENDING",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=632",
"triggerID" : "7db85c8b1a665ea3cc84d2e085518d100686e8a4",
"triggerType" : "PUSH"
} ]
}-->
## CI report:
* 14b39be069c0155fb3292f17305ed51428c1399a Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=622)
* 7db85c8b1a665ea3cc84d2e085518d100686e8a4 Azure:
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=632)
<details>
<summary>Bot commands</summary>
@hudi-bot supports the following commands:
- `@hudi-bot run travis` re-run the last Travis build
- `@hudi-bot run azure` re-run the last Azure build
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Spark Query MOR Table Written By Flink Return Incorrect Timestamp Value
> -----------------------------------------------------------------------
>
> Key: HUDI-2114
> URL: https://issues.apache.org/jira/browse/HUDI-2114
> Project: Apache Hudi
> Issue Type: Bug
> Components: Spark Integration
> Reporter: pengzhiwei
> Assignee: pengzhiwei
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0, 0.10.0
>
>
> Write a MOR table by flink like this:
> {code:java}
> create table h0 (
> uuid varchar(20),
> name varchar(10),
> ts timestamp(3)
> ) with (
> 'connector' = 'hudi',
> 'path' = '/xx/xx/',
> 'table.type' = 'MERGE_ON_READ'
> );
> insert into h0 values('id1', 'jim', TIMESTAMP '2021-01-01 00:00:01'){code}
> Query the table by spark will return a incorrect *ts* value:
> {code:java}
> 'id', 'jim', 1970-01-20 03:22:34.849144{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)