rdblue commented on pull request #1523: URL: https://github.com/apache/iceberg/pull/1523#issuecomment-700306527
Another thought: Should we create a utility method to register Iceberg transforms as Spark UDFs? Something that would look like this: ```java // register a UDF for bucket(16, stringCol) IcebergSpark.registerIcebergUDF(spark, "bucket16", StringType.get()); ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
