[GitHub] [hudi] danny0405 commented on a diff in pull request #9476: Add detail exception when instant transition state

2023-08-21 Thread via GitHub
danny0405 commented on code in PR #9476: URL: https://github.com/apache/hudi/pull/9476#discussion_r1301101571 ## hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java: ## @@ -599,7 +599,7 @@ private void transitionState(HoodieInstant fromInsta

[jira] [Closed] (HUDI-6731) Allow MoR Read-Optimized BigQuery Sync

2023-08-21 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Sumit closed HUDI-6731. - Fix Version/s: 0.14.1 Resolution: Done > Allow MoR Read-Optimized BigQuery Sync > -

[hudi] branch master updated: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables (#9488)

2023-08-21 Thread codope
This is an automated email from the ASF dual-hosted git repository. codope 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 21e462cca35 [HUDI-6731] BigQuerySyncTool: add flag

[GitHub] [hudi] codope merged pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
codope merged PR #9488: URL: https://github.com/apache/hudi/pull/9488 -- 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. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.or

[GitHub] [hudi] hudi-bot commented on pull request #9484: [HUDI-6729] Fix get partition values from path for non-string type partition column

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9484: URL: https://github.com/apache/hudi/pull/9484#issuecomment-1687573213 ## CI report: * a41670e0ef2c2d0433101644431f954bd617280d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1940

[GitHub] [hudi] hudi-bot commented on pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9472: URL: https://github.com/apache/hudi/pull/9472#issuecomment-1687573104 ## CI report: * 1e493605d0a26b442efbf1518b063dbb1e616872 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9408: [HUDI-6671] Support 'alter table add partition' sql

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9408: URL: https://github.com/apache/hudi/pull/9408#issuecomment-1687572919 ## CI report: * 19933a6463f69912c589fad48a15ad3c8ca9050b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9488: URL: https://github.com/apache/hudi/pull/9488#issuecomment-1687556282 ## CI report: * f2619c32ef7543b508b830ebeae2e6d4c1bae591 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9484: [HUDI-6729] Fix get partition values from path for non-string type partition column

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9484: URL: https://github.com/apache/hudi/pull/9484#issuecomment-1687556172 ## CI report: * a41670e0ef2c2d0433101644431f954bd617280d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1940

[GitHub] [hudi] hudi-bot commented on pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9472: URL: https://github.com/apache/hudi/pull/9472#issuecomment-1687555980 ## CI report: * 1e493605d0a26b442efbf1518b063dbb1e616872 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9488: URL: https://github.com/apache/hudi/pull/9488#issuecomment-1687544152 ## CI report: * f2619c32ef7543b508b830ebeae2e6d4c1bae591 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] stream2000 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
stream2000 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300967476 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1301002942 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300999330 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300994921 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300983456 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300983273 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300982795 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] majian1998 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300982366 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] hehuiyuan commented on pull request #9476: Add detail exception when instant transition state

2023-08-21 Thread via GitHub
hehuiyuan commented on PR #9476: URL: https://github.com/apache/hudi/pull/9476#issuecomment-1687472158 Hi @danny0405 , take a look when you have time. -- 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] stream2000 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
stream2000 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300967476 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] stream2000 commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
stream2000 commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300966820 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache

[GitHub] [hudi] nsivabalan commented on pull request #9444: [HUDI-6692] Don't default to bulk insert on nonpkless table if recordkey is omitted

2023-08-21 Thread via GitHub
nsivabalan commented on PR #9444: URL: https://github.com/apache/hudi/pull/9444#issuecomment-168746 @rahil-c : do you happened to know why TestFSUtilsWithRetryWrapperEnable is failing w/ java 17 specifically? if you check github actions, java 17 module is failing and when looked at the

[GitHub] [hudi] Riddle4045 commented on issue #9495: [SUPPORT] Writing Hudi tables with Flink fails with HFile exceptions

2023-08-21 Thread via GitHub
Riddle4045 commented on issue #9495: URL: https://github.com/apache/hudi/issues/9495#issuecomment-168726 > The missing class is already in the bundle jar right? @danny0405 you're right, just verified any clues what might be the issue here? the bundle exists in class path and Flin

[GitHub] [hudi] Riddle4045 commented on issue #9435: [SUPPORT] Trino can't read tables created by Flink Hudi conector

2023-08-21 Thread via GitHub
Riddle4045 commented on issue #9435: URL: https://github.com/apache/hudi/issues/9435#issuecomment-1687435446 > > do you mean the Flink lib directory in the JM/TM > > Yes @danny0405 unfortunately, the Flink RT pre-packaged and I don't have control over it. it has deps from hado

[jira] [Updated] (HUDI-1623) Support start_commit_time & end_commit_times for serializable incremental pull

2023-08-21 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar updated HUDI-1623: - Description: We suggest a new file naming for the *completed* metadata file: ${start_time}.${acti

[jira] [Commented] (HUDI-1623) Support start_commit_time & end_commit_times for serializable incremental pull

2023-08-21 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757197#comment-17757197 ] Vinoth Chandar commented on HUDI-1623: -- Agree on points 2 and 3. I am going to invest

[jira] [Commented] (HUDI-1623) Support start_commit_time & end_commit_times for serializable incremental pull

2023-08-21 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757196#comment-17757196 ] Vinoth Chandar commented on HUDI-1623: -- > we only add completion timestamp to the com

[GitHub] [hudi] hudi-bot commented on pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9472: URL: https://github.com/apache/hudi/pull/9472#issuecomment-1687403746 ## CI report: * 1e493605d0a26b442efbf1518b063dbb1e616872 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] aajisaka commented on issue #6940: [SUPPORT] Loading preexisting (hudi 0.10) partitioned tables from hive metastore with hudi 0.12

2023-08-21 Thread via GitHub
aajisaka commented on issue #6940: URL: https://github.com/apache/hudi/issues/6940#issuecomment-1687402488 > (2) Turn off metadata-table-based file listing in BaseHoodieTableFileIndex https://github.com/apache/hudi/pull/7488 cherry-picked for 0.12.2 release Note that it's reverted by

[jira] [Updated] (HUDI-1623) Support start_commit_time & end_commit_times for serializable incremental pull

2023-08-21 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-1623: - Description: We suggest a new file naming for the *completed* metadata file: ${start_time}.${action}.${co

[GitHub] [hudi] hudi-bot commented on pull request #9484: [HUDI-6729] Fix get partition values from path for non-string type partition column

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9484: URL: https://github.com/apache/hudi/pull/9484#issuecomment-1687374419 ## CI report: * 905cc6b4eff305d54e52f4c1ac2d44d449e9afc5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1937

[GitHub] [hudi] hudi-bot commented on pull request #9408: [HUDI-6671] Support 'alter table add partition' sql

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9408: URL: https://github.com/apache/hudi/pull/9408#issuecomment-1687374293 ## CI report: * fadda82b0444d09d8718bc9002fbd1964e18bbf2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1933

[GitHub] [hudi] hudi-bot commented on pull request #9484: [HUDI-6729] Fix get partition values from path for non-string type partition column

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9484: URL: https://github.com/apache/hudi/pull/9484#issuecomment-1687369516 ## CI report: * 905cc6b4eff305d54e52f4c1ac2d44d449e9afc5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1937

[GitHub] [hudi] hudi-bot commented on pull request #9408: [HUDI-6671] Support 'alter table add partition' sql

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9408: URL: https://github.com/apache/hudi/pull/9408#issuecomment-1687369397 ## CI report: * fadda82b0444d09d8718bc9002fbd1964e18bbf2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1933

[jira] [Closed] (HUDI-6733) Add flink-metrics-dropwizard to flink bundle

2023-08-21 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-6733. Resolution: Fixed Fixed via master branch: e2d47605738c71c4f2ddad0572a0d4c9fe0d58ad > Add flink-metrics-dro

[jira] [Created] (HUDI-6733) Add flink-metrics-dropwizard to flink bundle

2023-08-21 Thread Danny Chen (Jira)
Danny Chen created HUDI-6733: Summary: Add flink-metrics-dropwizard to flink bundle Key: HUDI-6733 URL: https://issues.apache.org/jira/browse/HUDI-6733 Project: Apache Hudi Issue Type: Bug

[hudi] branch master updated (ed5997348f5 -> e2d47605738)

2023-08-21 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git from ed5997348f5 [HUDI-6683][FOLLOW-UP] Json & Avro Kafka Source Minor Refactor & Added null Kafka Key test cases (#9459)

[GitHub] [hudi] danny0405 merged pull request #9499: [MINOR] Add flink-metrics-dropwizard to flink bundle

2023-08-21 Thread via GitHub
danny0405 merged PR #9499: URL: https://github.com/apache/hudi/pull/9499 -- 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. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache

[GitHub] [hudi] stream2000 opened a new pull request, #9499: [MINOR] Add flink-metrics-dropwizard to flink bundle

2023-08-21 Thread via GitHub
stream2000 opened a new pull request, #9499: URL: https://github.com/apache/hudi/pull/9499 ### Change Logs Add flink-metrics-dropwizard to flink bundle to fix ClassNotFound Exception ### Impact Add flink-metrics-dropwizard to flink bundle ### Risk level (write none

[GitHub] [hudi] wecharyu commented on a diff in pull request #9484: [HUDI-6729] Fix get partition values from path for non-string type partition column

2023-08-21 Thread via GitHub
wecharyu commented on code in PR #9484: URL: https://github.com/apache/hudi/pull/9484#discussion_r1300861013 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala: ## @@ -483,24 +483,20 @@ abstract class HoodieBaseRelation(val sqlCont

[GitHub] [hudi] boneanxs commented on a diff in pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
boneanxs commented on code in PR #9472: URL: https://github.com/apache/hudi/pull/9472#discussion_r1300858914 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ReplaceCommitValidateUtil.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache So

[GitHub] [hudi] yyh2954360585 commented on issue #9471: [SUPPORT] When using Deltasteamer JdbcSource to extract data, there are issues with data loss and slow query of source side data

2023-08-21 Thread via GitHub
yyh2954360585 commented on issue #9471: URL: https://github.com/apache/hudi/issues/9471#issuecomment-1687328500 > > @yyh2954360585 JDBC is slow and put lot of load on source system. So full query a full query on large table can cause high load or even downtime to the database server. You ca

[GitHub] [hudi] yyh2954360585 commented on issue #9471: [SUPPORT] When using Deltasteamer JdbcSource to extract data, there are issues with data loss and slow query of source side data

2023-08-21 Thread via GitHub
yyh2954360585 commented on issue #9471: URL: https://github.com/apache/hudi/issues/9471#issuecomment-1687318170 > > @yyh2954360585 JDBC is slow and put lot of load on source system. So full query a full query on large table can cause high load or even downtime to the database server. You ca

[GitHub] [hudi] yyh2954360585 commented on issue #9471: [SUPPORT] When using Deltasteamer JdbcSource to extract data, there are issues with data loss and slow query of source side data

2023-08-21 Thread via GitHub
yyh2954360585 commented on issue #9471: URL: https://github.com/apache/hudi/issues/9471#issuecomment-1687317983 https://github.com/apache/hudi/blob/ba5ab8ca46863a67023e7172fb16a9a36d3b5acb/hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/JdbcSource.java#L239-L252 -- This is

[GitHub] [hudi] yyh2954360585 commented on issue #9471: [SUPPORT] When using Deltasteamer JdbcSource to extract data, there are issues with data loss and slow query of source side data

2023-08-21 Thread via GitHub
yyh2954360585 commented on issue #9471: URL: https://github.com/apache/hudi/issues/9471#issuecomment-1687316048 https://github.com/apache/hudi/blob/ba5ab8ca46863a67023e7172fb16a9a36d3b5acb/hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/JdbcSource.java#L240 -- This is an au

[GitHub] [hudi] zyclove commented on issue #9470: [SUPPORT] spark-sql hudi 0.12.3 Caused by: org.apache.avro.AvroTypeException: Found long, expecting union

2023-08-21 Thread via GitHub
zyclove commented on issue #9470: URL: https://github.com/apache/hudi/issues/9470#issuecomment-1687306836 @ad1happy2go This table has been written using version 0.12.3 data, but the schema incompatibility problem occurred last time. Because it was an online problem, I cleaned up all the

[GitHub] [hudi] danny0405 commented on issue #9494: [SUPPORT] Querying Hudi Table via Presto Hive Connector Errors out when having DecimalType Column.

2023-08-21 Thread via GitHub
danny0405 commented on issue #9494: URL: https://github.com/apache/hudi/issues/9494#issuecomment-1687305837 cc @codope Can you take a look ~ -- 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 sp

[GitHub] [hudi] yyh2954360585 commented on issue #9471: [SUPPORT] When using Deltasteamer JdbcSource to extract data, there are issues with data loss and slow query of source side data

2023-08-21 Thread via GitHub
yyh2954360585 commented on issue #9471: URL: https://github.com/apache/hudi/issues/9471#issuecomment-1687304692 > @yyh2954360585 JDBC is slow and put lot of load on source system. So full query a full query on large table can cause high load or even downtime to the database server. You can

[GitHub] [hudi] danny0405 commented on pull request #9491: [HUDI-6732] Allow wildcards from Spark-SQL entrypoints for drop partiā€¦

2023-08-21 Thread via GitHub
danny0405 commented on PR #9491: URL: https://github.com/apache/hudi/pull/9491#issuecomment-1687296175 Looks good, can you do a final reivew @boneanxs ? -- 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] beyond1920 commented on a diff in pull request #4913: [HUDI-1517] create marker file for every log file

2023-08-21 Thread via GitHub
beyond1920 commented on code in PR #4913: URL: https://github.com/apache/hudi/pull/4913#discussion_r1300814472 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java: ## @@ -273,4 +280,31 @@ protected static Option toAvroRecord(HoodieRecord re

[GitHub] [hudi] beyond1920 commented on a diff in pull request #4913: [HUDI-1517] create marker file for every log file

2023-08-21 Thread via GitHub
beyond1920 commented on code in PR #4913: URL: https://github.com/apache/hudi/pull/4913#discussion_r1300814472 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java: ## @@ -273,4 +280,31 @@ protected static Option toAvroRecord(HoodieRecord re

[GitHub] [hudi] hudi-bot commented on pull request #9497: [HUDI-4756] Remove assume.date.partitioning configuration

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9497: URL: https://github.com/apache/hudi/pull/9497#issuecomment-1687285081 ## CI report: * 0707cfcf0cf82f7ce45159959b3378d7c89e6674 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[hudi] branch asf-site updated: [DOC] Fix the use of spark parameters in website documents (#9490)

2023-08-21 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 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 3acbd319605 [DOC] Fix the use of spark para

[GitHub] [hudi] danny0405 merged pull request #9490: fix the use of spark parameters in website documents

2023-08-21 Thread via GitHub
danny0405 merged PR #9490: URL: https://github.com/apache/hudi/pull/9490 -- 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. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache

[GitHub] [hudi] hudi-bot commented on pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9472: URL: https://github.com/apache/hudi/pull/9472#issuecomment-1687279411 ## CI report: * 1e493605d0a26b442efbf1518b063dbb1e616872 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] cbomgit opened a new issue, #9498: [SUPPORT] mergedSchema behavior when reading multiple hudi tables at once

2023-08-21 Thread via GitHub
cbomgit opened a new issue, #9498: URL: https://github.com/apache/hudi/issues/9498 Hello, I'm using Hudi 0.11 on Spark 3.2.1 on EMR 6.7.0. I have a ingestion pipeline where data is written out in daily batches and each batch is its own HUDI table. In order words, data is structured l

[GitHub] [hudi] majian1998 commented on pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
majian1998 commented on PR #9472: URL: https://github.com/apache/hudi/pull/9472#issuecomment-1687273434 @hudi-bot run azure -- 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] cbomgit closed issue #9481: [SUPPORT] Potentially Incorret or incomplete Documentation

2023-08-21 Thread via GitHub
cbomgit closed issue #9481: [SUPPORT] Potentially Incorret or incomplete Documentation URL: https://github.com/apache/hudi/issues/9481 -- 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 co

[GitHub] [hudi] Jason-liujc commented on issue #7653: [SUPPORT]java.util.ConcurrentModificationException: Cannot resolve conflicts for overlapping writes

2023-08-21 Thread via GitHub
Jason-liujc commented on issue #7653: URL: https://github.com/apache/hudi/issues/7653#issuecomment-1687260803 We are encountering the same issue. After using DynamoDB as the lock table, we still see this error: `java.util.ConcurrentModificationException: Cannot resolve conflicts for overlap

[GitHub] [hudi] danny0405 commented on issue #9495: [SUPPORT] Writing Hudi tables with Flink fails with HFile exceptions

2023-08-21 Thread via GitHub
danny0405 commented on issue #9495: URL: https://github.com/apache/hudi/issues/9495#issuecomment-1687260274 The missing class is already in the bundle jar right? -- 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] danny0405 merged pull request #9459: [HUDI-6683][FOLLOW-UP] Json & Avro Kafka Source Minor Refactor & Added null Kafka Key test cases

2023-08-21 Thread via GitHub
danny0405 merged PR #9459: URL: https://github.com/apache/hudi/pull/9459 -- 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. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache

[hudi] branch master updated: [HUDI-6683][FOLLOW-UP] Json & Avro Kafka Source Minor Refactor & Added null Kafka Key test cases (#9459)

2023-08-21 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 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 ed5997348f5 [HUDI-6683][FOLLOW-UP] Json & Avro

[GitHub] [hudi] danny0405 commented on pull request #9459: [HUDI-6683][FOLLOW-UP] Json & Avro Kafka Source Minor Refactor & Added null Kafka Key test cases

2023-08-21 Thread via GitHub
danny0405 commented on PR #9459: URL: https://github.com/apache/hudi/pull/9459#issuecomment-1687258178 Tests have passed: https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/results?buildId=19345&view=results -- This is an automated message from the Apache Git Service. To respo

[GitHub] [hudi] Riddle4045 commented on issue #9435: [SUPPORT] Trino can't read tables created by Flink Hudi conector

2023-08-21 Thread via GitHub
Riddle4045 commented on issue #9435: URL: https://github.com/apache/hudi/issues/9435#issuecomment-1687220558 @danny0405 I looked at the JM logs and it looks like the same issue about `calcite/plan/RelOptRule` not being found, what's interesting is that even when I manually ADD JAR to my SQ

[jira] [Commented] (HUDI-6712) Implement optimized keyed lookup on parquet files

2023-08-21 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757157#comment-17757157 ] Lin Liu commented on HUDI-6712: --- Based on these PRs, e.g., [https://github.com/onehouseinc/l

[jira] [Assigned] (HUDI-6731) Allow MoR Read-Optimized BigQuery Sync

2023-08-21 Thread Timothy Brown (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Brown reassigned HUDI-6731: --- Assignee: Timothy Brown > Allow MoR Read-Optimized BigQuery Sync > --

[GitHub] [hudi] hudi-bot commented on pull request #9497: [HUDI-4756] Remote assume.date.partitioning configuration

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9497: URL: https://github.com/apache/hudi/pull/9497#issuecomment-1687165968 ## CI report: * 0707cfcf0cf82f7ce45159959b3378d7c89e6674 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9497: [HUDI-4756] Remote assume.date.partitioning configuration

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9497: URL: https://github.com/apache/hudi/pull/9497#issuecomment-1687158189 ## CI report: * 0707cfcf0cf82f7ce45159959b3378d7c89e6674 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] linliu-code opened a new pull request, #9497: Remote date partition

2023-08-21 Thread via GitHub
linliu-code opened a new pull request, #9497: URL: https://github.com/apache/hudi/pull/9497 ### Change Logs Remove assume.date.partitioning config from Hudi ### Impact Hudi cannot rely turning this configuration to do some optimization. But this simplifies the logic o

[GitHub] [hudi] linliu-code opened a new pull request, #9496: [HUDI-4756] remove unused config "hudi.assume.date.partitioning"

2023-08-21 Thread via GitHub
linliu-code opened a new pull request, #9496: URL: https://github.com/apache/hudi/pull/9496 ### Change Logs Removed related code that support "assume.date.partition" configuration. ### Impact None ### Risk level (write none, low medium or high below) After w

[GitHub] [hudi] linliu-code closed pull request #9496: [HUDI-4756] remove unused config "hudi.assume.date.partitioning"

2023-08-21 Thread via GitHub
linliu-code closed pull request #9496: [HUDI-4756] remove unused config "hudi.assume.date.partitioning" URL: https://github.com/apache/hudi/pull/9496 -- 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

[GitHub] [hudi] linliu-code closed pull request #9466: [HUDI-4756] Remove unused config "hoodie.assume.date.partitioning"

2023-08-21 Thread via GitHub
linliu-code closed pull request #9466: [HUDI-4756] Remove unused config "hoodie.assume.date.partitioning" URL: https://github.com/apache/hudi/pull/9466 -- 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 t

[GitHub] [hudi] hudi-bot commented on pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9488: URL: https://github.com/apache/hudi/pull/9488#issuecomment-1687091730 ## CI report: * f2619c32ef7543b508b830ebeae2e6d4c1bae591 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9466: [HUDI-4756] Remove unused config "hoodie.assume.date.partitioning"

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9466: URL: https://github.com/apache/hudi/pull/9466#issuecomment-1687091632 ## CI report: * d61eae7b243d92629914d2b95637922db6be3b08 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1933

[GitHub] [hudi] Riddle4045 opened a new issue, #9495: [SUPPORT] Writing Hudi tables with Flink fails with HFile exceptions

2023-08-21 Thread via GitHub
Riddle4045 opened a new issue, #9495: URL: https://github.com/apache/hudi/issues/9495 Using Flink version : 1.16 Trying to write a hudi table with metadata sync enabled to HMS, sample DStream API job ``` final StreamExecutionEnvironment env = StreamExecutionEnvironmen

[GitHub] [hudi] hudi-bot commented on pull request #9422: [HUDI-6681] Ensure MOR Column Stats Index skips reading filegroups correctly

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9422: URL: https://github.com/apache/hudi/pull/9422#issuecomment-1687074168 ## CI report: * 42d026cd694d6368e45b058a4ff7a9bd36b0d3a2 UNKNOWN * aa45782a86a9632784fa95c4c0cda62c6245bcb6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2

[GitHub] [hudi] Riddle4045 commented on issue #9435: [SUPPORT] Trino can't read tables created by Flink Hudi conector

2023-08-21 Thread via GitHub
Riddle4045 commented on issue #9435: URL: https://github.com/apache/hudi/issues/9435#issuecomment-1687040392 @danny0405 sorry for the late response, here is the DAG. From the DAG it looks like compaction is scheduled. Interesting this to note here that I am running into the same issue wi

[GitHub] [hudi] hudi-bot commented on pull request #9444: [HUDI-6692] Don't default to bulk insert on nonpkless table if recordkey is omitted

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9444: URL: https://github.com/apache/hudi/pull/9444#issuecomment-1687011964 ## CI report: * 20773c0c6c03fa355e200867ab3dfc7cfc36d456 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] hudi-bot commented on pull request #9467: [HUDI-6621] Fix downgrade handler for 0.14.0

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9467: URL: https://github.com/apache/hudi/pull/9467#issuecomment-1686918146 ## CI report: * 6cba53453621aa518273a8879eeea3081f4c94cb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1938

[GitHub] [hudi] guanziyue commented on a diff in pull request #4913: [HUDI-1517] create marker file for every log file

2023-08-21 Thread via GitHub
guanziyue commented on code in PR #4913: URL: https://github.com/apache/hudi/pull/4913#discussion_r1300551764 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java: ## @@ -273,4 +280,31 @@ protected static Option toAvroRecord(HoodieRecord rec

[GitHub] [hudi] hudi-bot commented on pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9488: URL: https://github.com/apache/hudi/pull/9488#issuecomment-1686850438 ## CI report: * 47cd0ae5da72d7d6e8361cf2af2893690c63a518 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1938

[GitHub] [hudi] hudi-bot commented on pull request #9422: [HUDI-6681] Ensure MOR Column Stats Index skips reading filegroups correctly

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9422: URL: https://github.com/apache/hudi/pull/9422#issuecomment-1686838897 ## CI report: * 42d026cd694d6368e45b058a4ff7a9bd36b0d3a2 UNKNOWN * 4b08445a6f501d2004a6dfab5a9daae7e769cf23 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-

[GitHub] [hudi] hudi-bot commented on pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9488: URL: https://github.com/apache/hudi/pull/9488#issuecomment-1686839177 ## CI report: * 47cd0ae5da72d7d6e8361cf2af2893690c63a518 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1938

[GitHub] [hudi] rahil-c opened a new issue, #9494: [SUPPORT] Querying Hudi Table via Presto Hive Connector Errors out when having DecimalType Column.

2023-08-21 Thread via GitHub
rahil-c opened a new issue, #9494: URL: https://github.com/apache/hudi/issues/9494 ## Issue Summary Versions of apps * Hudi 0.13.1 * Presto 0.281 * Spark 3.4.0 * glue enabled * When using EMR 6.12.0 with spark to create the hudi table, and presto to query

[GitHub] [hudi] hudi-bot commented on pull request #9472: [HUDI-6719]Fix data inconsistency issues caused by concurrent clustering and delete partition.

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9472: URL: https://github.com/apache/hudi/pull/9472#issuecomment-1686822578 ## CI report: * 1e493605d0a26b442efbf1518b063dbb1e616872 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1939

[GitHub] [hudi] the-other-tim-brown commented on a diff in pull request #9482: [HUDI-6728] Update BigQuery manifest sync to support schema evolution

2023-08-21 Thread via GitHub
the-other-tim-brown commented on code in PR #9482: URL: https://github.com/apache/hudi/pull/9482#discussion_r1300464593 ## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/HoodieBigQuerySyncClient.java: ## @@ -147,6 +159,31 @@ public void createManifestTable(String tableName,

[GitHub] [hudi] hudi-bot commented on pull request #9444: [HUDI-6692] Don't default to bulk insert on nonpkless table if recordkey is omitted

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9444: URL: https://github.com/apache/hudi/pull/9444#issuecomment-1686773173 ## CI report: * 8878d3d489b39b5698fe8a83acc7f9aa313b6a98 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1935

[GitHub] [hudi] hudi-bot commented on pull request #9422: [HUDI-6681] Ensure MOR Column Stats Index skips reading filegroups correctly

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9422: URL: https://github.com/apache/hudi/pull/9422#issuecomment-1686773107 ## CI report: * 42d026cd694d6368e45b058a4ff7a9bd36b0d3a2 UNKNOWN * f7c426b7906a2d64aaabbe96c6d9a011ab9b441a Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2

[GitHub] [hudi] rmahindra123 commented on a diff in pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
rmahindra123 commented on code in PR #9488: URL: https://github.com/apache/hudi/pull/9488#discussion_r1300458207 ## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncConfig.java: ## @@ -128,6 +128,12 @@ public class BigQuerySyncConfig extends HoodieSyncConfig impl

[GitHub] [hudi] vinishjail97 commented on a diff in pull request #9482: [HUDI-6728] Update BigQuery manifest sync to support schema evolution

2023-08-21 Thread via GitHub
vinishjail97 commented on code in PR #9482: URL: https://github.com/apache/hudi/pull/9482#discussion_r1300451056 ## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/HoodieBigQuerySyncClient.java: ## @@ -147,6 +159,31 @@ public void createManifestTable(String tableName, String

[GitHub] [hudi] jonvex commented on a diff in pull request #9422: [HUDI-6681] Ensure MOR Column Stats Index skips reading filegroups correctly

2023-08-21 Thread via GitHub
jonvex commented on code in PR #9422: URL: https://github.com/apache/hudi/pull/9422#discussion_r1300455535 ## hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestMORColstats.java: ## @@ -237,24 +232,27 @@ private void testBaseFileAndLogFileUpdateMatche

[GitHub] [hudi] jonvex commented on a diff in pull request #9422: [HUDI-6681] Ensure MOR Column Stats Index skips reading filegroups correctly

2023-08-21 Thread via GitHub
jonvex commented on code in PR #9422: URL: https://github.com/apache/hudi/pull/9422#discussion_r1300454813 ## hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestMORColstats.java: ## @@ -0,0 +1,481 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] [hudi] hudi-bot commented on pull request #9444: [HUDI-6692] Don't default to bulk insert on nonpkless table if recordkey is omitted

2023-08-21 Thread via GitHub
hudi-bot commented on PR #9444: URL: https://github.com/apache/hudi/pull/9444#issuecomment-1686762253 ## CI report: * 8878d3d489b39b5698fe8a83acc7f9aa313b6a98 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1935

[GitHub] [hudi] the-other-tim-brown commented on a diff in pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
the-other-tim-brown commented on code in PR #9488: URL: https://github.com/apache/hudi/pull/9488#discussion_r1300449186 ## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncConfig.java: ## @@ -128,6 +128,12 @@ public class BigQuerySyncConfig extends HoodieSyncConfi

[GitHub] [hudi] codope commented on a diff in pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
codope commented on code in PR #9488: URL: https://github.com/apache/hudi/pull/9488#discussion_r1300434964 ## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncConfig.java: ## @@ -128,6 +128,12 @@ public class BigQuerySyncConfig extends HoodieSyncConfig implements

[GitHub] [hudi] ehurheap closed issue #9480: [SUPPORT] create savepoint fails with OutOfMemoryError

2023-08-21 Thread via GitHub
ehurheap closed issue #9480: [SUPPORT] create savepoint fails with OutOfMemoryError URL: https://github.com/apache/hudi/issues/9480 -- 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 comme

[GitHub] [hudi] the-other-tim-brown commented on a diff in pull request #9488: [HUDI-6731] BigQuerySyncTool: add flag to allow for read optimized sync for MoR tables

2023-08-21 Thread via GitHub
the-other-tim-brown commented on code in PR #9488: URL: https://github.com/apache/hudi/pull/9488#discussion_r1300367026 ## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncConfig.java: ## @@ -128,6 +128,12 @@ public class BigQuerySyncConfig extends HoodieSyncConfi

[jira] [Commented] (HUDI-6712) Implement optimized keyed lookup on parquet files

2023-08-21 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757003#comment-17757003 ] Lin Liu commented on HUDI-6712: --- [~rmahindra] sent some PRs to review for the context. Will

[jira] [Commented] (HUDI-6701) Explore use of UUID-6/7 as a replacement for current auto generated keys

2023-08-21 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757001#comment-17757001 ] Lin Liu commented on HUDI-6701: --- Will discuss the next step in today's sync up. > Explore u

  1   2   >