Skip to content

Commit

Permalink
fixup! [AMORO-3279] Get the total result when retrieve the optimizing…
Browse files Browse the repository at this point in the history
… tables from db
  • Loading branch information
klion26 committed Oct 21, 2024
1 parent 8e80c74 commit 497aa0b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ Blocker block(
* set.
* @param limit How many entries we want to retrieve.
* @param offset The entries we'll skip when retrieving the entries.
* @return The first entry is the actual list under the filters and with the offset and limit,
* and second value will return the total entries under the filters.
*/
Pair<List<TableRuntimeMeta>, Integer> getTableRuntimes(
String optimizerGroup,
Expand Down

0 comments on commit 497aa0b

Please sign in to comment.