nssalian commented on code in PR #16846:
URL: https://github.com/apache/iceberg/pull/16846#discussion_r3533560088
##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSparkAction.java:
##########
@@ -135,6 +136,9 @@ protected JobGroupInfo newJobGroupInfo(String groupId,
String desc) {
}
protected Table newStaticTable(TableMetadata metadata, FileIO io) {
+ Preconditions.checkNotNull(
Review Comment:
Could you add this and the corresponding test to the spark v4.0 as well?
--
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]