Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 8b42288

Browse files
tianchen92lidavidm
authored andcommitted
ARROW-7713: [Java] TastLeak was put at the wrong location
Related to [ARROW-7713](https://issues.apache.org/jira/browse/ARROW-7713). Seems TestLeak.java was put at the wrong place, we should move it into flight-core. Closes apache#6311 from tianchen92/ARROW-7713 and squashes the following commits: d04fbc2 <tianchen> ARROW-7713: TastLeak was put at the wrong location Authored-by: tianchen <niki.lj@alibaba-inc.com> Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent fcf6b96 commit 8b42288

File tree

1 file changed

+0
-1
lines changed
  • java/flight/flight-core/src/test/java/org/apache/arrow/flight

1 file changed

+0
-1
lines changed

java/flight/src/test/java/org/apache/arrow/flight/TestLeak.java renamed to java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestLeak.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import org.apache.arrow.vector.types.pojo.ArrowType;
3030
import org.apache.arrow.vector.types.pojo.Field;
3131
import org.apache.arrow.vector.types.pojo.Schema;
32-
3332
import org.junit.Test;
3433

3534
/**

0 commit comments

Comments
 (0)