dimas-b commented on code in PR #4536:
URL: https://github.com/apache/polaris/pull/4536#discussion_r3298556161
##########
runtime/service/src/test/java/org/apache/polaris/service/task/TestSnapshot.java:
##########
@@ -116,14 +116,16 @@ public Map<String, String> summary() {
return Map.of();
}
+ @Deprecated
@Override
public Iterable<DataFile> addedDataFiles(FileIO io) {
- return null;
+ throw new UnsupportedOperationException();
}
Review Comment:
Stack trace is descriptive enough, IMHO.
--
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]