vinothchandar commented on a change in pull request #870: [HUDI-164] Fixes
incorrect averageBytesPerRecord
URL: https://github.com/apache/incubator-hudi/pull/870#discussion_r323484422
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTimeline.java
##########
@@ -187,6 +187,12 @@
*/
Stream<HoodieInstant> getInstants();
+ /**
+ * @return Get the stream of completed instants in reverse order
+ * TODO Change code references to getInstants() that reverse the instants
later on to use this method instead.
Review comment:
@bhasudha can you file a ticket for this work for later ? and may be assign
a "newbie" component
----------------------------------------------------------------
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