liujianhuiouc opened a new pull request #1216: [HUDI-525]
URL: https://github.com/apache/incubator-hudi/pull/1216
 
 
   add insert info with insert records num in the HoodieCommitMeta. 
   because of the file id is unknown, set it as empty string
   
    testing result:
   ```
   
     "partitionToWriteStats" : {
       "americas/brazil/sao_paulo" : [ {
         "fileId" : "",
         "path" : null,
         "prevCommit" : null,
         "numWrites" : 0,
         "numDeletes" : 0,
         "numUpdateWrites" : 0,
         "numInserts" : 3,
         "totalWriteBytes" : 0,
         "totalWriteErrors" : 0,
         "tempPath" : null,
         "partitionPath" : null,
         "totalLogRecords" : 0,
         "totalLogFilesCompacted" : 0,
         "totalLogSizeCompacted" : 0,
         "totalUpdatedRecordsCompacted" : 0,
         "totalLogBlocks" : 0,
         "totalCorruptLogBlock" : 0,
         "totalRollbackBlocks" : 0,
         "fileSizeInBytes" : 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

Reply via email to