Skip to content

Commit

Permalink
[Enhancement] Add catalog information in FE's query_detail(StarRocks#…
Browse files Browse the repository at this point in the history
…40894)

Signed-off-by: happut <[email protected]>
  • Loading branch information
happut committed May 9, 2024
1 parent 994ac55 commit 8dca193
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public void testQueryDetailQueue() {
+ "\"returnRows\":1,"
+ "\"cpuCostNs\":1002,"
+ "\"memCostBytes\":100003,"
+ "\"spillBytes\":-1"
+ "\"catalog\":\"default_catalog\","
+ "\"spillBytes\":-1,"
+ "\"catalog\":\"default_catalog\""
+ "}]";
Assert.assertEquals(jsonString, queryDetailString);

Expand Down

0 comments on commit 8dca193

Please sign in to comment.