Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.
In general, I have also done a lot of other tests on actual data, and very often the join result is bugged/unexpected.
So I am wandering whether there is a huge bug on join, or maybe there are some assumptions not written in the documentation.
Hi,
I have taken the example of the documentation on the left join, and changed a little, and tested on InfluxDB. This is the code:
And the result is:
_time
,_value
,id
label
In general, I have also done a lot of other tests on actual data, and very often the join result is bugged/unexpected. So I am wandering whether there is a huge bug on join, or maybe there are some assumptions not written in the documentation.
Regards