You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/16 08:29:38 UTC

[GitHub] [iceberg] chakradhar2 opened a new pull request, #5062: Core: In HadoopTableOperations, replace Util.getFs call with getFileSystem

chakradhar2 opened a new pull request, #5062:
URL: https://github.com/apache/iceberg/pull/5062

   In HadoopTableOperations, we use getFileSystem method to get FileSystem, which internally calls  Util.getFs but it was missing in some methods.
   Using getFileSystem at all places in HadoopFileSystem allows to overriding method.
   


-- 
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-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary merged pull request #5062: Core: In HadoopTableOperations, replace Util.getFs call with getFileSystem

Posted by GitBox <gi...@apache.org>.
pvary merged PR #5062:
URL: https://github.com/apache/iceberg/pull/5062


-- 
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-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary commented on pull request #5062: Core: In HadoopTableOperations, replace Util.getFs call with getFileSystem

Posted by GitBox <gi...@apache.org>.
pvary commented on PR #5062:
URL: https://github.com/apache/iceberg/pull/5062#issuecomment-1157591503

   Thanks @chakradhar2 for the fix and @ajantha-bhat for the review!


-- 
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-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org