nssalian commented on code in PR #16292:
URL: https://github.com/apache/iceberg/pull/16292#discussion_r3398984403
##########
spark/v4.0/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestSnapshotTableProcedure.java:
##########
@@ -394,6 +394,11 @@ public void testSnapshotWithVariant() throws IOException {
catalogName, SOURCE_NAME, tableName);
assertThat(result).as("Should have added one file").isEqualTo(1L);
+ // Disable vectorized reads for variant imported from non-Iceberg files
(not yet supported)
Review Comment:
Same thing as the other comment, it should fall back on detecting rather
than rely on the user.
--
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]