Skip to content

Commit

Permalink
Fixes #16788 : Fix feed and count api query performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sonika-shah committed Jul 10, 2024
1 parent 95bf5a3 commit b554d6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ String getLatestRecord(
@Define("table") String table, @BindFQN("entityFQNHash") String entityFQNHash);

default String getLatestRecord(String entityFQNHash) {
System.out.println("getLatestRecord: entityFQNHash= " + getTimeSeriesTableName());
return getLatestRecord(getTimeSeriesTableName(), entityFQNHash);
}

Expand Down

0 comments on commit b554d6e

Please sign in to comment.