n3nash edited a comment on pull request #3183: URL: https://github.com/apache/hudi/pull/3183#issuecomment-871080919
@nsivabalan I ran into this today while testing :) @xiarixiaoyao The question is why is the base path "/tmp/view_map". It should ideally be just "/tmp". I see that this is coming from here -> https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/table/view/FileSystemViewStorageConfig.java#L50 and the change was made after discussions here -> https://github.com/apache/hudi/issues/768. @garyli1019 Any specific reason we changed to "view_map" ? -- 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]
