Post #25594, we can implement connector level functions. We should migrate existing Iceberg connector specific function ApplyChangeLog which are currently in default namespace presto.default to connector function which will be then available in .system namespace.
For implementation help, check the tests in the linked PR.
Post #25594, we can implement connector level functions. We should migrate existing Iceberg connector specific function
ApplyChangeLogwhich are currently in default namespacepresto.defaultto connector function which will be then available in .system namespace.For implementation help, check the tests in the linked PR.