Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate global UDF settings ClickHouse PR #52643 #81

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Conversation

lmangani
Copy link
Contributor

@lmangani lmangani commented Aug 7, 2023

Backport changes from ClickHouse PR #52643 to support additional UDF settings.

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Populate global UDF settings

Technical Notes

Bash example with local counterpart syntax:

chdb

TBD

clickhouse-local

Configure path

SCRIPTS_DIR=$CUR_DIR/scripts_udf
$CLICKHOUSE_LOCAL -q 'select test_function()' -- --user_scripts_path=$SCRIPTS_DIR --user_defined_executable_functions_config=$SCRIPTS_DIR/function.xml

Invoke UDF function from path

SELECT * FROM executable('some_script.py', TabSeparated, 'name String', (SELECT name));

@lmangani lmangani changed the title UDF settings Populate global UDF settings Aug 7, 2023
This was referenced Aug 7, 2023
@lmangani lmangani marked this pull request as ready for review August 8, 2023 13:18
@lmangani lmangani requested a review from auxten August 8, 2023 13:19
@auxten auxten changed the title Populate global UDF settings Populate global UDF settings ClickHouse PR #52643 Aug 9, 2023
@auxten auxten merged commit fb5b921 into main Aug 9, 2023
auxten pushed a commit that referenced this pull request Aug 15, 2023
* Backport #52643

Backporting changes from CH #52643

https://github.com/ClickHouse/ClickHouse/pull/52643/files

* Update positional options in Client

Backporting changes from CH #52643

https://github.com/ClickHouse/ClickHouse/pull/52643/files
nmreadelf pushed a commit that referenced this pull request Nov 21, 2023
* Backport #52643

Backporting changes from CH #52643

https://github.com/ClickHouse/ClickHouse/pull/52643/files

* Update positional options in Client

Backporting changes from CH #52643

https://github.com/ClickHouse/ClickHouse/pull/52643/files
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.

None yet

2 participants