Airblader commented on a change in pull request #16592:
URL: https://github.com/apache/flink/pull/16592#discussion_r676351519
##########
File path:
flink-filesystems/flink-s3-fs-presto/src/test/java/org/apache/flink/fs/s3presto/PrestoS3FileSystemITCase.java
##########
@@ -49,6 +48,8 @@
@RunWith(Parameterized.class)
public class PrestoS3FileSystemITCase extends AbstractHadoopFileSystemITTest {
+ private static final String S3_USE_INSTANCE_CREDENTIALS =
"presto.s3.use-instance-credentials";
Review comment:
It seems that this constant has been moved and made private, so we need
to declare it ourselves.
--
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]