ajantha-bhat commented on issue #8004: URL: https://github.com/apache/iceberg/issues/8004#issuecomment-2094841965
Yeah, this problem is only for sort order parsing of REWRITE call procedure because Iceberg uses some custom parsing code to parse sort order as of now. From spark, parser from rightmost position extension will be the main parser. if it fails to parse it, it will pass to other parser that it wraps and so on. But in case of custom parser logic, this passing logic cannot be implemented as the interface is not standard. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org