Fokko commented on code in PR #7553:
URL: https://github.com/apache/iceberg/pull/7553#discussion_r1199231213


##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/source/TestTimestampWithoutZone.java:
##########
@@ -158,31 +153,14 @@ public void 
testUnpartitionedTimestampWithoutZoneProjection() {
   }
 
   @Test
-  public void testUnpartitionedTimestampWithoutZoneError() {
-    Assertions.assertThatThrownBy(
-            () ->
-                spark
-                    .read()
-                    .format("iceberg")
-                    .option(SparkReadOptions.VECTORIZATION_ENABLED, 
String.valueOf(vectorized))
-                    
.option(SparkReadOptions.HANDLE_TIMESTAMP_WITHOUT_TIMEZONE, "false")
-                    .load(unpartitioned.toString())
-                    .collectAsList())
-        .isInstanceOf(IllegalArgumentException.class)
-        .hasMessage(SparkUtil.TIMESTAMP_WITHOUT_TIMEZONE_ERROR);
-  }
-
-  @Test
-  public void testUnpartitionedTimestampWithoutZoneAppend() {
+  public void testUnpartitionedTimestampWithoutZoneSessionProperties() {

Review Comment:
   Ah, something went wrong here. Thanks for noticing!



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