Skip to content

Commit a9feb38

Browse files
authored
Records and arrays are serialized as JSON into SQL output
1 parent 1264078 commit a9feb38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/stream-analytics/stream-analytics-compatibility-level.md

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ The upsert behavior is *insert or replace*.
8686

8787
**1.2 level:** Values that do not fit into the target type are handled according to the output error policy.
8888

89+
### Record and array serialization when writing to SQL output
90+
91+
**Previous levels:** Records were written as "Record" and arrays were written as "Array".
92+
93+
**1.2 level:** Records and arrays are serialized in JSON format.
94+
8995
### Strict validation of prefix of functions
9096

9197
**Previous levels:** There was no strict validation of function prefixes.

0 commit comments

Comments
 (0)