lsyldliu commented on PR #21966:
URL: https://github.com/apache/flink/pull/21966#issuecomment-1442697375

   @wuchong Thanks for reviewing. Regarding your question, we can't verify the 
configuration in ParquetReader now because the `ParquetFileReader` doesn't 
contain the credential info. The credential info is only used when creating 
hadoop FileSystem,   I have checked the related code to create FileSystem, and 
it loads hadoop conf from flink-conf.yaml first, then create the corresponding 
FileSystem, refer to 
https://github.com/apache/flink/blob/0141f13ca801d5db45435d101a9c3ef83889bbc0/flink-filesystems/flink-s3-fs-base/src/main/java/org/apache/flink/fs/s3/common/AbstractS3FileSystemFactory.java#L126
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to