laserninja commented on PR #10494: URL: https://github.com/apache/gravitino/pull/10494#issuecomment-4147077039
This PR only implements the read path 'listLanguageFunctions'/'getLanguageFunctions'. Trino cannot create functions in Gravitino via SQL yet; the write path (CREATE FUNCTION) is not implemented in this PR. Because of that, the SQL testset approach doesn't work here since we need to register functions via the Gravitino Java client first, then verify them from the Trino side. SQL testsets would be a great fit once the CREATE FUNCTION write path is added in a follow-up. -- 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]
