Skip to content

Commit 5dde5b0

Browse files
committed
fix(doc): use colon instead of equals sign in session properties
Signed-off-by: divinerapier <[email protected]>
1 parent 822e88d commit 5dde5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ http://user@localhost:8080?source=hello&catalog=default&schema=foobar
256256
```
257257

258258
```
259-
https://user@localhost:8443?session_properties=query_max_run_time=10m,query_priority=2
259+
https://user@localhost:8443?session_properties=query_max_run_time:10m;query_priority:2
260260
```
261261

262262
## Data types

0 commit comments

Comments
 (0)