Skip to content

Commit

Permalink
Remove foo=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcx committed Jan 2, 2025
1 parent 9c54cf0 commit 0f8d019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testdata/Goldens/Render/input.pql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
StormEvents
| project State, EventType, DamageProperty
| extend foo=1
| summarize TotalDamage=sum(DamageProperty) by State
| sort by TotalDamage desc
| limit 10
Expand Down

0 comments on commit 0f8d019

Please sign in to comment.