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

    https://github.com/apache/orc/pull/111#discussion_r113782302
  
    --- Diff: c++/include/orc/Statistics.hh ---
    @@ -321,6 +321,32 @@ namespace orc {
          * @return maximum value
          */
         virtual int64_t getMaximum() const = 0;
    +
    +    /**
    +     * check whether column has a lowerBound
    +     * @return true if column has a lowerBound
    +     */
    +    virtual bool hasLowerBound() const = 0;
    --- End diff --
    
    I rebase this patch off ORC-87. That is why the changes appear in the 
overall patch.
    I just squashed the commits relevant to only this JIRA. There are two 
commits now. Once is the ORC-87 commit. The second commit is for this JIRA.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to