furquan1993 commented on issue #14259: URL: https://github.com/apache/hudi/issues/14259#issuecomment-3541587849
Ok, now I am clear. So you are running incremental cdc starting from first commit. Which gives you only 1 record and that is fine. However, if you update your being_instant value to 0 (basically starting from the very beginning), you would get encoded value. My requirement is to also capture those 10 records as well which you are inserting first before inserting/updating any other record. Inshort, I am getting correct values between 1st and 2nd commit. However, if I try and get values before 0th and 1st commit, I get encoded value. How can i resolve that. JFYI, i am doing this in Java. I doubt that have anything to do with it though. -- 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]
