I have my Android app's logs in CloudWatch. One event am tracking is giving data like this.
Using 'count_distinct' it's giving count as 242 and while using 'count', it gives 243. So one duplicate entry is there.
I have id field as well. And i guess it might be repeating. How can i filter it out?