Skip to content

Commit d89ca3f

Browse files
committed
Rename
1 parent 8cc4449 commit d89ca3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-clp/src/test/java/com/facebook/presto/plugin/clp/TestClpPushDown.java renamed to presto-clp/src/test/java/com/facebook/presto/plugin/clp/TestClpComputePushDown.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import static org.testng.Assert.fail;
5555

5656
@Test(singleThreaded = true)
57-
public class TestClpPushDown
57+
public class TestClpComputePushDown
5858
{
5959
private static final String TABLE_NAME = "test_pushdown";
6060
private static final Pattern BASE_PTR =

0 commit comments

Comments
 (0)