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/12/06 17:13:04 UTC

[GitHub] orc issue #184: Orc 256 unmask range option

Github user omalley commented on the issue:

    https://github.com/apache/orc/pull/184
  
    I think we should change the processing for numerics (when there is unmasked ranges) to be:
    
    unmasked number -> string -> mask as string -> masked number


---