pvary commented on a change in pull request #2340:
URL: https://github.com/apache/iceberg/pull/2340#discussion_r597509944
##########
File path: spark/src/main/java/org/apache/iceberg/actions/BaseSparkAction.java
##########
@@ -141,9 +142,9 @@ protected JobGroupInfo newJobGroupInfo(String groupId,
String desc) {
return otherMetadataFiles;
}
- protected Table newStaticTable(TableMetadata metadata, FileIO io) {
+ protected Table newStaticTable(TableMetadata metadata, FileIO io,
LocationProvider locationProvider) {
Review comment:
Since we kept the original constructor we might not need this change now.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]