Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1939#discussion_r168108321
--- Diff: .gitignore ---
@@ -15,4 +15,5 @@ target/
.project
.classpath
metastore_db/
-derby.log
\ No newline at end of file
+derby.log
+integration/spark-common-test/src/test/resources/Data
--- End diff --
Are there any bad effect for carbon? Please tell me if have
When I run SDV in local machine, I need copy DATA directory to carbondata
project, and except DATA directory when I git add and commit. So I add this
line to .gitignore. I suggest add this line if not bad effect for carbondata
project.
Or there are any better method to solve this problem, please tell me too.
---