Skip to content

Commit

Permalink
HIVE-28354: Fix naming in negative LLAP CLI driver config
Browse files Browse the repository at this point in the history
  • Loading branch information
InvisibleProgrammer committed Jun 27, 2024
1 parent 74b9c88 commit afb3508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@RunWith(Parameterized.class)
public class TestNegativeLlapCliDriver {

static CliAdapter adapter = new CliConfigs.NegativeLlapCliDriver().getCliAdapter();
static CliAdapter adapter = new CliConfigs.NegativeLlapCliConfig().getCliAdapter();

@Parameters(name = "{0}")
public static List<Object[]> getParameters() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ public NegativeLlapLocalCliConfig() {
}
}

public static class NegativeLlapCliDriver extends AbstractCliConfig {
public NegativeLlapCliDriver() {
public static class NegativeLlapCliConfig extends AbstractCliConfig {
public NegativeLlapCliConfig() {
super(CoreNegativeCliDriver.class);
try {
setQueryDir("ql/src/test/queries/clientnegative");
Expand Down

0 comments on commit afb3508

Please sign in to comment.