[GitHub] [incubator-hudi] n3nash commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
n3nash commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#discussion_r365478024 ## File path:

[GitHub] [incubator-hudi] n3nash commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
n3nash commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#discussion_r365478024 ## File path:

[GitHub] [incubator-hudi] bschell commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
bschell commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#discussion_r365459763 ## File path:

[GitHub] [incubator-hudi] bschell commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
bschell commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#discussion_r365459763 ## File path:

[GitHub] [incubator-hudi] umehrot2 commented on a change in pull request #1005: [HUDI-91][HUDI-12]Migrate to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add support for Deci

2020-01-10 Thread GitBox
umehrot2 commented on a change in pull request #1005: [HUDI-91][HUDI-12]Migrate to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add support for Decimal/Date types URL: https://github.com/apache/incubator-hudi/pull/1005#discussion_r365457608 ## File path:

[incubator-hudi] branch master updated: [HUDI-248] CLI doesn't allow rolling back a Delta commit

2020-01-10 Thread nagarwal
This is an automated email from the ASF dual-hosted git repository. nagarwal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git The following commit(s) were added to refs/heads/master by this push: new 04afac9 [HUDI-248] CLI doesn't allow

[GitHub] [incubator-hudi] n3nash merged pull request #1201: [HUDI-248] CLI doesn't allow rolling back a Delta commit

2020-01-10 Thread GitBox
n3nash merged pull request #1201: [HUDI-248] CLI doesn't allow rolling back a Delta commit URL: https://github.com/apache/incubator-hudi/pull/1201 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-hudi] umehrot2 commented on issue #1005: [HUDI-91][HUDI-12]Migrate to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add support for Decimal/Date types

2020-01-10 Thread GitBox
umehrot2 commented on issue #1005: [HUDI-91][HUDI-12]Migrate to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add support for Decimal/Date types URL: https://github.com/apache/incubator-hudi/pull/1005#issuecomment-573235373 @bvaradar Created a JIRA to track

[jira] [Created] (HUDI-519) Document the need for Avro dependency shading/relocation for custom payloads

2020-01-10 Thread Udit Mehrotra (Jira)
Udit Mehrotra created HUDI-519: -- Summary: Document the need for Avro dependency shading/relocation for custom payloads Key: HUDI-519 URL: https://issues.apache.org/jira/browse/HUDI-519 Project: Apache

[GitHub] [incubator-hudi] zhedoubushishi commented on a change in pull request #1109: [HUDI-238] - Migrating to Scala 2.12

2020-01-10 Thread GitBox
zhedoubushishi commented on a change in pull request #1109: [HUDI-238] - Migrating to Scala 2.12 URL: https://github.com/apache/incubator-hudi/pull/1109#discussion_r365385384 ## File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/KafkaOffsetGen.java

[GitHub] [incubator-hudi] n3nash commented on issue #1191: [HUDI-503] Add hudi test suite documentation into the README file of the test suite module

2020-01-10 Thread GitBox
n3nash commented on issue #1191: [HUDI-503] Add hudi test suite documentation into the README file of the test suite module URL: https://github.com/apache/incubator-hudi/pull/1191#issuecomment-573254806 @yanghua looks good, did you try running it in docker ? Also, can you squash your

[GitHub] [incubator-hudi] n3nash merged pull request #1204: [CLEAN] replace utf-8 constant with StandardCharsets.UTF_8

2020-01-10 Thread GitBox
n3nash merged pull request #1204: [CLEAN] replace utf-8 constant with StandardCharsets.UTF_8 URL: https://github.com/apache/incubator-hudi/pull/1204 This is an automated message from the Apache Git Service. To respond to

[incubator-hudi] branch master updated: [CLEAN] replace utf-8 constant with StandardCharsets.UTF_8

2020-01-10 Thread nagarwal
This is an automated email from the ASF dual-hosted git repository. nagarwal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git The following commit(s) were added to refs/heads/master by this push: new e103165 [CLEAN] replace utf-8

[GitHub] [incubator-hudi] leesf commented on a change in pull request #1208: [HUDI-304] Bring back spotless plugin

2020-01-10 Thread GitBox
leesf commented on a change in pull request #1208: [HUDI-304] Bring back spotless plugin URL: https://github.com/apache/incubator-hudi/pull/1208#discussion_r365497747 ## File path: style/checkstyle.xml ## @@ -61,10 +61,11 @@ +

[GitHub] [incubator-hudi] leesf commented on a change in pull request #1208: [HUDI-304] Bring back spotless plugin

2020-01-10 Thread GitBox
leesf commented on a change in pull request #1208: [HUDI-304] Bring back spotless plugin URL: https://github.com/apache/incubator-hudi/pull/1208#discussion_r365497823 ## File path: style/eclipse-java-google-style.xml ## @@ -0,0 +1,351 @@ + + Review comment: Seems

[GitHub] [incubator-hudi] n3nash commented on a change in pull request #1005: [HUDI-91][HUDI-12]Migrate to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add support for Decima

2020-01-10 Thread GitBox
n3nash commented on a change in pull request #1005: [HUDI-91][HUDI-12]Migrate to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add support for Decimal/Date types URL: https://github.com/apache/incubator-hudi/pull/1005#discussion_r365480126 ## File path:

[jira] [Commented] (HUDI-469) HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17013321#comment-17013321 ] leesf commented on HUDI-469: Fixed via master: b95367d82a4e0c31a526cf8b292388355847e274 > HoodieCommitMetadata

[jira] [Updated] (HUDI-469) HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] leesf updated HUDI-469: --- Status: Closed (was: Patch Available) > HoodieCommitMetadata only show first commit insert rows. >

[GitHub] [incubator-hudi] yanghua commented on issue #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread GitBox
yanghua commented on issue #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1207#issuecomment-573278027 @wangxianghu The Travis has failed. Please recheck your PR.

[GitHub] [incubator-hudi] lamber-ken opened a new pull request #1209: [CLEAN] Fix partition typo

2020-01-10 Thread GitBox
lamber-ken opened a new pull request #1209: [CLEAN] Fix partition typo URL: https://github.com/apache/incubator-hudi/pull/1209 ## What is the purpose of the pull request Fix `partition` typo. ## Brief change log - *Fix `partition` typo.* ## Verify this pull

[GitHub] [incubator-hudi] n3nash merged pull request #1119: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread GitBox
n3nash merged pull request #1119: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows. URL: https://github.com/apache/incubator-hudi/pull/1119 This is an automated message from the Apache Git Service. To

[incubator-hudi] branch master updated: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread nagarwal
This is an automated email from the ASF dual-hosted git repository. nagarwal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git The following commit(s) were added to refs/heads/master by this push: new b95367d [HUDI-469] Fix:

[jira] [Comment Edited] (HUDI-506) Optimize the new website based on feedback

2020-01-10 Thread lamber-ken (Jira)
[ https://issues.apache.org/jira/browse/HUDI-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010164#comment-17010164 ] lamber-ken edited comment on HUDI-506 at 1/11/20 1:00 AM: -- Thanks for your

[jira] [Updated] (HUDI-248) CLI doesn't allow rolling back a Delta commit

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] leesf updated HUDI-248: --- Status: Closed (was: Patch Available) > CLI doesn't allow rolling back a Delta commit >

[jira] [Commented] (HUDI-248) CLI doesn't allow rolling back a Delta commit

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17013324#comment-17013324 ] leesf commented on HUDI-248: Fixed via master: 04afac977d4bd615c217349083b5f86cfa8060c4 > CLI doesn't allow

[jira] [Closed] (HUDI-513) Hudi Cli can't rollback deltastreamer commit.

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] leesf closed HUDI-513. -- Resolution: Duplicate > Hudi Cli can't rollback deltastreamer commit. > - >

[GitHub] [incubator-hudi] leesf opened a new pull request #1208: [HUDI-304] Bring back spotless plugin

2020-01-10 Thread GitBox
leesf opened a new pull request #1208: [HUDI-304] Bring back spotless plugin URL: https://github.com/apache/incubator-hudi/pull/1208 ## What is the purpose of the pull request Bring back the spotless plugin, first introduced in #945 . Would run `mvn spotless:apply` to fix code format

[jira] [Updated] (HUDI-304) Bring back spotless plugin

2020-01-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-304: Labels: pull-request-available (was: ) > Bring back spotless plugin > ---

[jira] [Updated] (HUDI-469) HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-469: Labels: pull-request-available (was: ) > HoodieCommitMetadata only show first commit insert rows.

[GitHub] [incubator-hudi] n3nash commented on a change in pull request #1119: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread GitBox
n3nash commented on a change in pull request #1119: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows. URL: https://github.com/apache/incubator-hudi/pull/1119#discussion_r365478532 ## File path:

[jira] [Created] (HUDI-520) Decide on keyGenerator strategy for handling null/empty recordkeys

2020-01-10 Thread Brandon Scheller (Jira)
Brandon Scheller created HUDI-520: - Summary: Decide on keyGenerator strategy for handling null/empty recordkeys Key: HUDI-520 URL: https://issues.apache.org/jira/browse/HUDI-520 Project: Apache Hudi

[GitHub] [incubator-hudi] yanghua commented on issue #1191: [HUDI-503] Add hudi test suite documentation into the README file of the test suite module

2020-01-10 Thread GitBox
yanghua commented on issue #1191: [HUDI-503] Add hudi test suite documentation into the README file of the test suite module URL: https://github.com/apache/incubator-hudi/pull/1191#issuecomment-573271577 > @yanghua looks good, did you try running it in docker ? Also, can you squash your

[GitHub] [incubator-hudi] bschell commented on issue #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
bschell commented on issue #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#issuecomment-573269632 @n3nash Squashed the commits and updated PR. Also created the ticket here:

[GitHub] [incubator-hudi] bschell commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
bschell commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#discussion_r365490837 ## File path:

[GitHub] [incubator-hudi] wangxianghu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread GitBox
wangxianghu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1207#discussion_r365497345 ## File path:

[jira] [Updated] (HUDI-513) Hudi Cli can't rollback deltastreamer commit.

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] leesf updated HUDI-513: --- Status: Open (was: New) > Hudi Cli can't rollback deltastreamer commit. >

Build failed in Jenkins: hudi-snapshot-deployment-0.5 #156

2020-01-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 2.75 KB...] guice-4.2.0-no_aop.jar jansi-1.17.1.jar jansi-native javax.inject-1.jar jcl-over-slf4j-1.7.25.jar jcl-over-slf4j.license

[GitHub] [incubator-hudi] wangxianghu opened a new pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread GitBox
wangxianghu opened a new pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1207 ## What is the purpose of the pull request *Redo hudi-hadoop-mr log statements using SLF4J* ## Brief change log

[jira] [Updated] (HUDI-458) Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-458: Labels: pull-request-available (was: ) > Redo hudi-hadoop-mr log statements using SLF4J >

[GitHub] [incubator-hudi] n3nash commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key

2020-01-10 Thread GitBox
n3nash commented on a change in pull request #1194: [HUDI-326] Add support to delete records with only record_key URL: https://github.com/apache/incubator-hudi/pull/1194#discussion_r365478024 ## File path:

[GitHub] [incubator-hudi] lamber-ken commented on issue #1196: [feedback] new site feedback

2020-01-10 Thread GitBox
lamber-ken commented on issue #1196: [feedback] new site feedback URL: https://github.com/apache/incubator-hudi/issues/1196#issuecomment-573258075 ![image](https://user-images.githubusercontent.com/20113411/72195451-51ef8800-344d-11ea-98ff-da5e109cb836.png)

[GitHub] [incubator-hudi] hmatu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread GitBox
hmatu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1207#discussion_r365496893 ## File path: hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieROTablePathFilter.java

[GitHub] [incubator-hudi] hmatu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread GitBox
hmatu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1207#discussion_r365496931 ## File path:

[GitHub] [incubator-hudi] hmatu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread GitBox
hmatu commented on a change in pull request #1207: [HUDI-458] Redo hudi-hadoop-mr log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1207#discussion_r365496880 ## File path: hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieROTablePathFilter.java

[GitHub] [incubator-hudi] leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365178140 ## File path:

[GitHub] [incubator-hudi] leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365166437 ## File path:

[GitHub] [incubator-hudi] leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365165705 ## File path: hudi-common/src/test/resources/timestamp-test-evolved.avsc

[GitHub] [incubator-hudi] OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365175719 ## File path:

[jira] [Commented] (HUDI-458) Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread wangxianghu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012809#comment-17012809 ] wangxianghu commented on HUDI-458: -- Hi [~xleesf] , May I take this? > Redo hudi-hadoop-mr log statements

[GitHub] [incubator-hudi] OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365227387 ## File path:

[GitHub] [incubator-hudi] OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365227387 ## File path:

[GitHub] [incubator-hudi] OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365228893 ## File path:

[GitHub] [incubator-hudi] OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365228893 ## File path:

[GitHub] [incubator-hudi] leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
leesf commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365232440 ## File path:

[jira] [Commented] (HUDI-458) Redo hudi-hadoop-mr log statements using SLF4J

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012868#comment-17012868 ] leesf commented on HUDI-458: [~wangxianghu] Feel free to pick it up, all yours. :) > Redo hudi-hadoop-mr log

[GitHub] [incubator-hudi] OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator

2020-01-10 Thread GitBox
OpenOpened commented on a change in pull request #1188: [HUDI-502] provide a custom time zone definition for TimestampBasedKeyGenerator URL: https://github.com/apache/incubator-hudi/pull/1188#discussion_r365284878 ## File path:

[jira] [Created] (HUDI-517) compact error when hoodie.compact.inline is true

2020-01-10 Thread liujianhui (Jira)
liujianhui created HUDI-517: --- Summary: compact error when hoodie.compact.inline is true Key: HUDI-517 URL: https://issues.apache.org/jira/browse/HUDI-517 Project: Apache Hudi (incubating) Issue

[jira] [Created] (HUDI-518) compact error when hoodie.compact.inline is true

2020-01-10 Thread liujianhui (Jira)
liujianhui created HUDI-518: --- Summary: compact error when hoodie.compact.inline is true Key: HUDI-518 URL: https://issues.apache.org/jira/browse/HUDI-518 Project: Apache Hudi (incubating) Issue

[GitHub] [incubator-hudi] liujianhuiouc commented on issue #143: Tracking ticket for folks to be added to slack group

2020-01-10 Thread GitBox
liujianhuiouc commented on issue #143: Tracking ticket for folks to be added to slack group URL: https://github.com/apache/incubator-hudi/issues/143#issuecomment-573111663 please add me: liujianhui...@163.com This is an

[jira] [Updated] (HUDI-518) compact error when hoodie.compact.inline is true

2020-01-10 Thread liujianhui (Jira)
[ https://issues.apache.org/jira/browse/HUDI-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liujianhui updated HUDI-518: Description: # set the property [hoodie.compact.inline|http://hoodie.compact.inline/] as true # the

[jira] [Commented] (HUDI-518) compact error when hoodie.compact.inline is true

2020-01-10 Thread liujianhui (Jira)
[ https://issues.apache.org/jira/browse/HUDI-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17013063#comment-17013063 ] liujianhui commented on HUDI-518: - the generate of the commit instant should greater than the commit

[GitHub] [incubator-hudi] hddong commented on issue #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata

2020-01-10 Thread GitBox
hddong commented on issue #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata URL: https://github.com/apache/incubator-hudi/pull/1157#issuecomment-572918303 @bvaradar Thanks very much for your review, all of them be addressed.

[GitHub] [incubator-hudi] hddong commented on a change in pull request #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata

2020-01-10 Thread GitBox
hddong commented on a change in pull request #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata URL: https://github.com/apache/incubator-hudi/pull/1157#discussion_r365110224 ## File path:

[GitHub] [incubator-hudi] cdmikechen commented on a change in pull request #1119: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows.

2020-01-10 Thread GitBox
cdmikechen commented on a change in pull request #1119: [HUDI-469] Fix: HoodieCommitMetadata only show first commit insert rows. URL: https://github.com/apache/incubator-hudi/pull/1119#discussion_r365119041 ## File path:

[jira] [Commented] (HUDI-307) Dataframe written with Date,Timestamp, Decimal is read with same types

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012592#comment-17012592 ] leesf commented on HUDI-307: [~arw357] Hi, do you have time to pick up the ticket? > Dataframe written with

[jira] [Updated] (HUDI-114) Allow for clients to overwrite the payload implementation in hoodie.properties

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] leesf updated HUDI-114: --- Status: Closed (was: Patch Available) > Allow for clients to overwrite the payload implementation in

[jira] [Commented] (HUDI-114) Allow for clients to overwrite the payload implementation in hoodie.properties

2020-01-10 Thread leesf (Jira)
[ https://issues.apache.org/jira/browse/HUDI-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012594#comment-17012594 ] leesf commented on HUDI-114: Fixed via master: 3c90d252cc464fbd4ec3554fc930e41a0fcaa29f > Allow for clients to