You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [incubator-iceberg] jun-he commented on a change in pull request #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/01 04:41:19 UTC, 19 replies.
- [GitHub] [incubator-iceberg] jun-he commented on issue #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/01 05:28:34 UTC, 3 replies.
- [GitHub] [incubator-iceberg] moulimukherjee commented on a change in pull request #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/01 09:01:56 UTC, 1 replies.
- [GitHub] [incubator-iceberg] moulimukherjee commented on issue #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/01 09:03:49 UTC, 0 replies.
- [GitHub] [incubator-iceberg] moulimukherjee commented on a change in pull request #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/01 09:57:05 UTC, 1 replies.
- [GitHub] [incubator-iceberg] moulimukherjee commented on issue #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/01 10:00:27 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko opened a new pull request #676: Remove some of the unused variables - posted by GitBox <gi...@apache.org> on 2019/12/01 11:42:48 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko opened a new pull request #677: Fix MissingOverride error - posted by GitBox <gi...@apache.org> on 2019/12/01 11:43:12 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jun-he commented on a change in pull request #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/02 07:04:19 UTC, 1 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on issue #569: Use broadcast variables in IcebergSource - posted by GitBox <gi...@apache.org> on 2019/12/02 13:10:42 UTC, 3 replies.
- [GitHub] [incubator-iceberg] cmathiesen opened a new pull request #678: Add Java code examples and update site docs - posted by GitBox <gi...@apache.org> on 2019/12/02 14:03:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #675: [WIP] Inherit snapshot ids - posted by GitBox <gi...@apache.org> on 2019/12/02 18:31:17 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #677: Fix MissingOverride error - posted by GitBox <gi...@apache.org> on 2019/12/02 18:34:43 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #677: Fix MissingOverride error - posted by GitBox <gi...@apache.org> on 2019/12/02 18:34:54 UTC, 0 replies.
- [GitHub] [incubator-iceberg] andrei-ionescu commented on issue #585: Fix Iceberg Reader for nested partitions (#575) - posted by GitBox <gi...@apache.org> on 2019/12/02 21:12:32 UTC, 5 replies.
- [GitHub] [incubator-iceberg] shardulm94 commented on a change in pull request #227: ORC column map fix - posted by GitBox <gi...@apache.org> on 2019/12/02 22:16:20 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #679: [WIP] [ISSUE #672] Add namespace metadata - posted by GitBox <gi...@apache.org> on 2019/12/03 12:25:23 UTC, 0 replies.
- [GitHub] [incubator-iceberg] xabriel commented on a change in pull request #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/03 22:19:50 UTC, 6 replies.
- [GitHub] [incubator-iceberg] shardulm94 commented on issue #227: ORC column map fix - posted by GitBox <gi...@apache.org> on 2019/12/04 01:55:08 UTC, 1 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new issue #680: while the namespace and table name is 'metadata' cannot list it - posted by GitBox <gi...@apache.org> on 2019/12/04 07:01:29 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/04 07:13:31 UTC, 1 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on a change in pull request #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/04 07:33:10 UTC, 1 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on a change in pull request #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/04 07:40:33 UTC, 7 replies.
- [GitHub] [incubator-iceberg] shawnding commented on a change in pull request #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/04 10:33:00 UTC, 3 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new issue #682: Add Parquet user-defined predicate to push down StartsWith - posted by GitBox <gi...@apache.org> on 2019/12/04 17:51:26 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new issue #683: Add Parquet user-defined predicates to push down IN and NOT_IN - posted by GitBox <gi...@apache.org> on 2019/12/04 17:52:43 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new issue #684: Support Decimal in Parquet predicates - posted by GitBox <gi...@apache.org> on 2019/12/04 17:54:24 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new pull request #685: Add quick build option to disable checkstyle and error-prone - posted by GitBox <gi...@apache.org> on 2019/12/04 18:18:43 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/04 19:03:31 UTC, 1 replies.
- [GitHub] [incubator-iceberg] yathindranath commented on issue #497: Support retaining last N snapshots - posted by GitBox <gi...@apache.org> on 2019/12/04 19:29:49 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on issue #685: Add quick build option to disable checkstyle and error-prone - posted by GitBox <gi...@apache.org> on 2019/12/04 19:51:24 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on a change in pull request #497: Support retaining last N snapshots - posted by GitBox <gi...@apache.org> on 2019/12/04 20:20:00 UTC, 5 replies.
- [GitHub] [incubator-iceberg] rdsr commented on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/04 20:23:59 UTC, 2 replies.
- [GitHub] [incubator-iceberg] rdsr edited a comment on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/04 20:28:29 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new pull request #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/04 20:47:08 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on issue #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/04 20:49:19 UTC, 1 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/04 22:25:29 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy edited a comment on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/04 22:29:28 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy removed a comment on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/04 22:30:01 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy edited a comment on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/04 22:34:48 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #569: Use broadcast variables in IcebergSource - posted by GitBox <gi...@apache.org> on 2019/12/04 23:51:29 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue edited a comment on issue #569: Use broadcast variables in IcebergSource - posted by GitBox <gi...@apache.org> on 2019/12/04 23:57:22 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #585: Fix Iceberg Reader for nested partitions (#575) - posted by GitBox <gi...@apache.org> on 2019/12/05 00:18:31 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #585: Fix Iceberg Reader for nested partitions (#575) - posted by GitBox <gi...@apache.org> on 2019/12/05 01:19:37 UTC, 3 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/05 03:44:34 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdsr commented on a change in pull request #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/05 04:48:11 UTC, 9 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #685: Add quick build option to disable checkstyle and error-prone - posted by GitBox <gi...@apache.org> on 2019/12/05 07:32:09 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/05 07:36:52 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #687: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/05 08:08:55 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding closed pull request #687: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/05 08:54:49 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/05 08:57:52 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi removed a comment on issue #569: Use broadcast variables in IcebergSource - posted by GitBox <gi...@apache.org> on 2019/12/05 09:37:13 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi edited a comment on issue #569: Use broadcast variables in IcebergSource - posted by GitBox <gi...@apache.org> on 2019/12/05 15:34:04 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi merged pull request #685: Add quick build option to disable checkstyle and error-prone - posted by GitBox <gi...@apache.org> on 2019/12/05 15:36:00 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on issue #589: [WIP] Extend metadata with SortOrder - posted by GitBox <gi...@apache.org> on 2019/12/05 16:35:10 UTC, 0 replies.
- [GitHub] [incubator-iceberg] andrei-ionescu edited a comment on issue #585: Fix Iceberg Reader for nested partitions (#575) - posted by GitBox <gi...@apache.org> on 2019/12/05 21:06:23 UTC, 2 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new pull request #689: Add compression level - posted by GitBox <gi...@apache.org> on 2019/12/05 21:18:15 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy opened a new pull request #690: Shading Arrow dependencies - posted by GitBox <gi...@apache.org> on 2019/12/05 22:51:48 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on issue #690: Shading Arrow dependencies - posted by GitBox <gi...@apache.org> on 2019/12/05 22:52:04 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on a change in pull request #690: Shading Arrow dependencies - posted by GitBox <gi...@apache.org> on 2019/12/05 23:21:38 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain closed pull request #665: PR#1 for merging vectorized-read branch into master - posted by GitBox <gi...@apache.org> on 2019/12/06 00:22:48 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain commented on issue #665: PR#1 for merging vectorized-read branch into master - posted by GitBox <gi...@apache.org> on 2019/12/06 00:23:21 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain opened a new issue #691: Remove dependency on spark in iceberg-parquet. - posted by GitBox <gi...@apache.org> on 2019/12/06 00:45:56 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue closed issue #520: Support row based, vectorized and hybrid reads of Iceberg data - posted by GitBox <gi...@apache.org> on 2019/12/06 01:12:06 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #520: Support row based, vectorized and hybrid reads of Iceberg data - posted by GitBox <gi...@apache.org> on 2019/12/06 01:12:26 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on a change in pull request #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/06 03:46:39 UTC, 19 replies.
- [GitHub] [incubator-iceberg] shawnding commented on a change in pull request #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/06 08:05:44 UTC, 12 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #589: [WIP] Extend metadata with SortOrder - posted by GitBox <gi...@apache.org> on 2019/12/06 11:51:38 UTC, 8 replies.
- [GitHub] [incubator-iceberg] aokolnychyi merged pull request #689: Add compression level - posted by GitBox <gi...@apache.org> on 2019/12/06 14:03:24 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/06 15:09:50 UTC, 6 replies.
- [GitHub] [incubator-iceberg] asheeshgarg opened a new issue #692: Partition Spec Performance - posted by GitBox <gi...@apache.org> on 2019/12/06 17:07:43 UTC, 0 replies.
- [GitHub] [incubator-iceberg] bowenli86 commented on issue #567: Iceberg sink for Apache Flink - posted by GitBox <gi...@apache.org> on 2019/12/06 21:15:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #690: Shading Arrow dependencies - posted by GitBox <gi...@apache.org> on 2019/12/06 21:35:34 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/06 22:17:35 UTC, 22 replies.
- [GitHub] [incubator-iceberg] YananLiUCI commented on a change in pull request #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/06 23:27:06 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rominparekh commented on issue #629: Add cherry-pick operation - posted by GitBox <gi...@apache.org> on 2019/12/07 00:38:54 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/07 01:30:02 UTC, 7 replies.
- [GitHub] [incubator-iceberg] ChethanUK opened a new issue #693: Support for Apache Beam I/O - posted by GitBox <gi...@apache.org> on 2019/12/07 17:39:24 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shardulm94 opened a new pull request #694: Add Spark Avro JMH tests - posted by GitBox <gi...@apache.org> on 2019/12/07 18:46:34 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #694: Add Spark Avro JMH tests - posted by GitBox <gi...@apache.org> on 2019/12/07 21:38:21 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/07 21:39:19 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/07 21:40:23 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/07 23:01:08 UTC, 16 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/08 00:12:53 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/08 00:22:30 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #676: Remove some of the unused variables - posted by GitBox <gi...@apache.org> on 2019/12/08 00:34:53 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #497: Support retaining last N snapshots - posted by GitBox <gi...@apache.org> on 2019/12/08 00:36:23 UTC, 1 replies.
- [GitHub] [incubator-iceberg] manishmalhotrawork commented on issue #666: BaseRewriteManifests should keep different manifest for different partitionSpec - posted by GitBox <gi...@apache.org> on 2019/12/08 07:58:35 UTC, 2 replies.
- [GitHub] [incubator-iceberg] jun-he commented on a change in pull request #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/08 08:02:22 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko commented on a change in pull request #676: Remove some of the unused variables - posted by GitBox <gi...@apache.org> on 2019/12/08 09:05:17 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/09 00:46:07 UTC, 2 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #227: ORC column map fix - posted by GitBox <gi...@apache.org> on 2019/12/09 01:20:53 UTC, 10 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #227: ORC column map fix - posted by GitBox <gi...@apache.org> on 2019/12/09 01:31:28 UTC, 1 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on a change in pull request #678: Add Java code examples and update site docs - posted by GitBox <gi...@apache.org> on 2019/12/09 06:44:01 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jun-he commented on issue #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/09 07:56:10 UTC, 2 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #694: Add Spark Avro JMH tests - posted by GitBox <gi...@apache.org> on 2019/12/09 08:47:25 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding closed pull request #681: [ISSUE #680] Fix the listTable in HadoopCatalog - posted by GitBox <gi...@apache.org> on 2019/12/09 09:02:17 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #666: BaseRewriteManifests should keep different manifest for different partitionSpec - posted by GitBox <gi...@apache.org> on 2019/12/09 09:36:47 UTC, 6 replies.
- [GitHub] [incubator-iceberg] mccheah commented on a change in pull request #694: Add Spark Avro JMH tests - posted by GitBox <gi...@apache.org> on 2019/12/09 11:38:41 UTC, 1 replies.
- [GitHub] [incubator-iceberg] cmathiesen commented on a change in pull request #678: Add Java code examples and update site docs - posted by GitBox <gi...@apache.org> on 2019/12/09 11:44:56 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/09 17:15:36 UTC, 3 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #694: Add Spark Avro JMH tests - posted by GitBox <gi...@apache.org> on 2019/12/09 17:40:03 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #676: Remove some of the unused variables - posted by GitBox <gi...@apache.org> on 2019/12/09 17:41:44 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue closed issue #553: Spark ReadTask is expensive to serialize - posted by GitBox <gi...@apache.org> on 2019/12/09 18:25:30 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #569: Use broadcast variables in IcebergSource - posted by GitBox <gi...@apache.org> on 2019/12/09 18:25:30 UTC, 0 replies.
- [GitHub] [incubator-iceberg] manishmalhotrawork commented on a change in pull request #666: BaseRewriteManifests should keep different manifest for different partitionSpec - posted by GitBox <gi...@apache.org> on 2019/12/09 21:36:40 UTC, 7 replies.
- [GitHub] [incubator-iceberg] yathindranath commented on a change in pull request #497: Support retaining last N snapshots - posted by GitBox <gi...@apache.org> on 2019/12/10 00:08:12 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/10 01:33:45 UTC, 1 replies.
- [GitHub] [incubator-iceberg] prodeezy opened a new pull request #695: [WIP] Cherrypick snapshot feature - posted by GitBox <gi...@apache.org> on 2019/12/10 09:40:34 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on issue #629: Add cherry-pick operation - posted by GitBox <gi...@apache.org> on 2019/12/10 09:43:40 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy edited a comment on issue #629: Add cherry-pick operation - posted by GitBox <gi...@apache.org> on 2019/12/10 09:56:02 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on issue #684: Support Decimal in Parquet predicates - posted by GitBox <gi...@apache.org> on 2019/12/10 12:40:00 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/10 17:07:44 UTC, 1 replies.
- [GitHub] [incubator-iceberg] xabriel commented on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/11 00:20:07 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue closed pull request #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/11 01:21:04 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue edited a comment on issue #674: [WIP]Supports spark-3.0 data source V2 APIs - posted by GitBox <gi...@apache.org> on 2019/12/11 01:21:15 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding commented on issue #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/11 07:13:55 UTC, 1 replies.
- [GitHub] [incubator-iceberg] shawnding commented on issue #679: [WIP] [ISSUE #672] Add namespace metadata - posted by GitBox <gi...@apache.org> on 2019/12/11 08:45:08 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko commented on issue #297: Bump Apache Avro to 1.9.x - posted by GitBox <gi...@apache.org> on 2019/12/11 10:37:28 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada opened a new pull request #696: Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/11 15:11:18 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #696: [spark-3]Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/11 18:07:18 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #297: Bump Apache Avro to 1.9.x - posted by GitBox <gi...@apache.org> on 2019/12/11 18:10:25 UTC, 1 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on issue #695: [WIP] Cherrypick snapshot feature - posted by GitBox <gi...@apache.org> on 2019/12/11 18:56:05 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #690: Shading Arrow dependencies - posted by GitBox <gi...@apache.org> on 2019/12/11 20:38:22 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #690: Shading Arrow dependencies - posted by GitBox <gi...@apache.org> on 2019/12/11 20:38:33 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko commented on a change in pull request #297: Bump Apache Avro to 1.9.x - posted by GitBox <gi...@apache.org> on 2019/12/11 20:48:13 UTC, 4 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on a change in pull request #696: [spark-3]Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/12 02:02:08 UTC, 1 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on a change in pull request #696: [spark-3]Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/12 06:30:22 UTC, 1 replies.
- [GitHub] [incubator-iceberg] jerryshao opened a new issue #697: [Spark-3]Add PreferredLocations support for ReadTask - posted by GitBox <gi...@apache.org> on 2019/12/12 06:53:46 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao opened a new issue #698: [Spark-3] Add missing abortStagedChanges support for StagedSparkTable - posted by GitBox <gi...@apache.org> on 2019/12/12 06:55:46 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #696: [spark-3]Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/12 08:45:50 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi opened a new pull request #699: Add missing table properties to configuration.md - posted by GitBox <gi...@apache.org> on 2019/12/12 15:29:48 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #699: Add missing table properties to configuration.md - posted by GitBox <gi...@apache.org> on 2019/12/12 15:30:59 UTC, 0 replies.
- [GitHub] [incubator-iceberg] prodeezy edited a comment on issue #695: [WIP] Cherrypick snapshot feature - posted by GitBox <gi...@apache.org> on 2019/12/12 17:28:31 UTC, 0 replies.
- [GitHub] [incubator-iceberg] danielcweeks commented on a change in pull request #686: Add transform expressions - posted by GitBox <gi...@apache.org> on 2019/12/12 17:35:38 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #684: Support Decimal in Parquet predicates - posted by GitBox <gi...@apache.org> on 2019/12/13 00:51:00 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #699: Add missing table properties to configuration.md - posted by GitBox <gi...@apache.org> on 2019/12/13 00:58:10 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #699: Add missing table properties to configuration.md - posted by GitBox <gi...@apache.org> on 2019/12/13 00:58:17 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #696: [spark-3]Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/13 00:59:39 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #696: [spark-3]Fix build issue and one import issue - posted by GitBox <gi...@apache.org> on 2019/12/13 00:59:49 UTC, 0 replies.
- [GitHub] [incubator-iceberg] pprudhvi opened a new issue #700: Dropping a partition column throws NPE - posted by GitBox <gi...@apache.org> on 2019/12/13 12:09:07 UTC, 0 replies.
- [GitHub] [incubator-iceberg] aokolnychyi commented on issue #666: BaseRewriteManifests should keep different manifest for different partitionSpec - posted by GitBox <gi...@apache.org> on 2019/12/13 16:45:54 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #700: Dropping a partition column throws NPE - posted by GitBox <gi...@apache.org> on 2019/12/16 12:10:52 UTC, 0 replies.
- [GitHub] [incubator-iceberg] pprudhvi commented on issue #700: Dropping a partition column throws NPE - posted by GitBox <gi...@apache.org> on 2019/12/16 16:42:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] pprudhvi edited a comment on issue #700: Dropping a partition column throws NPE - posted by GitBox <gi...@apache.org> on 2019/12/16 16:43:28 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #695: [WIP] Cherrypick snapshot feature - posted by GitBox <gi...@apache.org> on 2019/12/16 18:39:50 UTC, 23 replies.
- [GitHub] [incubator-iceberg] prodeezy commented on a change in pull request #695: [WIP] Cherrypick snapshot feature - posted by GitBox <gi...@apache.org> on 2019/12/16 22:31:21 UTC, 8 replies.
- [GitHub] [incubator-iceberg] manishmalhotrawork commented on issue #499: Add persistent IDs to partition fields (WIP) - posted by GitBox <gi...@apache.org> on 2019/12/16 22:58:02 UTC, 0 replies.
- [GitHub] [incubator-iceberg] cdw9bf opened a new pull request #701: Fix NullPointerException when message isn't included with exception - posted by GitBox <gi...@apache.org> on 2019/12/17 05:22:42 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain opened a new pull request #702: Refactor code and change dependencies - posted by GitBox <gi...@apache.org> on 2019/12/17 09:38:00 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #702: Refactor code and change dependencies - posted by GitBox <gi...@apache.org> on 2019/12/17 21:15:47 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdsr opened a new pull request #703: StructType#indexFields() breaks when schema contains column names which differ only by case - posted by GitBox <gi...@apache.org> on 2019/12/18 00:07:36 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #704: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/18 14:29:53 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new pull request #705: Add session catalog for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/18 17:29:30 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue opened a new pull request #706: Add DeleteFrom support for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/18 22:01:39 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain opened a new pull request #707: Enable a path for consuming applications to not reuse underlying arrow buffers. - posted by GitBox <gi...@apache.org> on 2019/12/19 06:41:47 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko opened a new pull request #708: Bump Apache Parquet to 1.11.0 - posted by GitBox <gi...@apache.org> on 2019/12/20 15:03:50 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #706: Add DeleteFrom support for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/20 17:04:29 UTC, 2 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #705: Add session catalog for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/20 17:12:42 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/20 17:13:38 UTC, 88 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on issue #705: Add session catalog for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/21 06:36:47 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on a change in pull request #705: Add session catalog for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/21 06:50:07 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on a change in pull request #675: [WIP] Inherit snapshot ids - posted by GitBox <gi...@apache.org> on 2019/12/21 07:15:55 UTC, 1 replies.
- [GitHub] [incubator-iceberg] samarthjain opened a new pull request #709: Merging master into vectorized-read - posted by GitBox <gi...@apache.org> on 2019/12/21 22:11:04 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain opened a new pull request #710: Parquet changes for vectorized reads - posted by GitBox <gi...@apache.org> on 2019/12/21 22:15:52 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new issue #711: while find the hive table , must strip the character "`" - posted by GitBox <gi...@apache.org> on 2019/12/23 07:32:39 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #712: [ISSUE #711] ] Fix the escape quote character while find table in hive catalog - posted by GitBox <gi...@apache.org> on 2019/12/23 07:58:58 UTC, 0 replies.
- [GitHub] [incubator-iceberg] waterlx opened a new issue #713: path in IcebergSource#findTable() could cause ambiguity - posted by GitBox <gi...@apache.org> on 2019/12/23 09:18:13 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new issue #714: While alter table drop partition column, the error message is not friendly. - posted by GitBox <gi...@apache.org> on 2019/12/23 09:20:53 UTC, 0 replies.
- [GitHub] [incubator-iceberg] waterlx commented on issue #713: Path in IcebergSource#findTable() could cause ambiguity - posted by GitBox <gi...@apache.org> on 2019/12/23 09:29:50 UTC, 1 replies.
- [GitHub] [incubator-iceberg] yujiantao opened a new issue #715: Convert error while query imported spark table - posted by GitBox <gi...@apache.org> on 2019/12/23 12:35:25 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding opened a new pull request #716: [ISSUE #714] Add alterTable testUtil And Fix partition error message - posted by GitBox <gi...@apache.org> on 2019/12/23 14:13:18 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #705: Add session catalog for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/23 17:07:03 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #705: Add session catalog for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/23 17:07:34 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #709: Merging master into vectorized-read - posted by GitBox <gi...@apache.org> on 2019/12/23 17:08:19 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #713: Path in IcebergSource#findTable() could cause ambiguity - posted by GitBox <gi...@apache.org> on 2019/12/23 19:46:12 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #712: [ISSUE #711] ] Fix the escape quote character while find table in hive catalog - posted by GitBox <gi...@apache.org> on 2019/12/23 21:12:17 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #716: [ISSUE #714] Add alterTable testUtil And Fix partition error message - posted by GitBox <gi...@apache.org> on 2019/12/23 21:12:58 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #716: [ISSUE #714] Add alterTable testUtil And Fix partition error message - posted by GitBox <gi...@apache.org> on 2019/12/23 21:18:25 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #499: Add persistent IDs to partition fields (WIP) - posted by GitBox <gi...@apache.org> on 2019/12/23 21:31:17 UTC, 14 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #499: Add persistent IDs to partition fields (WIP) - posted by GitBox <gi...@apache.org> on 2019/12/23 22:12:42 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #666: BaseRewriteManifests should keep different manifest for different partitionSpec - posted by GitBox <gi...@apache.org> on 2019/12/23 22:14:30 UTC, 5 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #666: BaseRewriteManifests should keep different manifest for different partitionSpec - posted by GitBox <gi...@apache.org> on 2019/12/23 22:28:10 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #710: Parquet changes for vectorized reads - posted by GitBox <gi...@apache.org> on 2019/12/23 22:32:13 UTC, 22 replies.
- [GitHub] [incubator-iceberg] waterlx edited a comment on issue #713: Path in IcebergSource#findTable() could cause ambiguity - posted by GitBox <gi...@apache.org> on 2019/12/24 02:25:31 UTC, 0 replies.
- [GitHub] [incubator-iceberg] living42 opened a new issue #717: Write stream of unordered rows into partitioned table causes "Already closed files for partition" - posted by GitBox <gi...@apache.org> on 2019/12/24 03:59:01 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #712: [ISSUE #711] Fix the escape quote character while find table in hive catalog - posted by GitBox <gi...@apache.org> on 2019/12/24 07:30:10 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada opened a new pull request #718: Update projection in addedFiles to support appending - posted by GitBox <gi...@apache.org> on 2019/12/24 09:39:02 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #698: [Spark-3] Add missing abortStagedChanges support for StagedSparkTable - posted by GitBox <gi...@apache.org> on 2019/12/24 09:55:22 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao edited a comment on issue #698: [Spark-3] Add missing abortStagedChanges support for StagedSparkTable - posted by GitBox <gi...@apache.org> on 2019/12/24 09:55:48 UTC, 0 replies.
- [GitHub] [incubator-iceberg] shawnding commented on issue #716: [ISSUE #714] Add alterTable testUtil And Fix partition error message - posted by GitBox <gi...@apache.org> on 2019/12/24 11:05:05 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #179: Use Iceberg tables as sources for Spark Structured Streaming - posted by GitBox <gi...@apache.org> on 2019/12/25 06:54:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/25 07:23:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao edited a comment on issue #179: Use Iceberg tables as sources for Spark Structured Streaming - posted by GitBox <gi...@apache.org> on 2019/12/25 07:27:20 UTC, 0 replies.
- [GitHub] [incubator-iceberg] waterlx opened a new pull request #719: Route to Hadoop table more strictly in IcebergSource#getTable() - posted by GitBox <gi...@apache.org> on 2019/12/26 03:32:20 UTC, 0 replies.
- [GitHub] [incubator-iceberg] samarthjain commented on a change in pull request #710: Parquet changes for vectorized reads - posted by GitBox <gi...@apache.org> on 2019/12/27 00:45:25 UTC, 7 replies.
- [GitHub] [incubator-iceberg] Fokko opened a new pull request #720: Add missing overrides - posted by GitBox <gi...@apache.org> on 2019/12/27 10:41:23 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #719: Route to Hadoop table more strictly in IcebergSource#getTable() - posted by GitBox <gi...@apache.org> on 2019/12/27 18:20:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #720: Add missing overrides - posted by GitBox <gi...@apache.org> on 2019/12/27 18:22:31 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #720: Add missing overrides - posted by GitBox <gi...@apache.org> on 2019/12/27 18:22:37 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #718: Update projection in addedFiles to support appending - posted by GitBox <gi...@apache.org> on 2019/12/27 18:25:32 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/27 19:27:21 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #600: Implement in and notIn in multiple visitors - posted by GitBox <gi...@apache.org> on 2019/12/27 21:07:55 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/27 21:09:57 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #628: Implement the project and the projectStrict in the transforms - posted by GitBox <gi...@apache.org> on 2019/12/27 21:10:30 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #315: [WIP] Incremental processing prototype - posted by GitBox <gi...@apache.org> on 2019/12/27 21:57:48 UTC, 10 replies.
- [GitHub] [incubator-iceberg] rdblue commented on a change in pull request #497: Support retaining last N snapshots - posted by GitBox <gi...@apache.org> on 2019/12/27 22:40:38 UTC, 3 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #497: Support retaining last N snapshots - posted by GitBox <gi...@apache.org> on 2019/12/27 22:42:35 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #491: Use relative path for manifest_path and file_path - posted by GitBox <gi...@apache.org> on 2019/12/27 23:05:39 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #679: [WIP] [ISSUE #672] Add namespace metadata - posted by GitBox <gi...@apache.org> on 2019/12/27 23:14:27 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue closed pull request #679: [WIP] [ISSUE #672] Add namespace metadata - posted by GitBox <gi...@apache.org> on 2019/12/27 23:14:27 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #697: [Spark-3] Add PreferredLocations support for ReadTask - posted by GitBox <gi...@apache.org> on 2019/12/27 23:18:24 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #700: Dropping a partition column throws NPE - posted by GitBox <gi...@apache.org> on 2019/12/27 23:20:37 UTC, 1 replies.
- [GitHub] [incubator-iceberg] rdblue closed issue #700: Dropping a partition column throws NPE - posted by GitBox <gi...@apache.org> on 2019/12/27 23:21:21 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #717: Write stream of unordered rows into partitioned table causes "Already closed files for partition" - posted by GitBox <gi...@apache.org> on 2019/12/27 23:22:41 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #715: Convert error while query imported spark table - posted by GitBox <gi...@apache.org> on 2019/12/27 23:25:19 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #698: [Spark-3] Add missing abortStagedChanges support for StagedSparkTable - posted by GitBox <gi...@apache.org> on 2019/12/27 23:34:28 UTC, 0 replies.
- [GitHub] [incubator-iceberg] living42 commented on issue #717: Write stream of unordered rows into partitioned table causes "Already closed files for partition" - posted by GitBox <gi...@apache.org> on 2019/12/28 04:35:39 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on a change in pull request #718: Update projection in addedFiles to support appending - posted by GitBox <gi...@apache.org> on 2019/12/28 13:49:11 UTC, 1 replies.
- [GitHub] [incubator-iceberg] jerryshao commented on issue #697: [Spark-3] Add PreferredLocations support for ReadTask - posted by GitBox <gi...@apache.org> on 2019/12/30 02:12:14 UTC, 0 replies.
- [GitHub] [incubator-iceberg] waterlx commented on a change in pull request #719: Route to Hadoop table more strictly in IcebergSource#getTable() - posted by GitBox <gi...@apache.org> on 2019/12/30 06:38:26 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on issue #706: Add DeleteFrom support for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/30 12:20:02 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #710: Parquet changes for vectorized reads - posted by GitBox <gi...@apache.org> on 2019/12/30 17:50:02 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #710: Parquet changes for vectorized reads - posted by GitBox <gi...@apache.org> on 2019/12/30 17:50:27 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #719: Route to Hadoop table more strictly in IcebergSource#getTable() - posted by GitBox <gi...@apache.org> on 2019/12/30 17:51:20 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue closed pull request #719: Route to Hadoop table more strictly in IcebergSource#getTable() - posted by GitBox <gi...@apache.org> on 2019/12/30 17:51:21 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #718: Update projection in addedFiles to support appending - posted by GitBox <gi...@apache.org> on 2019/12/30 17:53:47 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue merged pull request #706: Add DeleteFrom support for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/30 17:54:30 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue commented on issue #706: Add DeleteFrom support for Spark 3.0 - posted by GitBox <gi...@apache.org> on 2019/12/30 17:54:47 UTC, 0 replies.
- [GitHub] [incubator-iceberg] rdblue edited a comment on issue #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/30 18:40:21 UTC, 0 replies.
- [GitHub] [incubator-iceberg] chenjunjiedada commented on issue #708: Bump Apache Parquet to 1.11.0 - posted by GitBox <gi...@apache.org> on 2019/12/31 03:14:40 UTC, 2 replies.
- [GitHub] [incubator-iceberg] shawnding removed a comment on issue #688: [ISSUE #672] Add SupportsNamespaces for 'HadoopCatalog' and 'HiveCatalog' - posted by GitBox <gi...@apache.org> on 2019/12/31 09:10:49 UTC, 0 replies.
- [GitHub] [incubator-iceberg] jerryshao opened a new pull request #721: Add PreferredLocations support for Iceberg Spark Source - posted by GitBox <gi...@apache.org> on 2019/12/31 11:00:24 UTC, 0 replies.
- [GitHub] [incubator-iceberg] Fokko commented on issue #708: Bump Apache Parquet to 1.11.0 - posted by GitBox <gi...@apache.org> on 2019/12/31 11:36:52 UTC, 1 replies.