Skip to content

Create udf-script-fails-due-to-missing-statement-delimiters-in-dbVisu… - #192

Open
PeggySchmidtMittenzwei wants to merge 3 commits into
mainfrom
PeggySchmidtMittenzwei-patch-4
Open

Create udf-script-fails-due-to-missing-statement-delimiters-in-dbVisu…#192
PeggySchmidtMittenzwei wants to merge 3 commits into
mainfrom
PeggySchmidtMittenzwei-patch-4

Conversation

@PeggySchmidtMittenzwei

Copy link
Copy Markdown
Contributor


## Explanation

Standard SQL uses the semicolon (;) for statement termination. When sending complex scripts (such as a UDF with Python code), the SQL client may misinterpret semicolons or other syntax in the code block and try to split the command. This breaks the intended statement, leading to confusing error messages about parsing script options.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is "Standard SQL"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants