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
Hi, So, have been using the playground recently (and its fun, thanks),
And while I was testing out some aggregation pipelines, i found out that even after a mere $match stage, epoch data (10 byte long number) was being shown in an exponential/scientific format in the output.
I agree that it's weird to have this field formatted differently, We could probably tweak the driver to prevent it from formatting these numbers. I'll try to give it a shot next week
Hi, So, have been using the playground recently (and its fun, thanks),
And while I was testing out some aggregation pipelines, i found out that even after a mere
$match
stage, epoch data (10 byte long number) was being shown in an exponential/scientific format in the output.It will most likely a formatter issue.
Ex:
1658318035
->1.658318035e+09
Sample data:
Query:
Output:
The text was updated successfully, but these errors were encountered: