Github user lamber-ken commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2992#discussion_r243144133
--- Diff: docs/ddl-of-carbondata.md ---
@@ -157,22 +157,22 @@ CarbonData DDL statements are documented here,which
includes:
* GLOBAL_SORT: It increases the query performance, especially high
concurrent point query.
And if you care about loading resources isolation strictly, because
the system uses the spark GroupBy to sort data, the resource can be controlled
by spark.
- ### Example:
--- End diff --
> There are many Examples in the fileï¼ we should unify it.
ok
---