lamber-ken commented on issue #1375: [SUPPORT] HoodieDeltaStreamer offset not handled correctly URL: https://github.com/apache/incubator-hudi/issues/1375#issuecomment-595370413 hi @eigakow, can you check the first commit content, like bellow? ``` { "partitionToWriteStats" : { }, "compacted" : false, "extraMetadata" : { "ROLLING_STAT" : "{\n \"partitionToRollingStats\" : { },\n \"actionType\" : \"commit\"\n}", "schema" : "{\"type\":\"record\",\"name\":\"stock_ticks\",\"fields\":[{\"name\":\"volume\",\"type\":\"long\"},{\"name\":\"ts\",\"type\":\"string\"},{\"name\":\"symbol\",\"type\":\"string\"},{\"name\":\"year\",\"type\":\"int\"},{\"name\":\"month\",\"type\":\"string\"},{\"name\":\"high\",\"type\":\"double\"},{\"name\":\"low\",\"type\":\"double\"},{\"name\":\"key\",\"type\":\"string\"},{\"name\":\"date\",\"type\":\"string\"},{\"name\":\"close\",\"type\":\"double\"},{\"name\":\"open\",\"type\":\"double\"},{\"name\":\"day\",\"type\":\"string\"}]}", "deltastreamer.checkpoint.key" : "" }, "operationType" : "UPSERT", "fileIdAndRelativePaths" : { }, "totalRecordsDeleted" : 0, "totalLogRecordsCompacted" : 0, "totalScanTime" : 0, "totalCreateTime" : 0, "totalUpsertTime" : 0, "totalCompactedRecordsUpdated" : 0, "totalLogFilesCompacted" : 0, "totalLogFilesSize" : 0 } ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
