oleg-vlsk commented on code in PR #11425: URL: https://github.com/apache/ignite/pull/11425#discussion_r1885427549
########## modules/core/src/main/java/org/apache/ignite/spi/systemview/view/SqlPlanHistoryView.java: ########## @@ -34,6 +34,13 @@ public SqlPlanHistoryView(Map.Entry<SqlPlan, Long> plan) { this.plan = plan; } + /** + * @return SQL plan entry. + */ + public Map.Entry<SqlPlan, Long> sqlPlan() { Review Comment: Method `SqlPlanHistoryView#sqlPlan` deleted. `SqlPlanHistoryIntegrationTest#getSqlPlanHistory` now returns `List<SqlPlanHistoryView>`. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org