Skip to content

Commit ce62a1d

Browse files
committed
One more fix
1 parent 2382ae2 commit ce62a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/event-hubs-parquet-capture-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Before you start, make sure you've completed the following steps:
107107
TOP 100 *
108108
FROM
109109
OPENROWSET(
110-
BULK 'https://adlsname.dfs.core.windows.net/container/*/*/*.parquet',
110+
BULK 'https://adlsname.dfs.core.windows.net/container/*/*.parquet',
111111
FORMAT='PARQUET'
112112
) AS [result]
113113
```

0 commit comments

Comments
 (0)