You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/deletesegment/DeleteSegmentByRemainNumberTestCase.scala
+7-6
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ class DeleteSegmentByRemainNumberTestCase extends QueryTest with BeforeAndAfterA
64
64
valex= intercept[Exception] {
65
65
sql("delete from table deleteSegmentTable expect segment.remain_number = -1")
66
66
}
67
-
assert(ex.getMessage.contains("not found in database"))
67
+
assert(ex.getMessage.contains("not found"))
68
68
}
69
69
70
70
test("delete segment after update") {
@@ -87,16 +87,17 @@ class DeleteSegmentByRemainNumberTestCase extends QueryTest with BeforeAndAfterA
87
87
sql("drop table if exists deleteSegmentTable")
88
88
sql(
89
89
"CREATE table deleteSegmentTable (ID int, date String, country String, name "+
90
-
"String, phonetype String, serialname String, salary String) STORED AS carbondata"
0 commit comments