cmathiesen commented on a change in pull request #933: URL: https://github.com/apache/iceberg/pull/933#discussion_r440070887
########## File path: mr/src/main/java/org/apache/iceberg/mr/mapred/IcebergFilterFactory.java ########## @@ -131,7 +90,7 @@ private static Expression translate(ExpressionTree tree, List<PredicateLeaf> lea */ private static Expression translateLeaf(PredicateLeaf leaf) { String column = leaf.getColumnName(); - if (column.equals("snapshot__id")) { + if (column.equals(SystemTableUtil.DEFAULT_SNAPSHOT_ID_COLUMN_NAME)) { Review comment: A good point, I'll address this in the follow up PR ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org