Skip to content

Commit

Permalink
Rebase against master
Browse files Browse the repository at this point in the history
  • Loading branch information
xy_xin committed Aug 9, 2019
1 parent 21b02ea commit e68fba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -531,7 +531,8 @@ class AnalysisErrorSuite extends AnalysisTest {
val plan = Project(
Seq(a, Alias(InSubquery(Seq(a), ListQuery(LocalRelation(b))), "c")()),
LocalRelation(a))
assertAnalysisError(plan, "Predicate sub-queries can only be used in a Filter" :: Nil)
assertAnalysisError(plan, "Predicate sub-queries can only be used" +
" in Filter/DeleteFromTable" :: Nil)
}

test("PredicateSubQuery is used is a nested condition") {
Expand Down
Expand Up @@ -1700,7 +1700,6 @@ class DataSourceV2SQLSuite extends QueryTest with SharedSQLContext with BeforeAn
}
}

<<<<<<< HEAD
test("tableCreation: partition column case insensitive resolution") {
val testCatalog = spark.catalog("testcat").asTableCatalog
val sessionCatalog = spark.catalog("session").asTableCatalog
Expand Down

0 comments on commit e68fba2

Please sign in to comment.