jackye1995 commented on PR #4586: URL: https://github.com/apache/iceberg/pull/4586#issuecomment-1109978162
+1 for what Amogh suggested, I would vote for directly going with Spark SQL extension if possible. Just from user standpoint, SQL is considered an easier user experience compared to procedure calls, although I understand technically there is not much difference for us developers. I would also hope the current procedures such as `rewrite_data_files`, `migrate` and `expire_snapshots` to map to `OPTIMIZE`, `IMPORT` and `VACUUM` SQL extensions in the future. @amogh-jahagirdar I remember you have a doc about the possible syntaxes, could you share with the audience here? Once the syntax is determined, the implementation is pretty straightforward. -- 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]
