Skip to content

Commit

Permalink
checkstyle pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractdog committed Apr 2, 2024
1 parent 42ab261 commit 9dce61e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public void testInputEventSerializedPayload() throws IOException {
public void testInputEventSerializedPath() throws IOException {
MRSplitProto proto = MRSplitProto.newBuilder().setSplitBytes(ByteString.copyFrom("splits".getBytes())).build();

FileSystem localFs = FileSystem.getLocal(conf);
Path splitsDir = localFs.resolvePath(localTestRootDir);

Path serializedPath = new Path(splitsDir + Path.SEPARATOR + "splitpayload");
Expand Down Expand Up @@ -282,7 +281,6 @@ private DataSourceDescriptor generateDataSourceDescriptorMapRed(Path inputSplits

@Test(timeout = 5000)
public void testInputSplitLocalResourceCreationWithDifferentFS() throws Exception {
FileSystem localFs = FileSystem.getLocal(conf);
Path splitsDir = localFs.resolvePath(localTestRootDir);

DataSourceDescriptor dataSource = generateDataSourceDescriptorMapRed(splitsDir);
Expand Down

0 comments on commit 9dce61e

Please sign in to comment.