aizain commented on issue #9023:
URL: https://github.com/apache/hudi/issues/9023#issuecomment-1600274187

   .temp/20230620200048221/MARKERS.type
   file is Exist but content is empty
   
   fsDataInputStream = fileSystem.open(markerTypeFilePath);
   
   
   `if (!doesMarkerTypeFileExist(fileSystem, markerDir)) {
           return Option.empty();
         }
         fsDataInputStream = fileSystem.open(markerTypeFilePath);
         content = 
Option.of(MarkerType.valueOf(FileIOUtils.readAsUTFString(fsDataInputStream)));`


-- 
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]

Reply via email to