Skip to content

Commit 0e06f87

Browse files
authored
Update stream-analytics-stream-analytics-query-patterns.md
1 parent 28fe6a6 commit 0e06f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/stream-analytics-stream-analytics-query-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For more information, see [**WITH** clause](/stream-analytics-query/with-azure-s
109109

110110
## Simple pass-through query
111111

112-
A simple pass-through query can be used to copy the input stream data into the output. For example, if a stream of data containing real-time vehicle information needs to be saved in a SQL database for later analysis, a simple pass-through query will do the job.
112+
A simple pass-through query can be used to copy the input stream data into the output. For example, if a stream of data containing real-time vehicle information needs to be saved in a SQL database for later analysis, a simple pass-through query does the job.
113113

114114
**Input**:
115115

@@ -695,7 +695,7 @@ The End_fault is the current non-faulty event where the previous event was fault
695695
## Process events with independent time (Substreams)
696696

697697
Events can arrive late or out of order due to clock skews between event producers, clock skews between partitions, or network latency.
698-
For example, the device clock for *TollID* 2 is five seconds behind *TollID* 1, and the device clock for *TollID* 3 is ten seconds behind *TollID* 1. A computation can happen independently for each toll, considering only its own clock data as a timestamp.
698+
For example, the device clock for *TollID* 2 is five seconds behind *TollID* 1, and the device clock for *TollID* 3 is 10 seconds behind *TollID* 1. A computation can happen independently for each toll, considering only its own clock data as a timestamp.
699699

700700
**Input**:
701701

0 commit comments

Comments
 (0)