Github user rip-nsk commented on a diff in the pull request:

    https://github.com/apache/orc/pull/212#discussion_r163337745
  
    --- Diff: c++/include/orc/Common.hh ---
    @@ -69,7 +69,7 @@ namespace orc {
         UNKNOWN_WRITER = INT32_MAX
       };
     
    -  enum CompressionKind {
    +  enum CompressionKind : std::int64_t {
    --- End diff --
    
    What is the reason for these constants?



---

Reply via email to