the-other-tim-brown commented on code in PR #13445:
URL: https://github.com/apache/hudi/pull/13445#discussion_r2153510719
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java:
##########
@@ -384,10 +384,8 @@ public ClosableIterator<T> getClosableIterator() throws
IOException {
* @return An iterator over the records that wraps the engine-specific
record in a HoodieRecord.
*/
public ClosableIterator<HoodieRecord<T>> getClosableHoodieRecordIterator()
throws IOException {
- return new CloseableMappingIterator<>(getClosableIterator(), nextRecord ->
{
- BufferedRecord<T> bufferedRecord =
BufferedRecord.forRecordWithContext(nextRecord,
readerContext.getSchemaHandler().getRequestedSchema(), readerContext,
orderingFieldName, false);
Review Comment:
yes, just needs some way to set this properly
--
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]