You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor smart attributes query to use limit() instead of tail() for fetching recent entries
- Updated the aggregation logic in `aggregateSmartAttributesQuery` to utilize `limit()` for retrieving the newest entries after sorting, ensuring correct data retrieval.
- Adjusted subquery construction to improve clarity and maintainability.
- Enhanced comments for better understanding of the changes made.
(cherry picked from commit c1f70ff)
0 commit comments