Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2720#discussion_r217669998
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/store/writer/AbstractFactDataWriter.java
---
@@ -324,7 +324,7 @@ public void initializeWriter() throws
CarbonDataWriterException {
/**
* This method will write metadata at the end of file file format in
thrift format
*/
- protected abstract void writeBlockletInfoToFile() throws
CarbonDataWriterException;
--- End diff --
this method name is wrong earlier
---