ajantha-bhat edited a comment on pull request #3375: URL: https://github.com/apache/iceberg/pull/3375#issuecomment-972672239
@RussellSpitzer : Regarding the last problem remaining; About not writing the custom parser for sort-order. The `RewriteDataFilesProcedure` is in `iceberg-spark-3.2` module. So, I cannot refer or cast to `IcebergSparkSqlExtensionsParser` there as it will add a circular dependency on `iceberg-spark-3.2-extensions` module. So, I have to use only the default spark parser functionality. Cannot use new functionalities of Iceberg parser. So, do we have a solution for this? If not, can we go with the current code as of now? Other than this change, everything else is addressed. Note: one solution I am thinking is to move just `RewriteDataFilesProcedure` to spark-extensions. But it will be separated from other procedures. Is that fine ? -- 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]
