bryanck commented on code in PR #15193:
URL: https://github.com/apache/iceberg/pull/15193#discussion_r2896397242


##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/source/TestSnapshotSelection.java:
##########
@@ -81,6 +83,7 @@ public static Object[] parameters() {
   @TempDir private Path temp;
 
   private static SparkSession spark = null;
+  private final long timestampBeforeAnySnapshots = 1L; // no snapshot at this 
time

Review Comment:
   Not sure you really need a variable for this, also it should be a static 
constant.



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