dderjugin commented on issue #10879:
URL: https://github.com/apache/hudi/issues/10879#issuecomment-2012029082
@ad1happy2go
`table.type=MERGE_ON_READ
precombine.field=time
HoodiePipeline.builder(targetTable)
.column("`time` TIMESTAMP(3)")
.column("__partition BIGINT")
.column("source VARCHAR(128)")
.column("fieldBoolean1 BOOLEAN")
.column("fieldInteger1 INT")
.column("fieldLong1 BIGINT")
.column("fieldDouble1 DOUBLE")
.column("fieldString1 STRING")
.column("fieldDateTime1 TIMESTAMP(3)")
.pk("`time`")
.partition("__partition")
.options(options)`
--
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]