sidnakoppa edited a comment on issue #652: Reading Merge_on_read table| Failing SchemaParseException: Empty name URL: https://github.com/apache/incubator-hudi/issues/652#issuecomment-486614978 **read is working in 0.4.6 version,but updated records are not fetched** 1. Realtime table is not created by hivesync tool. So, manually created Realtime table and records are fetched successfully. But even after multiple updates the fetched records are not the recent ones. for instance > 1st run - write record 1,"hudi_045",current_timestamp as ts > read result -- 1, hudi_045 > 2nd run - write record 1,"hudi_046",current_timestamp as ts > read result -- 1,hudi_046 > 3rd run -- write record 1, "_hoodie_123_",current_timestamp as ts > read result --- 1,_hudi_046_ > 4th run -- write record 1, "_hdie_1232324_",current_timestamp as ts > read result --- 1,_hudi_046_ So is there any compaction to be enabled before reading or while writing . FYI - Failures reported were for 0.4.5V
---------------------------------------------------------------- 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
