Description
Path sideFilePath = OrcAcidUtils.getSideFile(corruptPath);
Path backupSideFilePath = new Path(backupDataPath.getParent(), sideFilePath.getName());
moveFiles(fs, sideFilePath, backupSideFilePath);
Check if the sideFile file exists. Compatibility test case.
Attachments
Issue Links
- links to