Skip to content

Commit

Permalink
chore: update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lafirest committed Jul 3, 2023
1 parent 9026037 commit 094b8e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changes/ce/fix-11172.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Fix the `payload` will be duplicated in the below situations:
- Use a `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/#"`
- Select the `payload` field and all fields

For example:

`SELECT payload.sensors, * FROM "t/#"`

0 comments on commit 094b8e4

Please sign in to comment.