Skip to content

Commit d46d6db

Browse files
committed
resolve conflict
1 parent 4b17927 commit d46d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveMetastoreCatalogSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class HiveMetastoreCatalogSuite extends TestHiveSingleton with SQLTestUtils {
4646
test("duplicated metastore relations") {
4747
val df = spark.sql("SELECT * FROM src")
4848
logInfo(df.queryExecution.toString)
49-
df.as('a).join(df.as('b), $"a.key" === $"b.key")
49+
df.as("a").join(df.as("b"), $"a.key" === $"b.key")
5050
}
5151

5252
test("should not truncate struct type catalog string") {

0 commit comments

Comments
 (0)