Skip to content

Commit 4d109c8

Browse files
committed
minor fix
1 parent af84cd7 commit 4d109c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog-service/2024/12-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ We're excited to announce the release of the updated version of Azure Functions
564564

565565
We're happy to announce a change to the behaviour of the `count` operator to return `Long` values. Previously, the `count` operator returned `Int` data type which could lead to a negative value if the maximum integer value was exceeded. With this change, we are changing the data type of the count operator result from `Int` to `Long` data type.
566566

567-
This change will apply to all new queries. Any existing queries as part of various content types - Log Search, Scheduled Search, [Lookup Table](/docs/search/lookup-tables/manage-update-lookup-tables/#upgrade-the-lookup-table-to-avoid-negative-count-results), [Scheduled Views](/docs/manage/scheduled-views/scheduled-views-best-practices/#upgrade-your-scheduled-views-to-avoid-negative-count-results), and Saved Search will also seamlessly transition to show `Long` values in case of `Int` overflow.
567+
This change will apply to all new queries. Any existing queries as part of various content types - Log Search, Scheduled Search, [Lookup Table](/docs/search/lookup-tables/manage-update-lookup-tables/#upgrade-the-lookup-table-to-avoid-negative-count-results), [Scheduled Views](/docs/manage/scheduled-views/scheduled-views-best-practices/#how-to-avoid-negative-count-results), and Saved Search will also seamlessly transition to show `Long` values in case of `Int` overflow.
568568

569569
### August 27, 2024 (Collection)
570570

docs/manage/scheduled-views/scheduled-views-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ _view=nice_view_man | timeslice 1d | sum(_count) by _timeslice, status_code
222222

223223
## FAQ
224224

225-
### How to avoid negative count results?
225+
### How to avoid negative count results
226226

227227
Validate if you are using the scheduled views created before August 28th, 2024. The scheduled views created before this date will use the `Int` data type for the `count` operator, inturn resulting in a negative count value after crossing the maximum integer value of `2147483647`.
228228

0 commit comments

Comments
 (0)