levy5307 commented on a change in pull request #604:
URL: https://github.com/apache/incubator-pegasus/pull/604#discussion_r490690712
##########
File path: src/server/test/hotspot_partition_test.cpp
##########
@@ -58,6 +63,16 @@ class hotspot_partition_test : public
pegasus_server_test_base
std::vector<std::vector<double>> result =
get_calculator_result(calculator._hot_points);
ASSERT_EQ(result, expect_result);
}
+ void aggregate_analyse_data(std::vector<row_data> scenario,
+ hotspot_partition_calculator &calculator)
+ {
+ calculator.data_aggregate(std::move(scenario));
+ calculator.data_analyse();
+ }
Review comment:
add a blank line between two fuctions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]