You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2018/05/02 17:20:33 UTC

[GitHub] orc issue #252: ORC-345 Create and use a new Decimal64StatisticsImpl on the ...

Github user omalley commented on the issue:

    https://github.com/apache/orc/pull/252
  
    Ok, I update this pull request:
    * I changed updateDecimal64 to take a value and scale.
    * I check for more overflows in Decimal64ColumnStatisticsImpl.
    * I added a test that tests the new code.


---