Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2816#discussion_r227681343
--- Diff: store/CSDK/main.cpp ---
@@ -21,6 +21,8 @@
#include <iostream>
#include <unistd.h>
#include "CarbonReader.h"
+#include "CarbonRow.h"
+#include <sys/time.h>
using namespace std;
--- End diff --
why this file is called main.cpp?---
