Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
QiangCai committed Jan 30, 2018
1 parent 23164c9 commit 9221555
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ class TestStreamingTableOperation extends QueryTest with BeforeAndAfterAll {
}

// normal table not support streaming ingest
test("normal table not support streaming ingest") {
test("normal table not support streaming ingest and alter normal table's streaming property") {
// alter normal table's streaming property
val msg = intercept[MalformedCarbonCommandException](sql("alter table streaming.batch_table set tblproperties('streaming'='false')"))
assertResult("Streaming property value is incorrect")(msg.getMessage)
Expand Down

0 comments on commit 9221555

Please sign in to comment.