rdblue commented on pull request #1523: URL: https://github.com/apache/iceberg/pull/1523#issuecomment-700305873
Thanks for doing this, @HeartSaVioR! This is a great start and it will be really helpful to have this in our documentation. > Do we want to be exhaustive on the example, like having an example dealing with all kind of transformations? I don't think so. Most transformations work with equivalents from Spark: `ORDER BY CAST(ts AS DATE), category` will work for the other two columns. Only bucketing is difficult. > Do we want to mention Spark JIRA issues to get rid of such requirements? I think it would be helpful to have a paragraph or a callout that explains why this is required: we can't request a sort until sorting is supported and we can't inject the functions until Spark supports a `FunctionCatalog`. ---------------------------------------------------------------- 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]
