ajantha-bhat commented on pull request #3375: URL: https://github.com/apache/iceberg/pull/3375#issuecomment-955951020
@jackye1995 , @RussellSpitzer , @rdblue : Is there any available class for converting `org.apache.spark.sql.catalyst.expressions.Expression` to `org.apache.iceberg.expressions.Expression`. I looked up based on import statement. I didn't find any. Actually for supporting filter, I have used the spark parser to parse the string as expression. But I got spark catalyst expression. But rewrite data files action needs Iceberg expression instead of spark catalyst expression. -- 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]
