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 2017/02/01 01:05:36 UTC

[GitHub] orc issue #87: ORC-135: PPD for timestamp is wrong when reader and writer ti...

Github user omalley commented on the issue:

    https://github.com/apache/orc/pull/87
  
    Ok, I took a pass at this:
    
    https://github.com/omalley/orc/tree/orc-135
    
    Changes:
    * Block all use of PPD on timestamps from before ORC-135.
    * Block PPD on timestamp with numeric constraints
    * TimestampColumnStatistics.getMinimum and getMaximum return Timestamps in the local timezone.
    * Loading old TimestampColumnStatistics loads the min and max assuming local timezone.
    * Add utilities to SerializationUtils for conversion to and from utc.
    * Make BloomFilter.encoding an int so that we can detect future values.
    * Future BloomFilter encodings are not used.
    * Some more test cases
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---