Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2320#discussion_r189422348
--- Diff: docs/data-management-on-carbondata.md ---
@@ -39,7 +39,7 @@ This tutorial is going to introduce all commands and data
operations on CarbonDa
[TBLPROPERTIES (property_name=property_value, ...)]
[LOCATION 'path']
```
- **NOTE:** CarbonData also supports "STORED AS carbondata". Find example
code at
[CarbonSessionExample](https://github.com/apache/carbondata/blob/master/examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala)
in the CarbonData repo.
+ **NOTE:** CarbonData also supports "STORED AS carbondata" and "USING
carbondata". Find example code at
[CarbonSessionExample](https://github.com/apache/carbondata/blob/master/examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala)
in the CarbonData repo.
--- End diff --
I think we should change the example in line 38 to encourage user to use
`STORED AS` as it is the standard Hive syntax
---