Skip to content

Commit

Permalink
change the name of the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiqiang Ding authored and Yiqiang Ding committed Sep 7, 2023
1 parent 79cbc5e commit fcf4d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ public void testSqlSelectAliasAppenderTransformer() {
}

@Test
public void testSqlSelectAliasAppenderTransformerWithoutTableAlias() {
public void testSqlSelectAliasAppenderTransformerWithoutTableAliasPrefix() {
// test.tableA(a int, b struct<b1:string>
RelNode relNode = TestUtils.getHiveToRelConverter().convertSql("SELECT b.b1 FROM test.tableA where a > 5");
RelToTrinoConverter relToTrinoConverter = TestUtils.getRelToTrinoConverter();
Expand Down

0 comments on commit fcf4d36

Please sign in to comment.