[GitHub] [hudi] KarthickAN commented on issue #2154: [SUPPORT] Throwing org.apache.spark.shuffle.FetchFailedException consistently

2020-10-11 Thread GitBox
KarthickAN commented on issue #2154: URL: https://github.com/apache/hudi/issues/2154#issuecomment-706861733 @vinothchandar Thanks vinoth. Yes, with the increased memory it had no issues. This is an automated message from

[hudi] branch master updated (b58daf2 -> c0472d3)

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git. from b58daf2 [MINOR] remove unused generics type (#2163) add c0472d3 [HUDI-1184] Fix the support of hbase index

[GitHub] [hudi] vinothchandar merged pull request #1978: [HUDI-1184] Fix the support of hbase index partition path change

2020-10-11 Thread GitBox
vinothchandar merged pull request #1978: URL: https://github.com/apache/hudi/pull/1978 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hudi] codecov-io edited a comment on pull request #1978: [HUDI-1184] Fix the support of hbase index partition path change

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #1978: URL: https://github.com/apache/hudi/pull/1978#issuecomment-706814593 # [Codecov](https://codecov.io/gh/apache/hudi/pull/1978?src=pr=h1) Report > Merging [#1978](https://codecov.io/gh/apache/hudi/pull/1978?src=pr=desc) into

[GitHub] [hudi] codecov-io commented on pull request #1978: [HUDI-1184] Fix the support of hbase index partition path change

2020-10-11 Thread GitBox
codecov-io commented on pull request #1978: URL: https://github.com/apache/hudi/pull/1978#issuecomment-706814593 # [Codecov](https://codecov.io/gh/apache/hudi/pull/1978?src=pr=h1) Report > Merging [#1978](https://codecov.io/gh/apache/hudi/pull/1978?src=pr=desc) into

[GitHub] [hudi] lw309637554 commented on pull request #2127: [HUDI-284] add more test for UpdateSchemaEvolution

2020-10-11 Thread GitBox
lw309637554 commented on pull request #2127: URL: https://github.com/apache/hudi/pull/2127#issuecomment-706813674 > lagging a bit. Will take a pass today and circle back. thanks,please help to review This is an

[GitHub] [hudi] vinothchandar merged pull request #2163: [MINOR] Remove unused generics type

2020-10-11 Thread GitBox
vinothchandar merged pull request #2163: URL: https://github.com/apache/hudi/pull/2163 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[hudi] branch master updated (032bc3b -> 2126f13)

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git. from 032bc3b [MINOR] NPE Optimization for Option (#2158) add 2126f13 [HUDI-791] Replace null by Option in Delta

[GitHub] [hudi] vinothchandar merged pull request #2171: [HUDI-791] Replace null by Option in Delta Streamer

2020-10-11 Thread GitBox
vinothchandar merged pull request #2171: URL: https://github.com/apache/hudi/pull/2171 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hudi] vinothchandar commented on pull request #1978: [HUDI-1184] Fix the support of hbase index partition path change

2020-10-11 Thread GitBox
vinothchandar commented on pull request #1978: URL: https://github.com/apache/hudi/pull/1978#issuecomment-706806558 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[hudi] branch asf-site updated: Travis CI build asf-site

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/asf-site by this push: new 17c7e95 Travis CI build asf-site 17c7e95 is

[hudi] branch master updated: [MINOR] NPE Optimization for Option (#2158)

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/master by this push: new 032bc3b [MINOR] NPE Optimization for Option

[GitHub] [hudi] vinothchandar merged pull request #2158: [MINOR]Optimization for Option

2020-10-11 Thread GitBox
vinothchandar merged pull request #2158: URL: https://github.com/apache/hudi/pull/2158 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[hudi] branch asf-site updated: [HUDI-1034][DOCS] Add code guidelines for writing tests (#2169)

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/asf-site by this push: new f550175 [HUDI-1034][DOCS] Add code

[GitHub] [hudi] vinothchandar merged pull request #2169: [HUDI-1034][DOCS] Add code guidelines for writing tests

2020-10-11 Thread GitBox
vinothchandar merged pull request #2169: URL: https://github.com/apache/hudi/pull/2169 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hudi] vinothchandar commented on pull request #2147: [HUDI-1289] Remove shading pattern for hbase dependencies in hudi-spark-bundle

2020-10-11 Thread GitBox
vinothchandar commented on pull request #2147: URL: https://github.com/apache/hudi/pull/2147#issuecomment-706799665 @rmpifer if you can confirm the above, we can land this. otherwise LGTM This is an automated message from

[hudi] branch master updated: [MINOR] Fix typo and others (#2164)

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/master by this push: new d4d4c8c [MINOR] Fix typo and others (#2164)

[GitHub] [hudi] vinothchandar merged pull request #2164: [MINOR] Fix typo and others

2020-10-11 Thread GitBox
vinothchandar merged pull request #2164: URL: https://github.com/apache/hudi/pull/2164 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hudi] vinothchandar commented on pull request #1946: [HUDI-1176]Support log4j2 config

2020-10-11 Thread GitBox
vinothchandar commented on pull request #1946: URL: https://github.com/apache/hudi/pull/1946#issuecomment-706792241 I am bit confused about this PR. Checked out log4j 2, seems like it has some nice advantages. Should we just move to log4j 2? https://logging.apache.org/log4j/2.x/

[GitHub] [hudi] vinothchandar commented on pull request #1760: [HUDI-1040] Update apis for spark3 compatibility

2020-10-11 Thread GitBox
vinothchandar commented on pull request #1760: URL: https://github.com/apache/hudi/pull/1760#issuecomment-706791396 @aniejo there are some known issues since some spark APIs have changed in 3. @bschell any updates for us? This is being requested heavily, love to do this sooner if

[hudi] branch master updated (585ce00 -> 86db4da)

2020-10-11 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git. from 585ce00 [HUDI-1301] use spark INCREMENTAL mode query hudi dataset support schema version. (#2125) add 86db4da

[GitHub] [hudi] vinothchandar merged pull request #2173: [HUDI-1339] delete useless import in hudi-spark module

2020-10-11 Thread GitBox
vinothchandar merged pull request #2173: URL: https://github.com/apache/hudi/pull/2173 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hudi] bvaradar commented on issue #2149: Help with Reading Kafka topic written using Debezium Connector - Deltastreamer

2020-10-11 Thread GitBox
bvaradar commented on issue #2149: URL: https://github.com/apache/hudi/issues/2149#issuecomment-706764303 @ashishmgofficial : It looks like the json data and the avro schema are not matching correctly. When I read the file through spark directly (please see below), I am getting an

[jira] [Created] (HUDI-1340) Not able to query real time table when rows contains nested elements

2020-10-11 Thread Bharat Dighe (Jira)
Bharat Dighe created HUDI-1340: -- Summary: Not able to query real time table when rows contains nested elements Key: HUDI-1340 URL: https://issues.apache.org/jira/browse/HUDI-1340 Project: Apache Hudi

[jira] [Updated] (HUDI-1340) Not able to query real time table when rows contains nested elements

2020-10-11 Thread Bharat Dighe (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Dighe updated HUDI-1340: --- Attachment: users5.avro users4.avro users3.avro

[jira] [Updated] (HUDI-1340) Not able to query real time table when rows contains nested elements

2020-10-11 Thread Bharat Dighe (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Dighe updated HUDI-1340: --- Attachment: user.avsc create_avro.py > Not able to query real time table when rows

[jira] [Issue Comment Deleted] (HUDI-102) Beeline/Hive Client - select * on real-time views fails with schema related errors for tables with deep-nested schema #439

2020-10-11 Thread Bharat Dighe (Jira)
[ https://issues.apache.org/jira/browse/HUDI-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Dighe updated HUDI-102: -- Comment: was deleted (was: I am able to reproduce this. scala> spark.sql("select * from users_mor_rt");

[jira] [Commented] (HUDI-102) Beeline/Hive Client - select * on real-time views fails with schema related errors for tables with deep-nested schema #439

2020-10-11 Thread Bharat Dighe (Jira)
[ https://issues.apache.org/jira/browse/HUDI-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212020#comment-17212020 ] Bharat Dighe commented on HUDI-102: --- I am able to reproduce this. scala> spark.sql("select * from

[GitHub] [hudi] codecov-io edited a comment on pull request #2171: [HUDI-791] Replace null by Option in Delta Streamer

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2171: URL: https://github.com/apache/hudi/pull/2171#issuecomment-706733188 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=h1) Report > Merging [#2171](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=desc) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2173: [HUDI-1339] delete useless import in hudi-spark module

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2173: URL: https://github.com/apache/hudi/pull/2173#issuecomment-706736204 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2173?src=pr=h1) Report > Merging [#2173](https://codecov.io/gh/apache/hudi/pull/2173?src=pr=desc) into

[GitHub] [hudi] codecov-io commented on pull request #2173: [HUDI-1339] delete useless import in hudi-spark module

2020-10-11 Thread GitBox
codecov-io commented on pull request #2173: URL: https://github.com/apache/hudi/pull/2173#issuecomment-706736204 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2173?src=pr=h1) Report > Merging [#2173](https://codecov.io/gh/apache/hudi/pull/2173?src=pr=desc) into

[GitHub] [hudi] bvaradar closed issue #2145: [SUPPORT] IOException when querying Hudi data with Hive using LIMIT clause

2020-10-11 Thread GitBox
bvaradar closed issue #2145: URL: https://github.com/apache/hudi/issues/2145 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [hudi] codecov-io edited a comment on pull request #2171: [HUDI-791] Replace null by Option in Delta Streamer

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2171: URL: https://github.com/apache/hudi/pull/2171#issuecomment-706733188 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=h1) Report > Merging [#2171](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=desc) into

[GitHub] [hudi] codecov-io commented on pull request #2171: [HUDI-791] Replace null by Option in Delta Streamer

2020-10-11 Thread GitBox
codecov-io commented on pull request #2171: URL: https://github.com/apache/hudi/pull/2171#issuecomment-706733188 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=h1) Report > Merging [#2171](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=desc) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2171: [HUDI-791] Replace null by Option in Delta Streamer

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2171: URL: https://github.com/apache/hudi/pull/2171#issuecomment-706733188 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=h1) Report > Merging [#2171](https://codecov.io/gh/apache/hudi/pull/2171?src=pr=desc) into

[GitHub] [hudi] bvaradar commented on issue #2153: [SUPPORT] Failed to delete key: /.hoodie/.temp/20201006182950

2020-10-11 Thread GitBox
bvaradar commented on issue #2153: URL: https://github.com/apache/hudi/issues/2153#issuecomment-706733081 Thanks This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hudi] bvaradar closed issue #2154: [SUPPORT] Throwing org.apache.spark.shuffle.FetchFailedException consistently

2020-10-11 Thread GitBox
bvaradar closed issue #2154: URL: https://github.com/apache/hudi/issues/2154 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [hudi] bvaradar closed issue #2153: [SUPPORT] Failed to delete key: /.hoodie/.temp/20201006182950

2020-10-11 Thread GitBox
bvaradar closed issue #2153: URL: https://github.com/apache/hudi/issues/2153 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Updated] (HUDI-1339) delete useless import in hudi-spark module

2020-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-1339: - Labels: pull-request-available (was: ) > delete useless import in hudi-spark module >

[GitHub] [hudi] lw309637554 opened a new pull request #2173: [HUDI-1339] delete useless import in hudi-spark module

2020-10-11 Thread GitBox
lw309637554 opened a new pull request #2173: URL: https://github.com/apache/hudi/pull/2173 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contributing.html before opening a pull request.* ## What is the purpose of

[jira] [Updated] (HUDI-1339) delete useless import in hudi-spark module

2020-10-11 Thread liwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liwei updated HUDI-1339: Summary: delete useless import in hudi-spark module (was: delete useless import in HoodieSparkSqlWriter) > delete

[jira] [Created] (HUDI-1339) delete useless import in HoodieSparkSqlWriter

2020-10-11 Thread liwei (Jira)
liwei created HUDI-1339: --- Summary: delete useless import in HoodieSparkSqlWriter Key: HUDI-1339 URL: https://issues.apache.org/jira/browse/HUDI-1339 Project: Apache Hudi Issue Type: Improvement

[GitHub] [hudi] codecov-io edited a comment on pull request #2172: [HUDI-1338] Adding Delete support to test suite framework

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2172: URL: https://github.com/apache/hudi/pull/2172#issuecomment-706720825 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2172?src=pr=h1) Report > Merging [#2172](https://codecov.io/gh/apache/hudi/pull/2172?src=pr=desc) into

[GitHub] [hudi] codecov-io commented on pull request #2172: [HUDI-1338] Adding Delete support to test suite framework

2020-10-11 Thread GitBox
codecov-io commented on pull request #2172: URL: https://github.com/apache/hudi/pull/2172#issuecomment-706720825 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2172?src=pr=h1) Report > Merging [#2172](https://codecov.io/gh/apache/hudi/pull/2172?src=pr=desc) into

[jira] [Updated] (HUDI-1338) Adding Delete support to test suite framework

2020-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-1338: - Labels: pull-request-available (was: ) > Adding Delete support to test suite framework >

[GitHub] [hudi] nsivabalan opened a new pull request #2172: [HUDI-1338] Adding Delete support to test suite framework

2020-10-11 Thread GitBox
nsivabalan opened a new pull request #2172: URL: https://github.com/apache/hudi/pull/2172 ## What is the purpose of the pull request Adding Delete support to test suite framework ## Brief change log - Adding DeleteNode to assist in issuing deletes to hudi in integ

[jira] [Assigned] (HUDI-1331) Improving Hudi test suite framework to support proper validation and long running tests

2020-10-11 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan reassigned HUDI-1331: - Assignee: sivabalan narayanan > Improving Hudi test suite framework to support

[jira] [Assigned] (HUDI-1338) Adding Delete support to test suite framework

2020-10-11 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan reassigned HUDI-1338: - Assignee: sivabalan narayanan > Adding Delete support to test suite framework >

[jira] [Created] (HUDI-1338) Adding Delete support to test suite framework

2020-10-11 Thread sivabalan narayanan (Jira)
sivabalan narayanan created HUDI-1338: - Summary: Adding Delete support to test suite framework Key: HUDI-1338 URL: https://issues.apache.org/jira/browse/HUDI-1338 Project: Apache Hudi

[GitHub] [hudi] codecov-io edited a comment on pull request #2170: [MINOR] Make AbstractHoodieClient as a concrete class

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2170: URL: https://github.com/apache/hudi/pull/2170#issuecomment-706699194 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2170?src=pr=h1) Report > Merging [#2170](https://codecov.io/gh/apache/hudi/pull/2170?src=pr=desc) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2170: [MINOR] Make AbstractHoodieClient as a concrete class

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2170: URL: https://github.com/apache/hudi/pull/2170#issuecomment-706699194 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2170?src=pr=h1) Report > Merging [#2170](https://codecov.io/gh/apache/hudi/pull/2170?src=pr=desc) into

[GitHub] [hudi] codecov-io commented on pull request #2170: [MINOR] Make AbstractHoodieClient as a concrete class

2020-10-11 Thread GitBox
codecov-io commented on pull request #2170: URL: https://github.com/apache/hudi/pull/2170#issuecomment-706699194 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2170?src=pr=h1) Report > Merging [#2170](https://codecov.io/gh/apache/hudi/pull/2170?src=pr=desc) into

[jira] [Updated] (HUDI-791) Replace null by Option in Delta Streamer

2020-10-11 Thread liwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liwei updated HUDI-791: --- Status: Patch Available (was: In Progress) > Replace null by Option in Delta Streamer >

[jira] [Updated] (HUDI-791) Replace null by Option in Delta Streamer

2020-10-11 Thread liwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liwei updated HUDI-791: --- Status: Open (was: New) > Replace null by Option in Delta Streamer > > >

[jira] [Updated] (HUDI-791) Replace null by Option in Delta Streamer

2020-10-11 Thread liwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liwei updated HUDI-791: --- Status: In Progress (was: Open) > Replace null by Option in Delta Streamer >

[jira] [Updated] (HUDI-791) Replace null by Option in Delta Streamer

2020-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-791: Labels: pull-request-available (was: ) > Replace null by Option in Delta Streamer >

[GitHub] [hudi] lw309637554 opened a new pull request #2171: [HUDI-791] Replace null by Option in Delta Streamer

2020-10-11 Thread GitBox
lw309637554 opened a new pull request #2171: URL: https://github.com/apache/hudi/pull/2171 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contributing.html before opening a pull request.* ## What is the purpose of

[jira] [Commented] (HUDI-892) RealtimeParquetInputFormat should skip adding projection columns if there are no log files

2020-10-11 Thread liwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17211893#comment-17211893 ] liwei commented on HUDI-892: [~vinoth] hi,  why RealtimeParquetInputFormat should skip adding projection

[GitHub] [hudi] dugenkui03 opened a new pull request #2170: [MINOR] Make AbstractHoodieClient as a concrete class

2020-10-11 Thread GitBox
dugenkui03 opened a new pull request #2170: URL: https://github.com/apache/hudi/pull/2170 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Assigned] (HUDI-1337) Introduce FlinkInMemoryHashIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wangxianghu reassigned HUDI-1337: - Assignee: liujinhui (was: wangxianghu) > Introduce FlinkInMemoryHashIndex to hudi-flink-client

[jira] [Created] (HUDI-1337) Introduce FlinkInMemoryHashIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
wangxianghu created HUDI-1337: - Summary: Introduce FlinkInMemoryHashIndex to hudi-flink-client Key: HUDI-1337 URL: https://issues.apache.org/jira/browse/HUDI-1337 Project: Apache Hudi Issue

[jira] [Created] (HUDI-1336) Introduce FlinkHoodieGlobalSimpleIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
wangxianghu created HUDI-1336: - Summary: Introduce FlinkHoodieGlobalSimpleIndex to hudi-flink-client Key: HUDI-1336 URL: https://issues.apache.org/jira/browse/HUDI-1336 Project: Apache Hudi

[jira] [Created] (HUDI-1335) Introduce FlinkHoodieSimpleIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
wangxianghu created HUDI-1335: - Summary: Introduce FlinkHoodieSimpleIndex to hudi-flink-client Key: HUDI-1335 URL: https://issues.apache.org/jira/browse/HUDI-1335 Project: Apache Hudi Issue

[jira] [Created] (HUDI-1334) Introduce FlinkHoodieHBaseIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
wangxianghu created HUDI-1334: - Summary: Introduce FlinkHoodieHBaseIndex to hudi-flink-client Key: HUDI-1334 URL: https://issues.apache.org/jira/browse/HUDI-1334 Project: Apache Hudi Issue Type:

[jira] [Created] (HUDI-1333) Introduce FlinkHoodieGlobalBloomIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
wangxianghu created HUDI-1333: - Summary: Introduce FlinkHoodieGlobalBloomIndex to hudi-flink-client Key: HUDI-1333 URL: https://issues.apache.org/jira/browse/HUDI-1333 Project: Apache Hudi Issue

[jira] [Created] (HUDI-1332) Introduce FlinkHoodieBloomIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
wangxianghu created HUDI-1332: - Summary: Introduce FlinkHoodieBloomIndex to hudi-flink-client Key: HUDI-1332 URL: https://issues.apache.org/jira/browse/HUDI-1332 Project: Apache Hudi Issue Type:

[jira] [Updated] (HUDI-910) Intruduce FlinkHoodieIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wangxianghu updated HUDI-910: - Description: Abstract implemetation of HoodieIndex for flink (was: Add index implemetation to

[jira] [Updated] (HUDI-910) Intruduce FlinkHoodieIndex to hudi-flink-client

2020-10-11 Thread wangxianghu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wangxianghu updated HUDI-910: - Summary: Intruduce FlinkHoodieIndex to hudi-flink-client (was: Add index implemetation to

[jira] [Updated] (HUDI-1034) Document info about test structure and guide

2020-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-1034: - Labels: documentation pull-request-available (was: documentation) > Document info about test

[GitHub] [hudi] xushiyan opened a new pull request #2169: [HUDI-1034][DOCS] Add code guidelines for writing tests

2020-10-11 Thread GitBox
xushiyan opened a new pull request #2169: URL: https://github.com/apache/hudi/pull/2169 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contributing.html before opening a pull request.* ## What is the purpose of the

[jira] [Commented] (HUDI-1330) handle prefix filtering at directory level

2020-10-11 Thread liwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17211843#comment-17211843 ] liwei commented on HUDI-1330: - good job :D > handle prefix filtering at directory level >

[GitHub] [hudi] codecov-io edited a comment on pull request #2157: [HUDI-1330] handle prefix filtering at directory level

2020-10-11 Thread GitBox
codecov-io edited a comment on pull request #2157: URL: https://github.com/apache/hudi/pull/2157#issuecomment-706184443 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2157?src=pr=h1) Report > Merging [#2157](https://codecov.io/gh/apache/hudi/pull/2157?src=pr=desc) into