lokeshj1703 commented on code in PR #13010: URL: https://github.com/apache/hudi/pull/13010#discussion_r2014803596
########## hudi-common/src/test/java/org/apache/hudi/common/table/read/TestHoodieFileGroupReaderBase.java: ########## @@ -288,13 +301,21 @@ private FileSlice getFileSliceToRead(StorageConfiguration<?> storageConf, return fileSlice; } - private List<T> readRecordsFromFileGroup(StorageConfiguration<?> storageConf, - String tablePath, - HoodieTableMetaClient metaClient, - FileSlice fileSlice, - Schema avroSchema, - RecordMergeMode recordMergeMode, - boolean isSkipMerge) throws Exception { + private FileSlice getFileSliceToReadIncludingInflight(StorageConfiguration<?> storageConf, String tablePath, + HoodieTableMetaClient metaClient, String[] partitionPaths, + boolean containsBaseFile, int expectedLogFileNum) { + HoodieEngineContext engineContext = new HoodieLocalEngineContext(storageConf); + HoodieTableFileSystemView fsView = HoodieTableFileSystemView.fileListingBasedFileSystemView(engineContext, metaClient, metaClient.getActiveTimeline(), false); Review Comment: This code has been removed now -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org