Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2842#discussion_r227356312
--- Diff: docs/sdk-guide.md ---
@@ -24,7 +24,8 @@ CarbonData provides SDK to facilitate
# SDK Writer
-In the carbon jars package, there exist a
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader.
+In the carbon jars package, there exist a
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader.
+If you want to use SDK, it needs other carbon jar or you can use
carbondata-sdk.jar.
--- End diff --
What does this mean?
User can
1. only use SDK jar
2. use other carbon jars instread (SDK jar not included?)
Is my understanding correct?
---