[GitHub] [hudi] jsbali commented on issue #2707: [SUPPORT] insert_ovewrite_table failed on archiving

2021-04-04 Thread GitBox
jsbali commented on issue #2707: URL: https://github.com/apache/hudi/issues/2707#issuecomment-812980356 Sure @ssdong. You can pick either of the qbove -- 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

[GitHub] [hudi] aditiwari01 commented on a change in pull request #2762: [HUDI-1716] Regenerating schema with default null values as applicable

2021-04-04 Thread GitBox
aditiwari01 commented on a change in pull request #2762: URL: https://github.com/apache/hudi/pull/2762#discussion_r606761470 ## File path: hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionUtils.scala ## @@ -49,13 +50,45 @@ object AvroConversionUtils

[GitHub] [hudi] pratyakshsharma commented on a change in pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
pratyakshsharma commented on a change in pull request #2714: URL: https://github.com/apache/hudi/pull/2714#discussion_r606796160 ## File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/util/HiveSchemaUtil.java ## @@ -109,7 +109,7 @@ public static

[GitHub] [hudi] pratyakshsharma commented on pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
pratyakshsharma commented on pull request #2714: URL: https://github.com/apache/hudi/pull/2714#issuecomment-813027238 @vburenin Can you please fix the build? There are test failures. Just one minor comment from my side and rest looks good. :) -- This is an automated message from

[GitHub] [hudi] aditiwari01 opened a new pull request #2763: [HUDI-1716] Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
aditiwari01 opened a new pull request #2763: URL: https://github.com/apache/hudi/pull/2763 For Union schema types, avro expects "null" to be first entry for null to be considered as default value. But since Hudi leverages SchemaConverters.toAvroType(...) from org.apache.spark:spark-avro_*

[GitHub] [hudi] codecov-io commented on pull request #2765: [HUDI-1716]: Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
codecov-io commented on pull request #2765: URL: https://github.com/apache/hudi/pull/2765#issuecomment-813008111 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2765?src=pr=h1) Report > Merging [#2765](https://codecov.io/gh/apache/hudi/pull/2765?src=pr=desc) (7761117) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2765: [HUDI-1716]: Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2765: URL: https://github.com/apache/hudi/pull/2765#issuecomment-813008111 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2765?src=pr=h1) Report > Merging [#2765](https://codecov.io/gh/apache/hudi/pull/2765?src=pr=desc) (7761117) into

[GitHub] [hudi] aditiwari01 closed pull request #2763: [HUDI-1716] Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
aditiwari01 closed pull request #2763: URL: https://github.com/apache/hudi/pull/2763 -- 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 specific comment. For queries about this service,

[GitHub] [hudi] aditiwari01 commented on issue #2756: OrderingVal not being honoured for payloads in log files (for MOR table)

2021-04-04 Thread GitBox
aditiwari01 commented on issue #2756: URL: https://github.com/apache/hudi/issues/2756#issuecomment-813006720 Can we change the tag for the issue? Or is there anythinng required from my side? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hudi] pratyakshsharma opened a new pull request #2766: minor corrections in docker-demo page

2021-04-04 Thread GitBox
pratyakshsharma opened a new pull request #2766: URL: https://github.com/apache/hudi/pull/2766 ## *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

[GitHub] [hudi] jsbali edited a comment on issue #2707: [SUPPORT] insert_ovewrite_table failed on archiving

2021-04-04 Thread GitBox
jsbali edited a comment on issue #2707: URL: https://github.com/apache/hudi/issues/2707#issuecomment-812980356 Sure @ssdong. You can pick either of the above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hudi] aditiwari01 commented on pull request #2762: [HUDI-1716] Regenerating schema with default null values as applicable

2021-04-04 Thread GitBox
aditiwari01 commented on pull request #2762: URL: https://github.com/apache/hudi/pull/2762#issuecomment-812985549 > @bvaradar : I see that SchemaConverters.toAvroType(...) is used in 3 places in hudi code base. 2 of those have been fixed as part of this patch. Wondering if we need to fix

[GitHub] [hudi] aditiwari01 opened a new pull request #2764: [HUDI-1716] Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
aditiwari01 opened a new pull request #2764: URL: https://github.com/apache/hudi/pull/2764 For Union schema types, avro expects "null" to be first entry for null to be considered as default value. But since Hudi leverages SchemaConverters.toAvroType(...) from org.apache.spark:spark-avro_*

[GitHub] [hudi] codecov-io edited a comment on pull request #2765: [HUDI-1716]: Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2765: URL: https://github.com/apache/hudi/pull/2765#issuecomment-813008111 -- 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 specific comment. For

[GitHub] [hudi] codecov-io edited a comment on pull request #2765: [HUDI-1716]: Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2765: URL: https://github.com/apache/hudi/pull/2765#issuecomment-813008111 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2765?src=pr=h1) Report > Merging [#2765](https://codecov.io/gh/apache/hudi/pull/2765?src=pr=desc) (7761117) into

[GitHub] [hudi] pratyakshsharma commented on a change in pull request #2739: [MINOR] Fixing key generators blog content

2021-04-04 Thread GitBox
pratyakshsharma commented on a change in pull request #2739: URL: https://github.com/apache/hudi/pull/2739#discussion_r606795459 ## File path: docs/_posts/2021-02-13-hudi-key-generators.md ## @@ -5,18 +5,16 @@ author: shivnarayan category: blog --- -Every record in Hudi is

[GitHub] [hudi] codecov-io commented on pull request #2764: [HUDI-1716] Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
codecov-io commented on pull request #2764: URL: https://github.com/apache/hudi/pull/2764#issuecomment-813003454 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2764?src=pr=h1) Report > Merging [#2764](https://codecov.io/gh/apache/hudi/pull/2764?src=pr=desc) (0ed6e5b) into

[GitHub] [hudi] aditiwari01 closed pull request #2764: [HUDI-1716] Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
aditiwari01 closed pull request #2764: URL: https://github.com/apache/hudi/pull/2764 -- 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 specific comment. For queries about this service,

[GitHub] [hudi] aditiwari01 opened a new pull request #2765: [HUDI-1716]: Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
aditiwari01 opened a new pull request #2765: URL: https://github.com/apache/hudi/pull/2765 ## What is the purpose of the pull request For Union schema types, avro expects "null" to be first entry for null to be considered as default value. But since Hudi leverages

[GitHub] [hudi] aditiwari01 closed pull request #2765: [HUDI-1716]: Resolvig default values for schema from dataframe

2021-04-04 Thread GitBox
aditiwari01 closed pull request #2765: URL: https://github.com/apache/hudi/pull/2765 -- 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 specific comment. For queries about this service,

[GitHub] [hudi] pratyakshsharma commented on a change in pull request #2739: [MINOR] Fixing key generators blog content

2021-04-04 Thread GitBox
pratyakshsharma commented on a change in pull request #2739: URL: https://github.com/apache/hudi/pull/2739#discussion_r606795373 ## File path: docs/_posts/2021-02-13-hudi-key-generators.md ## @@ -5,18 +5,16 @@ author: shivnarayan category: blog --- -Every record in Hudi is

[GitHub] [hudi] codecov-io edited a comment on pull request #2757: [HUDI-1757] Assigns the buckets by record key for Flink writer

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2757: URL: https://github.com/apache/hudi/pull/2757#issuecomment-812247500 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2757?src=pr=h1) Report > Merging [#2757](https://codecov.io/gh/apache/hudi/pull/2757?src=pr=desc) (7419a66) into

[GitHub] [hudi] pratyakshsharma commented on pull request #1565: [HUDI-73]: implemented vanilla AvroKafkaSource

2021-04-04 Thread GitBox
pratyakshsharma commented on pull request #1565: URL: https://github.com/apache/hudi/pull/1565#issuecomment-813088110 > @afilipchik @pratyakshsharma : can you folks summarize whats pending wrt this patch. I can take this up and try to get this in upcoming release. Would appreciate if you

[GitHub] [hudi] codecov-io edited a comment on pull request #2767: [HUDI-1761] Adding support for Test your own Schema with QuickStart

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2767: URL: https://github.com/apache/hudi/pull/2767#issuecomment-813067816 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2767?src=pr=h1) Report > Merging [#2767](https://codecov.io/gh/apache/hudi/pull/2767?src=pr=desc) (dca9350) into

[GitHub] [hudi] pratyakshsharma commented on a change in pull request #2619: [HUDI-1650] Custom avro kafka deserializer.

2021-04-04 Thread GitBox
pratyakshsharma commented on a change in pull request #2619: URL: https://github.com/apache/hudi/pull/2619#discussion_r606841751 ## File path: hudi-utilities/src/test/java/org/apache/hudi/utilities/deser/TestKafkaAvroSchemaDeserializer.java ## @@ -0,0 +1,141 @@ +/* + *

[jira] [Updated] (HUDI-1762) Hive Sync is not working with Hive Style Partitioning

2021-04-04 Thread Vinoth Govindarajan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Govindarajan updated HUDI-1762: -- Status: Patch Available (was: In Progress) > Hive Sync is not working with Hive Style

[GitHub] [hudi] codecov-io commented on pull request #2769: [HUDI-1762] Added HiveStylePartitionExtractor to support Hive style partitions

2021-04-04 Thread GitBox
codecov-io commented on pull request #2769: URL: https://github.com/apache/hudi/pull/2769#issuecomment-813086549 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2769?src=pr=h1) Report > Merging [#2769](https://codecov.io/gh/apache/hudi/pull/2769?src=pr=desc) (bd962cb) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2757: [HUDI-1757] Assigns the buckets by record key for Flink writer

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2757: URL: https://github.com/apache/hudi/pull/2757#issuecomment-812247500 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2757?src=pr=h1) Report > Merging [#2757](https://codecov.io/gh/apache/hudi/pull/2757?src=pr=desc) (7419a66) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2757: [HUDI-1757] Assigns the buckets by record key for Flink writer

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2757: URL: https://github.com/apache/hudi/pull/2757#issuecomment-812247500 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2757?src=pr=h1) Report > Merging [#2757](https://codecov.io/gh/apache/hudi/pull/2757?src=pr=desc) (02cee2d) into

[jira] [Updated] (HUDI-485) Check for where clause is wrong in HiveIncrementalPuller

2021-04-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-485: Labels: pull-request-available (was: ) > Check for where clause is wrong in HiveIncrementalPuller >

[GitHub] [hudi] pratyakshsharma opened a new pull request #2768: [HUDI-485]: corrected the check for incremental sql

2021-04-04 Thread GitBox
pratyakshsharma opened a new pull request #2768: URL: https://github.com/apache/hudi/pull/2768 ## *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

[GitHub] [hudi] codecov-io commented on pull request #2768: [HUDI-485]: corrected the check for incremental sql

2021-04-04 Thread GitBox
codecov-io commented on pull request #2768: URL: https://github.com/apache/hudi/pull/2768#issuecomment-813079061 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2768?src=pr=h1) Report > Merging [#2768](https://codecov.io/gh/apache/hudi/pull/2768?src=pr=desc) (5d32a15) into

[jira] [Created] (HUDI-1762) Hive Sync is not working with Hive Style Partitioning

2021-04-04 Thread Vinoth Govindarajan (Jira)
Vinoth Govindarajan created HUDI-1762: - Summary: Hive Sync is not working with Hive Style Partitioning Key: HUDI-1762 URL: https://issues.apache.org/jira/browse/HUDI-1762 Project: Apache Hudi

[GitHub] [hudi] pratyakshsharma commented on pull request #1650: [HUDI-541]: replaced dataFile/df with baseFile/bf throughout code base

2021-04-04 Thread GitBox
pratyakshsharma commented on pull request #1650: URL: https://github.com/apache/hudi/pull/1650#issuecomment-813030279 @bvaradar Got chance to take a pass? -- 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

[jira] [Updated] (HUDI-1761) Add support to test custom schema w/ QuickStart

2021-04-04 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan updated HUDI-1761: -- Labels: sev:normal (was: ) > Add support to test custom schema w/ QuickStart >

[jira] [Assigned] (HUDI-1761) Add support to test custom schema w/ QuickStart

2021-04-04 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan reassigned HUDI-1761: - Assignee: sivabalan narayanan > Add support to test custom schema w/ QuickStart

[jira] [Created] (HUDI-1761) Add support to test custom schema w/ QuickStart

2021-04-04 Thread sivabalan narayanan (Jira)
sivabalan narayanan created HUDI-1761: - Summary: Add support to test custom schema w/ QuickStart Key: HUDI-1761 URL: https://issues.apache.org/jira/browse/HUDI-1761 Project: Apache Hudi

[GitHub] [hudi] nsivabalan opened a new pull request #2767: [HUDI-1761] Adding support for Test your own Schema with QuickStart

2021-04-04 Thread GitBox
nsivabalan opened a new pull request #2767: URL: https://github.com/apache/hudi/pull/2767 ## What is the purpose of the pull request Quick start in hudi has a statically defined schema. But it would be nice for users to try our their own schema with QuickStart. This patch adds such

[jira] [Updated] (HUDI-1761) Add support to test custom schema w/ QuickStart

2021-04-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-1761: - Labels: pull-request-available sev:normal (was: sev:normal) > Add support to test custom schema

[jira] [Updated] (HUDI-485) Check for where clause is wrong in HiveIncrementalPuller

2021-04-04 Thread Pratyaksh Sharma (Jira)
[ https://issues.apache.org/jira/browse/HUDI-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pratyaksh Sharma updated HUDI-485: -- Status: Open (was: New) > Check for where clause is wrong in HiveIncrementalPuller >

[jira] [Updated] (HUDI-485) Check for where clause is wrong in HiveIncrementalPuller

2021-04-04 Thread Pratyaksh Sharma (Jira)
[ https://issues.apache.org/jira/browse/HUDI-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pratyaksh Sharma updated HUDI-485: -- Status: In Progress (was: Open) > Check for where clause is wrong in HiveIncrementalPuller >

[jira] [Commented] (HUDI-1723) DFSPathSelector skips files with the same modify date when read up to source limit

2021-04-04 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314571#comment-17314571 ] Raymond Xu commented on HUDI-1723: -- [~shivnarayan] sure. I've actually encountered this issue in

[jira] [Updated] (HUDI-485) Check for where clause is wrong in HiveIncrementalPuller

2021-04-04 Thread Pratyaksh Sharma (Jira)
[ https://issues.apache.org/jira/browse/HUDI-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pratyaksh Sharma updated HUDI-485: -- Status: Patch Available (was: In Progress) > Check for where clause is wrong in

[GitHub] [hudi] codecov-io edited a comment on pull request #2768: [HUDI-485]: corrected the check for incremental sql

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2768: URL: https://github.com/apache/hudi/pull/2768#issuecomment-813079061 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2768?src=pr=h1) Report > Merging [#2768](https://codecov.io/gh/apache/hudi/pull/2768?src=pr=desc) (5d32a15) into

[GitHub] [hudi] pratyakshsharma commented on a change in pull request #2619: [HUDI-1650] Custom avro kafka deserializer.

2021-04-04 Thread GitBox
pratyakshsharma commented on a change in pull request #2619: URL: https://github.com/apache/hudi/pull/2619#discussion_r606840133 ## File path: hudi-utilities/src/test/java/org/apache/hudi/utilities/deser/TestKafkaAvroSchemaDeserializer.java ## @@ -0,0 +1,141 @@ +/* + *

[jira] [Updated] (HUDI-1762) Hive Sync is not working with Hive Style Partitioning

2021-04-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-1762: - Labels: hive pull-request-available (was: hive) > Hive Sync is not working with Hive Style

[jira] [Updated] (HUDI-1762) Hive Sync is not working with Hive Style Partitioning

2021-04-04 Thread Vinoth Govindarajan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Govindarajan updated HUDI-1762: -- Status: In Progress (was: Open) > Hive Sync is not working with Hive Style

[GitHub] [hudi] vingov opened a new pull request #2769: [HUDI-1762] Added HiveStylePartitionExtractor to support Hive style partitions

2021-04-04 Thread GitBox
vingov opened a new pull request #2769: URL: https://github.com/apache/hudi/pull/2769 ## What is the purpose of the pull request *This pull request adds a new partition extractor class to support Hive style partitioning: HiveStylePartitionExtractor.* ## Brief change log

[GitHub] [hudi] pratyakshsharma commented on pull request #1565: [HUDI-73]: implemented vanilla AvroKafkaSource

2021-04-04 Thread GitBox
pratyakshsharma commented on pull request #1565: URL: https://github.com/apache/hudi/pull/1565#issuecomment-813086786 > @pratyakshsharma I'm referring to this commit -> 900de34 @n3nash I went through the commit you are referring to. It basically takes care of passing in custom

[GitHub] [hudi] vburenin commented on pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
vburenin commented on pull request #2714: URL: https://github.com/apache/hudi/pull/2714#issuecomment-813088782 I wonder what could cause those failures as the only change I made is log level and some extra config print out... unless tests are looking into the logs... which is not good.

[GitHub] [hudi] codecov-io edited a comment on pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2714: URL: https://github.com/apache/hudi/pull/2714#issuecomment-813089246 -- 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 specific comment. For

[GitHub] [hudi] codecov-io edited a comment on pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2714: URL: https://github.com/apache/hudi/pull/2714#issuecomment-813089246 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2714?src=pr=h1) Report > Merging [#2714](https://codecov.io/gh/apache/hudi/pull/2714?src=pr=desc) (ae99a64) into

[GitHub] [hudi] codecov-io edited a comment on pull request #2769: [HUDI-1762] Added HiveStylePartitionExtractor to support Hive style partitions

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2769: URL: https://github.com/apache/hudi/pull/2769#issuecomment-813086549 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2769?src=pr=h1) Report > Merging [#2769](https://codecov.io/gh/apache/hudi/pull/2769?src=pr=desc) (bd962cb) into

[GitHub] [hudi] hudi-bot edited a comment on pull request #2643: DO NOT MERGE (Azure CI) test branch ci

2021-04-04 Thread GitBox
hudi-bot edited a comment on pull request #2643: URL: https://github.com/apache/hudi/pull/2643#issuecomment-792368481 ## CI report: * 9831a6c50e9f49f8a71c02fc6ac50ae1446f7c1f UNKNOWN * a569dbe9409910fbb83b3764b300574c0e52612e Azure:

[GitHub] [hudi] nsivabalan commented on issue #1786: [SUPPORT] Bulk insert slow on MOR

2021-04-04 Thread GitBox
nsivabalan commented on issue #1786: URL: https://github.com/apache/hudi/issues/1786#issuecomment-813111663 Closing this due to inactivity. Feel free to reopen to create a new ticket if you need help. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hudi] nsivabalan closed issue #1786: [SUPPORT] Bulk insert slow on MOR

2021-04-04 Thread GitBox
nsivabalan closed issue #1786: URL: https://github.com/apache/hudi/issues/1786 -- 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 specific comment. For queries about this service, please

[GitHub] [hudi] nsivabalan commented on issue #2508: [SUPPORT] Error upserting bucketType UPDATE for partition

2021-04-04 Thread GitBox
nsivabalan commented on issue #2508: URL: https://github.com/apache/hudi/issues/2508#issuecomment-813124159 Sure. Keep us posted. -- 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 specific

[GitHub] [hudi] rubenssoto opened a new issue #2508: [SUPPORT] Error upserting bucketType UPDATE for partition

2021-04-04 Thread GitBox
rubenssoto opened a new issue #2508: URL: https://github.com/apache/hudi/issues/2508 [20210131210931.inflight.zip](https://github.com/apache/hudi/files/5900666/20210131210931.inflight.zip) Hello, Hudi Version: 0.7.0 Spark: 3.0.1 Emr 6.2.0 Spark Submit: spark-submit

[GitHub] [hudi] nsivabalan removed a comment on issue #2508: [SUPPORT] Error upserting bucketType UPDATE for partition

2021-04-04 Thread GitBox
nsivabalan removed a comment on issue #2508: URL: https://github.com/apache/hudi/issues/2508#issuecomment-813124159 Sure. Keep us posted. -- 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 #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
codecov-io edited a comment on pull request #2714: URL: https://github.com/apache/hudi/pull/2714#issuecomment-813089246 -- 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 specific comment. For

[GitHub] [hudi] kimberlyamandalu commented on issue #2696: Metadata and runtime exceptions in Hudi 0.7.0 on AWS Glue

2021-04-04 Thread GitBox
kimberlyamandalu commented on issue #2696: URL: https://github.com/apache/hudi/issues/2696#issuecomment-813103178 > @kimberlyamandalu Yes, you should be able to switch off your metadata table without any side-effect. Although, if you want to later turn on the metadata table, you will need

[GitHub] [hudi] nsivabalan edited a comment on issue #1757: Slow Bulk Insert Performance [SUPPORT]

2021-04-04 Thread GitBox
nsivabalan edited a comment on issue #1757: URL: https://github.com/apache/hudi/issues/1757#issuecomment-813112202 Hudi also has an optimized version of bulk insert with row writing which is ~30 to 40% faster than regular bulk_insert. You can enable this by setting this config

[GitHub] [hudi] nsivabalan commented on issue #1757: Slow Bulk Insert Performance [SUPPORT]

2021-04-04 Thread GitBox
nsivabalan commented on issue #1757: URL: https://github.com/apache/hudi/issues/1757#issuecomment-813112202 Hudi also has an optimized version of bulk insert with row writing which is ~30 to 40% faster than regular bulk_insert. You can enable this by setting this config

[GitHub] [hudi] nsivabalan closed issue #1757: Slow Bulk Insert Performance [SUPPORT]

2021-04-04 Thread GitBox
nsivabalan closed issue #1757: URL: https://github.com/apache/hudi/issues/1757 -- 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 specific comment. For queries about this service, please

[GitHub] [hudi] codecov-io commented on pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

2021-04-04 Thread GitBox
codecov-io commented on pull request #2714: URL: https://github.com/apache/hudi/pull/2714#issuecomment-813089246 # [Codecov](https://codecov.io/gh/apache/hudi/pull/2714?src=pr=h1) Report > Merging [#2714](https://codecov.io/gh/apache/hudi/pull/2714?src=pr=desc) (700751e) into

[GitHub] [hudi] nsivabalan merged pull request #2766: [MINOR] minor corrections in docker-demo page

2021-04-04 Thread GitBox
nsivabalan merged pull request #2766: URL: https://github.com/apache/hudi/pull/2766 -- 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 specific comment. For queries about this service,

[hudi] branch asf-site updated: [MINOR] minor corrections in docker-demo page (#2766)

2021-04-04 Thread sivabalan
This is an automated email from the ASF dual-hosted git repository. sivabalan 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 80c4d46 [MINOR] minor corrections in

[hudi] annotated tag release-0.8.0 updated (da65d3c -> 5406f22)

2021-04-04 Thread garyli
This is an automated email from the ASF dual-hosted git repository. garyli pushed a change to annotated tag release-0.8.0 in repository https://gitbox.apache.org/repos/asf/hudi.git. *** WARNING: tag release-0.8.0 was modified! *** from da65d3c (commit) to 5406f22 (tag) tagging

[GitHub] [hudi] nsivabalan commented on issue #2637: [SUPPORT] - Partial Update : update few columns of a table

2021-04-04 Thread GitBox
nsivabalan commented on issue #2637: URL: https://github.com/apache/hudi/issues/2637#issuecomment-813175861 We can close out this issue as we have a tracking jira and a PR being actively reviewed. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hudi] nsivabalan commented on a change in pull request #2769: [HUDI-1762] Added HiveStylePartitionExtractor to support Hive style partitions

2021-04-04 Thread GitBox
nsivabalan commented on a change in pull request #2769: URL: https://github.com/apache/hudi/pull/2769#discussion_r606914161 ## File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveStylePartitionValueExtractor.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to

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

2021-04-04 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 076e846 Travis CI build asf-site 076e846 is

[GitHub] [hudi] nsivabalan commented on issue #2760: [SUPPORT] Possibly Incorrect Documentation

2021-04-04 Thread GitBox
nsivabalan commented on issue #2760: URL: https://github.com/apache/hudi/issues/2760#issuecomment-813177853 CC @garyli1019 -- 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 specific comment.

[GitHub] [hudi] Sugamber closed issue #2637: [SUPPORT] - Partial Update : update few columns of a table

2021-04-04 Thread GitBox
Sugamber closed issue #2637: URL: https://github.com/apache/hudi/issues/2637 -- 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 specific comment. For queries about this service, please

[hudi] annotated tag release-0.8.0 updated (da65d3c -> afd61aa)

2021-04-04 Thread garyli
This is an automated email from the ASF dual-hosted git repository. garyli pushed a change to annotated tag release-0.8.0 in repository https://gitbox.apache.org/repos/asf/hudi.git. *** WARNING: tag release-0.8.0 was modified! *** from da65d3c (commit) to afd61aa (tag) tagging

[GitHub] [hudi] nsivabalan commented on issue #2743: Do we have any TTL mechanism in Hudi?

2021-04-04 Thread GitBox
nsivabalan commented on issue #2743: URL: https://github.com/apache/hudi/issues/2743#issuecomment-813194180 Yeah, we don't recommend deleting partitions outside of hudi. Hudi support insert_override operation. But not sure if it can just delete partition w/o ingesting any data.

[GitHub] [hudi] nsivabalan commented on issue #2760: [SUPPORT] Possibly Incorrect Documentation

2021-04-04 Thread GitBox
nsivabalan commented on issue #2760: URL: https://github.com/apache/hudi/issues/2760#issuecomment-813194590 Closing the GH issue as we have tracking jira. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hudi] nsivabalan closed issue #2760: [SUPPORT] Possibly Incorrect Documentation

2021-04-04 Thread GitBox
nsivabalan closed issue #2760: URL: https://github.com/apache/hudi/issues/2760 -- 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 specific comment. For queries about this service, please