Skip to content

Commit 6ce4cf9

Browse files
m-mohrsoxofaan
andauthored
Apply suggestions from code review
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
1 parent 3b38a69 commit 6ce4cf9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

proposals/load_uploaded_files.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"parameters": [
1111
{
1212
"name": "paths",
13-
"description": "The files to read. Folders can't be specified, specify all files instead. An exception is thrown if a file can't be read.\n\nFile paths are relative to the file workspace of the user. The workspace is the root folder, i.e. the paths `/folder/file.txt` and `folder/file.txt` and `./folder/file.txt` are all equivalent. Specifying paths outside of the workspace is not allowed and throws a `FileNotFound` exception.",
13+
"description": "The files to read. Folders can't be specified, specify all files instead. An exception is thrown if a file can't be read.\n\nAs the workspace acts as an isolated root folder, the absolute path `/folder/file.txt` and relative paths `folder/file.txt` and `./folder/file.txt` are all equivalent. Likewise, specifying a path outside of the workspace results in a `FileNotFound` error.",
14+
1415
"schema": {
1516
"type": "array",
1617
"subtype": "file-paths",

run_udf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"pattern": "^https?://"
3939
},
4040
{
41-
"description": "Path to a UDF uploaded to the server.\n\nFile paths are relative to the file workspace of the user. The workspace is the root folder, i.e. the paths `/folder/file.txt` and `folder/file.txt` and `./folder/file.txt` are all equivalent. Specifying paths outside of the workspace is not allowed and throws a `FileNotFound` exception.",
41+
"description": "Path to a UDF uploaded to the user workspace.\n\nAs the workspace acts as an isolated root folder, the absolute path `/folder/file.txt` and relative paths `folder/file.txt` and `./folder/file.txt` are all equivalent. Likewise, specifying a path outside of the workspace results in a `FileNotFound` error.",
4242
"type": "string",
4343
"subtype": "file-path",
4444
"pattern": "^[^\r\n\\:'\"]+$"

0 commit comments

Comments
 (0)