Github user chandrasaripaka commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2161#discussion_r241980433
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java
---
@@ -43,7 +44,7 @@
* LOGGER
*/
private static final Logger LOGGER =
- LogServiceFactory.getLogService(FileFactory.class.getName());
+ LogServiceFactory.getLogService(FileFactory.class.getName());
--- End diff --
Removing the unnecessary formats..thanks for bringing up this.
---