singhpk234 commented on code in PR #4800:
URL: https://github.com/apache/iceberg/pull/4800#discussion_r877647813


##########
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkCatalog.java:
##########
@@ -43,4 +49,8 @@ public Table loadTable(Identifier ident) throws 
NoSuchTableException {
 
     return new SparkTable(table, false);
   }
+
+  public static void setDummyIcebergTbl(Table dummyTbl) {

Review Comment:
   +1, Agree with you, present impl allows me to set only 1 tbl per UT, having 
a map and doing a look-up can allow me creating more than 1 tbl pre UT at a 
given time :) !!!
   
   Made the changes



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