Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2623#discussion_r212534871
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java
---
@@ -43,12 +46,6 @@
*/
private static final LogService LOGGER =
LogServiceFactory.getLogService(FileFactory.class.getName());
- private static Configuration configuration = null;
-
- static {
- configuration = new Configuration();
- configuration.addResource(new Path("../core-default.xml"));
--- End diff --
This code can be kept, if configuration is not present in thread then you
can get from here
---