Github user sgururajshetty commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2572#discussion_r206017345
--- Diff: docs/data-management-on-carbondata.md ---
@@ -283,7 +283,29 @@ This tutorial is going to introduce all commands and
data operations on CarbonDa
```
ALTER TABLE employee SET TBLPROPERTIES
(âCACHE_LEVELâ=âBlockletâ)
```
-
+
+ - **String longer than 32000 characters**
--- End diff --
If it is a Alpha feature then please mention in the bracket that (Alpha
Feature 1.4.1 )
---