nastra commented on code in PR #14894:
URL: https://github.com/apache/iceberg/pull/14894#discussion_r2635172258


##########
spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/sql/TestSelect.java:
##########
@@ -212,14 +212,14 @@ public void testMetadataTables() {
   public void testSnapshotInTableName() {
     // get the snapshot ID of the last write and get the current row set as 
expected
     long snapshotId = 
validationCatalog.loadTable(tableIdent).currentSnapshot().snapshotId();
-    List<Object[]> expected = sql("SELECT * FROM %s", tableName);
+    List<Object[]> expected = sql("SELECT * FROM %s ORDER by id", tableName);

Review Comment:
   just saw `testTagReference()` also fail in 
https://github.com/apache/iceberg/actions/runs/20369735159/job/58533200678



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