We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b17927 commit d46d6dbCopy full SHA for d46d6db
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveMetastoreCatalogSuite.scala
@@ -46,7 +46,7 @@ class HiveMetastoreCatalogSuite extends TestHiveSingleton with SQLTestUtils {
46
test("duplicated metastore relations") {
47
val df = spark.sql("SELECT * FROM src")
48
logInfo(df.queryExecution.toString)
49
- df.as('a).join(df.as('b), $"a.key" === $"b.key")
+ df.as("a").join(df.as("b"), $"a.key" === $"b.key")
50
}
51
52
test("should not truncate struct type catalog string") {
0 commit comments