kbendick commented on PR #5305: URL: https://github.com/apache/iceberg/pull/5305#issuecomment-1197053530
Right not we're requiring the call be to the `system` namespace, but the storage partitioned join implementation looks for a function called `bucket` in the `FunctionCatalog` using an empty array for the namespace per [this diff in the original Storage Partitioned Joins PR in `V2ExpressionUtils#toCatalystTransform`.](https://github.com/apache/spark/commit/20ffbf7b308c3dc90a49dbdcb8d7b972eeb53bc4#diff-715d0c2d59a4ddb8a4b5952c1b05be9f035b6d9b0d9670c70b58989dc722b252R79-R95) So we should probably allow the empty namespace to resolve functions as well. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
