From 922155556521f95d811d0456f9970aa7a7d22db6 Mon Sep 17 00:00:00 2001 From: QiangCai Date: Tue, 30 Jan 2018 22:06:32 +0800 Subject: [PATCH] fix comments --- .../apache/spark/carbondata/TestStreamingTableOperation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala index ad06bb23fe6..db4119b7e52 100644 --- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala +++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOperation.scala @@ -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)