Skip to content

Conversation

@grzegorz8
Copy link
Contributor

What changes were proposed in this pull request?

Flink UDFs can be registered in any catalog in any database, but current implementation shows only UDFs defined in current database.

In the new implementation, we iterate through all catalogs and databases to lists all defined functions. The results are then extended with Flink system functions. Returned user functions names are fully qualified (<catalog_name>.<database_name>.<function_name>).

How was this patch tested?

  • unit tests
  • manual tests

@Harshg999 Harshg999 requested a review from agl29 September 22, 2025 10:32
@Harshg999
Copy link
Collaborator

Thanks @grzegorz8 for improving the Flink support!
@agl29 - Can you review this PR when available?

@grzegorz8 grzegorz8 force-pushed the flink-list-all-functions branch from 64eab6c to cbec9cc Compare September 23, 2025 09:22
@github-actions
Copy link

github-actions bot commented Nov 8, 2025

This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants