You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Yiqun Zhang (Jira)" <ji...@apache.org> on 2021/10/26 09:09:00 UTC

[jira] [Created] (ORC-1039) For the tests provided by ORC-1030 to work properly, compatibility modifications need to be provided

Yiqun Zhang created ORC-1039:
--------------------------------

             Summary: For the tests provided by ORC-1030 to work properly, compatibility modifications need to be provided
                 Key: ORC-1039
                 URL: https://issues.apache.org/jira/browse/ORC-1039
             Project: ORC
          Issue Type: Test
          Components: Java, tools
    Affects Versions: 1.6.11, 1.7.0, 1.8.0
            Reporter: Yiqun Zhang


{code:java}
      Path sideFilePath = OrcAcidUtils.getSideFile(corruptPath);
      Path backupSideFilePath = new Path(backupDataPath.getParent(), sideFilePath.getName());
      moveFiles(fs, sideFilePath, backupSideFilePath);
{code}
Check if the sideFile file exists. Compatibility test case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)