when i try to join the values into a table on time, value of temp, the right, cant yield out.When i print out r._filed to check, i found what printed was “Him”, which is value of l.filed.
@Leo I think it’s because your fields have different keys, therefore the group keys of your two streams are different. Try ungrouping the raw stream so that the group keys match before the join.
However, looking at your query, I don’t think you need a join. I avoid joins whenever I can because they’re complicated and they aren’t very performant. In this case, I think pivoting on time will give you the results you’re looking for: