File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -183,13 +183,19 @@ also known as namespace in some environments.
183
183
184
184
```
185
185
Type: string
186
- Valid values: comma -separated list of key= value session properties
186
+ Valid values: semicolon -separated list of key: value session properties (e.g. key1:value1;key2:value2)
187
187
Default: empty
188
188
```
189
189
190
190
The ` session_properties ` parameter must contain valid parameters accepted by
191
191
the Trino server. Run ` SHOW SESSION ` in Trino to get the current list.
192
192
193
+ Example:
194
+
195
+ ```
196
+ session_properties=query_max_run_time:2s;query_priority:1
197
+ ```
198
+
193
199
##### ` custom_client `
194
200
195
201
```
@@ -256,7 +262,7 @@ http://user@localhost:8080?source=hello&catalog=default&schema=foobar
256
262
```
257
263
258
264
```
259
- https://user@localhost:8443?session_properties=query_max_run_time= 10m, query_priority= 2
265
+ https://user@localhost:8443?session_properties=query_max_run_time: 10m; query_priority: 2
260
266
```
261
267
262
268
## Data types
You can’t perform that action at this time.
0 commit comments