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
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