nssalian commented on code in PR #16846:
URL: https://github.com/apache/iceberg/pull/16846#discussion_r3533793971
##########
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:
Looking at this again, it might need a back port in 1.9.x, 1.10.x and 1.11.x
branches too. It was reported for 1.9 but the current versions would need this
fixed as well. CC: @huaxingao to weigh in how to add this fix. I'd say fix all
the versions of spark and back port that to all branches.
--
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]