mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
removed unused variable
This commit is contained in:
parent
3871541b5d
commit
3b9278ed10
1 changed files with 0 additions and 1 deletions
|
|
@ -143,7 +143,6 @@ public class AlluxioInterpreterTest {
|
|||
"Copied " + testFile.getAbsolutePath() + " to /testFile\n\n",
|
||||
output.message());
|
||||
|
||||
FileInStream tFile = fs.openFile(new AlluxioURI("/testFile"));
|
||||
long fileLength = fs.getStatus(new AlluxioURI("/testFile")).getLength();
|
||||
Assert.assertEquals(SIZE_BYTES, fileLength);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue