kbendick commented on issue #4646: URL: https://github.com/apache/iceberg/issues/4646#issuecomment-1193258541
When this is completed, you’ll be able to achieve this for non-partition columns. https://github.com/apache/iceberg/issues/5349 For now, you can register the function as a UDF and call it like `iceberg_bucket_12(column)` like in this example (and this test suite in general): https://github.com/apache/iceberg/blob/76fabd8435da891809f72862dce3e4d04e159d7d/spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSpark.java#L60-L66 -- 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]
