sandy du created HUDI-5729:
------------------------------
Summary: BulkInsert recordKey contains timestamp field is fixed
as a time string
Key: HUDI-5729
URL: https://issues.apache.org/jira/browse/HUDI-5729
Project: Apache Hudi
Issue Type: Bug
Components: flink
Reporter: sandy du
When recordKey contains timestamp field , bulkInsert mode generated recordKey
like “id:11,ts:2022-10-12T18:30:03”. But upsert mode according to config
{color:#4c9aff}_“hoodie.datasource.write.keygenerator.consistent.logical.timestamp.enabled”{color:#172b4d}
generated recordKey is “id:11,ts:2022-10-12T18:30:03” or
{color:#4c9aff}{color:#172b4d}“id:11,ts:167462460000”{color}{color}{color}_{color}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)