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

    https://github.com/apache/orc/pull/254#discussion_r183225681
  
    --- Diff: c++/src/ColumnWriter.cc ---
    @@ -1453,7 +1453,7 @@ namespace orc {
                          uint64_t numValues) override;
     
       private:
    -    char buffer[16];
    +    char buffer[20];
    --- End diff --
    
    Yes, both buffers are "aligned" to 2 bytes


---

Reply via email to