laserninja commented on PR #10494:
URL: https://github.com/apache/gravitino/pull/10494#issuecomment-4127872556
Created TrinoUDFIT.java with 4 integration tests tagged
`@Tag("gravitino-docker-test")`:
- `testListLanguageFunctionsShowsRegisteredUDF` which registers a TRINO
SQL function via Gravitino client, verifies it appears in Trino via `SHOW
FUNCTIONS`
- `testListLanguageFunctionsFiltersNonTrinoRuntime` which registers a
SPARK function, verifies it does NOT appear in Trino
- `testMultipleUDFsInSameSchema` that registers two TRINO functions,
verifies both appear
- `testNoFunctionsWhenSchemaIsEmpty` that verifies empty schema has no
UDFs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]