You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/09/09 09:06:26 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #904: ORC-984: Save the software version that wrote each ORC file.

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: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org