Skip to content

Commit 0846a96

Browse files
authored
Merge pull request #127021 from changeworld/patch-27
Fix typo: does't -> doesn't
2 parents 4c0cea2 + ecb426c commit 0846a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/data-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ There are several data errors that can only be detected after making a call to t
213213

214214
### OutputDataConversionError.RequiredColumnMissing
215215

216-
* Cause: The column required for the output doesn't exist. For example, a column defined as Azure Table PartitionKey does't exist.
216+
* Cause: The column required for the output doesn't exist. For example, a column defined as Azure Table PartitionKey doesn't exist.
217217
* Portal notification provided: Yes
218218
* Resource log level: Warning
219219
* Impact: All output data conversion errors including missing required column are handled according to the [Output Data Policy](./stream-analytics-output-error-policy.md) setting.

0 commit comments

Comments
 (0)