Zhangshunyu commented on a change in pull request #3960:
URL: https://github.com/apache/carbondata/pull/3960#discussion_r495540573



##########
File path: 
integration/spark/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala
##########
@@ -366,7 +366,7 @@ class AlterTableValidationTestCase extends QueryTest with 
BeforeAndAfterAll {
     sql("alter table default.restructure change decimalfield deciMalfield 
Decimal(11,3)")
     sql("alter table default.restructure change decimalfield deciMalfield 
Decimal(12,3)")
     intercept[ProcessMetaDataException] {
-      sql("alter table default.restructure change decimalfield deciMalfield 
Decimal(12,3)")
+      sql("alter table default.restructure change decimalfield deciMalfield 
Decimal(12,2)")

Review comment:
       Why change here?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to