xushiyan commented on issue #3963:
URL: https://github.com/apache/hudi/issues/3963#issuecomment-968093165


   > but no data insert into table
   
   You meant no parquet file written at all?
   > 94684 [main] INFO  org.apache.hudi.io.HoodieMergeHandle  - Merging new 
data into oldPath 
/home/work/hudi_catalog4/2020/01/03/158308ae-8ac1-474c-85bc-6f0c4f88243d-0_0-0-0_20211111203048.parquet,
 as newPath 
/home/work/hudi_catalog4/2020/01/03/158308ae-8ac1-474c-85bc-6f0c4f88243d-0_0-0-0_20211112071954.parquet
   
   The log showed some files written. Can you also exam your content in 
`.hoodie/` and see the content in commit files. the logs showed that data 
committed. `client.insert(writeRecords, newCommitTime);` returns a list of 
write status. can you debug that? Basically you're running the client example 
code. I don't see why this won't work. Can you debug the application yourself 
first 


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to