Currently, I don't add csv support for it because I think it is fine for external parser to do autoscale.
If we need this feature to enable in csv mode please tell me.
Differential D46231
Add autoscale for gstat aokblast on Aug 5 2024, 4:28 PM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions @imp Hello, I found this needed feature in your idea list. Do you have any problem or feedback? Comment Actions
I think that's probably ok, but then we should make it an error to combine -C and -S.
Comment Actions @khng Tell me that we can use humanize_number(3). What are your opinions? It is a slightly different logic since it will autoscale until it can fit the length of given buffer. Comment Actions It's hard to say without seeing the result. Assuming its use is gated by -S, I don't see any major issue with using humanize_number() here. |