[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-17 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181966485 --- Diff: site/_docs/encodings.md --- @@ -109,10 +109,20 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE Decimal was introduced in Hive 0.11

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-17 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181965817 --- Diff: site/_docs/encodings.md --- @@ -122,6 +132,12 @@ DIRECT| PRESENT | Yes | Boolean RLE DIRECT_V2 | PRESENT | Yes

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-16 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181950612 --- Diff: site/_docs/encodings.md --- @@ -109,10 +109,20 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE Decimal was introduced in Hive 0.11

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-16 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181950089 --- Diff: site/_docs/file-tail.md --- @@ -249,12 +249,25 @@ For booleans, the statistics include the count of false and true values. } ```

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-13 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181525137 --- Diff: site/_docs/encodings.md --- @@ -109,10 +109,20 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE Decimal was introduced in Hive 0.11

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-13 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181456234 --- Diff: site/_docs/file-tail.md --- @@ -249,12 +249,25 @@ For booleans, the statistics include the count of false and true values. } ```

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-13 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181525462 --- Diff: site/_docs/encodings.md --- @@ -122,6 +132,12 @@ DIRECT| PRESENT | Yes | Boolean RLE DIRECT_V2 | PRESENT | Yes

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread t3rmin4t0r
Github user t3rmin4t0r commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181203617 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA|

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread t3rmin4t0r
Github user t3rmin4t0r commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181202668 --- Diff: site/_docs/encodings.md --- @@ -109,10 +109,20 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE Decimal was introduced in Hive

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181168352 --- Diff: site/_docs/encodings.md --- @@ -109,10 +109,20 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE Decimal was introduced in Hive 0.11

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread dain
Github user dain commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181164570 --- Diff: site/_docs/encodings.md --- @@ -109,10 +109,20 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE Decimal was introduced in Hive 0.11 with

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181158484 --- Diff: site/_docs/file-tail.md --- @@ -249,12 +249,25 @@ For booleans, the statistics include the count of false and true values. } ```

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181157700 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA| No

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread majetideepak
Github user majetideepak commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181155751 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA|

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread xndai
Github user xndai commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181149073 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA| No

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-12 Thread majetideepak
Github user majetideepak commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r181096194 --- Diff: site/_docs/file-tail.md --- @@ -249,12 +249,25 @@ For booleans, the statistics include the count of false and true values. } ```

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180961097 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA| No

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180959364 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA| No

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180959089 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA| No

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread t3rmin4t0r
Github user t3rmin4t0r commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180958085 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA|

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread t3rmin4t0r
Github user t3rmin4t0r commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180957943 --- Diff: site/_docs/file-tail.md --- @@ -249,12 +249,26 @@ For booleans, the statistics include the count of false and true values. } ```

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread t3rmin4t0r
Github user t3rmin4t0r commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180957684 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA|

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread t3rmin4t0r
Github user t3rmin4t0r commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180957651 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA|

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread prasanthj
Github user prasanthj commented on a diff in the pull request: https://github.com/apache/orc/pull/245#discussion_r180942367 --- Diff: site/_docs/encodings.md --- @@ -123,6 +127,41 @@ DIRECT_V2 | PRESENT | Yes | Boolean RLE | DATA| No

[GitHub] orc pull request #245: ORC-161: Proposal for new decimal encodings and stati...

2018-04-11 Thread wgtmac
GitHub user wgtmac opened a pull request: https://github.com/apache/orc/pull/245 ORC-161: Proposal for new decimal encodings and statistics. New decimal encoding proposal is added into docs for discussion. You can merge this pull request into a Git repository by running: $ git