rdblue commented on code in PR #6717: URL: https://github.com/apache/iceberg/pull/6717#discussion_r1114657085
########## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/IcebergSource.java: ########## @@ -140,6 +148,14 @@ private Spark3Util.CatalogAndIdentifier catalogAndIdentifier(CaseInsensitiveStri selector = AT_TIMESTAMP + asOfTimestamp; } + if (branch != null) { + selector = BRANCH + branch; Review Comment: These names are used in other places for patterns, but here they are prefixes. I think it would help to name these `BRANCH_PREFIX` and `TAG_PREFIX`. -- 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