Github user sgururajshetty commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2756#discussion_r220428630
--- Diff: docs/sdk-guide.md ---
@@ -181,22 +181,31 @@ public class TestSdkJson {
```
## Datatypes Mapping
-Each of SQL data types are mapped into data types of SDK. Following are
the mapping:
+Each of SQL data types and Avro Data Types are mapped into data types of
SDK. Following are the mapping:
-| SQL DataTypes | Mapped SDK DataTypes |
+| SQL DataTypes | Avro DataTypes | Mapped SDK DataTypes |
|---------------|----------------------|
--- End diff --
Check the formatting
---