Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 7129563

Browse files
committed
Done
1 parent 674a501 commit 7129563

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

quesma/model/metrics_aggregations/common.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ func metricsTranslateSqlResponseToJsonWithFieldTypeCheck(
5050

5151
func resultRowsAreFine(ctx context.Context, rows []model.QueryResultRow) bool {
5252
if len(rows) == 0 {
53-
logger.WarnWithCtx(ctx).Msg("no rows returned for metrics aggregation")
5453
return false
5554
}
5655
if len(rows[0].Cols) == 0 {

quesma/queryparser/pancake_json_rendering.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func (p *pancakeJSONRenderer) selectMetricRows(metricName string, rows []model.Q
3636
}
3737
return []model.QueryResultRow{newRow}
3838
}
39-
logger.ErrorWithCtx(p.ctx).Msgf("no rows in selectMetricRows %s", metricName)
4039
return
4140
}
4241

0 commit comments

Comments
 (0)