Github user majetideepak commented on a diff in the pull request:

    https://github.com/apache/orc/pull/273#discussion_r191267866
  
    --- Diff: c++/include/orc/Writer.hh ---
    @@ -164,6 +169,16 @@ namespace orc {
          */
         std::ostream * getErrorStream() const;
     
    +    /**
    +     * Set the RLE version.
    +     */
    +    WriterOptions& setRleVersion(RleVersion version);
    --- End diff --
    
    `WriterOptions& setRleVersion(const RleVersion& version);`


---

Reply via email to