From adbe59d889ab35b5bf9ce6a930df8b4620269ea5 Mon Sep 17 00:00:00 2001 From: IceS2 Date: Thu, 12 Sep 2024 16:50:04 +0200 Subject: [PATCH] Hotfix to the Term Aggregation size on Data Insights (#17822) --- .../service/jdbi3/DataInsightSystemChartRepository.java | 2 +- .../ElasticSearchLineChartAggregator.java | 2 +- .../dataInsightAggregator/OpenSearchLineChartAggregator.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightSystemChartRepository.java b/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightSystemChartRepository.java index e2d826c653d..5ff383b7c18 100644 --- a/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightSystemChartRepository.java +++ b/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightSystemChartRepository.java @@ -21,7 +21,7 @@ public class DataInsightSystemChartRepository extends EntityRepository