dongjoon-hyun commented on a change in pull request #904:
URL: https://github.com/apache/orc/pull/904#discussion_r705136996
##########
File path: java/core/src/java/org/apache/orc/Reader.java
##########
@@ -158,6 +158,16 @@
*/
OrcFile.WriterVersion getWriterVersion();
+ /**
+ * Get the implementation and version of the software that wrote the file.
+ * It defaults to "ORC Java" for old files. For current files, we include the
+ * version also.
+ * @since 1.5.13
Review comment:
Thank you for adding `since` info, @omalley .
BTW, do we need to backport this new feature to `branch-1.5`?
--
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]