We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e5182 commit 97b4b68Copy full SHA for 97b4b68
README.md
@@ -183,7 +183,7 @@ also known as namespace in some environments.
183
184
```
185
Type: string
186
-Valid values: comma-separated list of key=value session properties
+Valid values: semicolon-separated list of key:value session properties
187
Default: empty
188
189
@@ -296,7 +296,7 @@ http://user@localhost:8080?source=hello&catalog=default&schema=foobar
296
297
298
299
-https://user@localhost:8443?session_properties=query_max_run_time=10m,query_priority=2
+https://user@localhost:8443?session_properties=query_max_run_time:10m;query_priority:2
300
301
302
## Data types
0 commit comments