ebyhr commented on code in PR #16846:
URL: https://github.com/apache/iceberg/pull/16846#discussion_r3533691013
##########
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:
I've never seen such an older first PR in this project, even though the
issue was raised for older versions. A single PR more makes sense to me given
the small 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]