rdblue commented on code in PR #5150:
URL: https://github.com/apache/iceberg/pull/5150#discussion_r939702388


##########
spark/v3.1/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java:
##########
@@ -88,6 +88,8 @@ public Long endSnapshotId() {
     return 
confParser.longConf().option(SparkReadOptions.END_SNAPSHOT_ID).parseOptional();
   }
 
+  public String snapshotRef() {return 
confParser.stringConf().option(SparkReadOptions.SNAPSHOT_REF).parseOptional();}

Review Comment:
   Why is this on one line?



-- 
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]

Reply via email to