nssalian commented on code in PR #16846:
URL: https://github.com/apache/iceberg/pull/16846#discussion_r3533607236
##########
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:
The original bug was reported on the 3.5 spark branch and this PR only fixes
4.1. I'd say this should go into the 3.5 branch first and then 4.1 and 4.0
should be separate PRs. Or fix all of them in one go.
--
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]