RussellSpitzer commented on code in PR #6093:
URL: https://github.com/apache/iceberg/pull/6093#discussion_r1013167274


##########
spark/v2.4/spark/src/test/java/org/apache/iceberg/spark/source/TestDataFrameWrites.java:
##########
@@ -283,7 +283,7 @@ private Dataset<Row> createDataset(Iterable<Record> 
records, Schema schema) thro
   @Test
   public void testNullableWithWriteOption() throws IOException {
     Assume.assumeTrue(
-        "Spark 3.0 rejects writing nulls to a required column", 
spark.version().startsWith("2"));
+        "Spark 3.x rejects writing nulls to a required column", 
spark.version().startsWith("2"));

Review Comment:
   here and in a few other places I think it may be ok to just put in Spark 3 
rather than 3.x



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

Reply via email to