From fcf4d369405c434b67041d87035af6548ca80423 Mon Sep 17 00:00:00 2001 From: Yiqiang Ding Date: Thu, 7 Sep 2023 00:07:15 -0700 Subject: [PATCH] change the name of the test case --- .../coral/trino/rel2trino/HiveToTrinoConverterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coral-trino/src/test/java/com/linkedin/coral/trino/rel2trino/HiveToTrinoConverterTest.java b/coral-trino/src/test/java/com/linkedin/coral/trino/rel2trino/HiveToTrinoConverterTest.java index 0f7bc5c8c..0dee83fe1 100644 --- a/coral-trino/src/test/java/com/linkedin/coral/trino/rel2trino/HiveToTrinoConverterTest.java +++ b/coral-trino/src/test/java/com/linkedin/coral/trino/rel2trino/HiveToTrinoConverterTest.java @@ -850,7 +850,7 @@ public void testSqlSelectAliasAppenderTransformer() { } @Test - public void testSqlSelectAliasAppenderTransformerWithoutTableAlias() { + public void testSqlSelectAliasAppenderTransformerWithoutTableAliasPrefix() { // test.tableA(a int, b struct RelNode relNode = TestUtils.getHiveToRelConverter().convertSql("SELECT b.b1 FROM test.tableA where a > 5"); RelToTrinoConverter relToTrinoConverter = TestUtils.getRelToTrinoConverter();