Github user zzcclp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3037#discussion_r244585940
--- Diff:
examples/spark2/src/main/java/org/apache/carbondata/examples/sdk/CarbonReaderExample.java
---
@@ -33,127 +29,129 @@
import org.apache.carbondata.sdk.file.Field;
import org.apache.carbondata.sdk.file.Schema;
+import org.apache.commons.io.FileUtils;
--- End diff --
this line need to place in front of packege 'org.apache.carbondata', right?---
