[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402431784 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,242 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402441867 ## File path: build.gradle ## @@ -193,6 +193,24 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402431784 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,242 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402431784 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,242 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402418755 ## File path: mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java ## @@ -346,14

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402099264 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,567 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402075912 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,242 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402076499 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-04-02 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r402075912 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,242 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397426058 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,525 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397425345 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397425345 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397419634 ## File path: build.gradle ## @@ -219,6 +219,58 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397419634 ## File path: build.gradle ## @@ -219,6 +219,58 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397419046 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,525 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397416725 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-24 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r397386397 ## File path: build.gradle ## @@ -219,6 +219,58 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-22 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396174856 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,525 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-22 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396174856 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,525 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-22 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396172831 ## File path: build.gradle ## @@ -219,6 +219,58 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396016799 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,260 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396016799 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,260 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396016593 ## File path: build.gradle ## @@ -193,6 +193,24 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396012516 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,133 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396012478 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396012124 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,345 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396012059 ## File path: build.gradle ## @@ -193,6 +193,24 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-21 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r396011822 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-19 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r395389858 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-19 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r395389858 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-19 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r395374741 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-18 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r394484945 ## File path: mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormat.java ## @@ -0,0 +1,133 @@ +/*

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-18 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r394483967 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-18 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r394477007 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-18 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r394477007 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,494 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-18 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r394339254 ## File path: build.gradle ## @@ -193,6 +193,24 @@ project(':iceberg-hive') { } }

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-16 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r393228347 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,345 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-16 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r393224767 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,345 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-16 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r393223221 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,345 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-16 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r393222877 ## File path: mr/src/main/java/org/apache/iceberg/mr/ReadSupport.java ## @@ -0,0 +1,50 @@ +package

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-16 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r393003639 ## File path: mr/src/main/java/org/apache/iceberg/mr/IcebergInputFormat.java ## @@ -0,0 +1,345 @@ +/* + *

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg

2020-03-16 Thread GitBox
rdsr commented on a change in pull request #843: [WIP] InputFormat support for Iceberg URL: https://github.com/apache/incubator-iceberg/pull/843#discussion_r393000784 ## File path: build.gradle ## @@ -193,6 +193,24 @@ project(':iceberg-hive') { } }