ctrlaltdilj commented on code in PR #27026:
URL: https://github.com/apache/flink/pull/27026#discussion_r2445786267
##########
flink-filesystems/flink-s3-fs-hadoop/src/main/java/org/apache/flink/fs/s3hadoop/HadoopS3AccessHelper.java:
##########
@@ -139,27 +197,13 @@ public long getObject(String key, File targetLocation)
throws IOException {
}
@Override
- public ObjectMetadata getObjectMetadata(String key) throws IOException {
+ public FlinkObjectMetadata getObjectMetadata(String key) throws
IOException {
Review Comment:
This was the driver,
https://github.com/apache/flink/pull/27026#discussion_r2441559883
I have cleaned this up
--
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]