Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2816#discussion_r228028346
--- 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 --
This is main file in C/C++. but only for test. In the future, CSDK will
support test framework(such as googletest) to instead of main.cpp.---
