Fix the payload will be duplicated in the below situations:
foreach sentence without the as sub-expression and select all fields(use the * or omitted the do sub-expression)For example:
FOREACH payload.sensors FROM "t/#"
payload field and all fieldsFor example:
SELECT payload.sensors, * FROM "t/#"