bhasudha commented on a change in pull request #1212: [HUDI-509] Renaming code
in sync with cWiki restructuring
URL: https://github.com/apache/incubator-hudi/pull/1212#discussion_r367679877
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
##########
@@ -249,10 +249,10 @@ private void ensurePartitionLoadedCorrectly(String
partition) {
*
* @param statuses List of File-Status
*/
- private Stream<HoodieDataFile> convertFileStatusesToDataFiles(FileStatus[]
statuses) {
+ private Stream<HoodieBaseFile> convertFileStatusesToDataFiles(FileStatus[]
statuses) {
Review comment:
convertFileStatusesToBaseFiles instead ? No strong opinion on these. I think
it should be okay to leave it as is since the return type is indicative already.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services