Skip to content

Commit 234f25f

Browse files
authored
Merge pull request #15938 from dagiro/patch-1
2 parents 6395ab5 + 5938d04 commit 234f25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-lake-analytics/data-lake-analytics-u-sql-programmability-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,8 +1465,8 @@ UDO is typically called explicitly in U-SQL script as part of the following U-SQ
14651465
* COMBINE
14661466
* REDUCE
14671467

1468-
[!NOTE]
1469-
UDO’s are limited to consume 0.5Gb memory. This memory limitation does not apply to local executions.
1468+
> [!NOTE]
1469+
> UDO’s are limited to consume 0.5Gb memory. This memory limitation does not apply to local executions.
14701470
14711471
## Use user-defined extractors
14721472
U-SQL allows you to import external data by using an EXTRACT statement. An EXTRACT statement can use built-in UDO extractors:

0 commit comments

Comments
 (0)