Skip to content

Commit

Permalink
fix cherry pick
Browse files Browse the repository at this point in the history
  • Loading branch information
jievince committed Dec 22, 2021
1 parent aa3f927 commit ae5ff8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/graph/executor/admin/SpaceExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "graph/context/QueryContext.h"
#include "graph/planner/plan/Admin.h"
#include "graph/service/PermissionManager.h"
#include "graph/stats/StatsDef.h"
#include "graph/stats/GraphStats.h"
#include "graph/util/FTIndexUtils.h"
#include "graph/util/SchemaUtil.h"

Expand Down
1 change: 0 additions & 1 deletion src/graph/executor/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ SET(EXEC_QUERY_TEST_OBJS
$<TARGET_OBJECTS:storage_thrift_obj>
$<TARGET_OBJECTS:meta_client_obj>
$<TARGET_OBJECTS:stats_obj>
$<TARGET_OBJECTS:stats_def_obj>
$<TARGET_OBJECTS:time_obj>
$<TARGET_OBJECTS:meta_thrift_obj>
$<TARGET_OBJECTS:common_thrift_obj>
Expand Down

0 comments on commit ae5ff8e

Please sign in to comment.