[jira] [Resolved] (HUDI-5721) Add Github actions on more validations

2023-05-22 Thread Yue Zhang (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Zhang resolved HUDI-5721. - > Add Github actions on more validations > -- > > Key:

[jira] [Updated] (HUDI-5720) Improve validation script of staged source release

2023-05-22 Thread Yue Zhang (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Zhang updated HUDI-5720: Fix Version/s: 0.13.1 > Improve validation script of staged source release >

[jira] [Resolved] (HUDI-5720) Improve validation script of staged source release

2023-05-22 Thread Yue Zhang (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Zhang resolved HUDI-5720. - > Improve validation script of staged source release > -- > >

[jira] [Updated] (HUDI-5718) Unsupported Operation Exception for compaction

2023-05-22 Thread Yue Zhang (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Zhang updated HUDI-5718: Fix Version/s: 0.13.1 (was: 0.13.0) > Unsupported Operation Exception for compaction

[jira] [Updated] (HUDI-5720) Improve validation script of staged source release

2023-05-22 Thread Yue Zhang (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Zhang updated HUDI-5720: Status: In Progress (was: Open) > Improve validation script of staged source release >

[jira] [Updated] (HUDI-5671) BucketIndexPartitioner partition algorithm skew

2023-05-22 Thread Yue Zhang (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Zhang updated HUDI-5671: Fix Version/s: 0.13.1 (was: 0.13.0) > BucketIndexPartitioner partition algorithm

[GitHub] [hudi] codope commented on issue #8754: [SUPPORT] PrestoDB encountered data quality issues while reading the Hudi Mor table.

2023-05-22 Thread via GitHub
codope commented on issue #8754: URL: https://github.com/apache/hudi/issues/8754#issuecomment-1556786775 As for support in Trino, I am workin on rebasing the MOR snapshot query support on top of master. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hudi] hudi-bot commented on pull request #8749: [HUDI-6235] Update and Delete statements for Flink

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8749: URL: https://github.com/apache/hudi/pull/8749#issuecomment-1556756051 ## CI report: * 1161f4a19184898cb857ec14522ce3d4d47e6199 UNKNOWN * c033152dae869d003b228a42118aa8a86dc4f90d Azure:

[GitHub] [hudi] xicm closed pull request #7226: [HUDI-5018] Make user-provided copyOnWriteRecordSizeEstimate first precedence

2023-05-22 Thread via GitHub
xicm closed pull request #7226: [HUDI-5018] Make user-provided copyOnWriteRecordSizeEstimate first precedence URL: https://github.com/apache/hudi/pull/7226 -- 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] matthiasdg commented on issue #8713: [SUPPORT] Incremental queries with Spark through Hive metastore

2023-05-22 Thread via GitHub
matthiasdg commented on issue #8713: URL: https://github.com/apache/hudi/issues/8713#issuecomment-1556734576 @kazdy think that would be fine yes (when merged should then pbly also make its way to one of the documentation pages on the website) -- This is an automated message from the

[GitHub] [hudi] voonhous commented on a diff in pull request #8687: [HUDI-6202] Validate that hiveStylePartitioningEnable is present in t…

2023-05-22 Thread via GitHub
voonhous commented on code in PR #8687: URL: https://github.com/apache/hudi/pull/8687#discussion_r1200100478 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/SparkHoodieTableFileIndex.scala: ## @@ -319,6 +319,8 @@ class SparkHoodieTableFileIndex(spark:

[GitHub] [hudi] voonhous commented on a diff in pull request #8687: [HUDI-6202] Validate that hiveStylePartitioningEnable is present in t…

2023-05-22 Thread via GitHub
voonhous commented on code in PR #8687: URL: https://github.com/apache/hudi/pull/8687#discussion_r1200100478 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/SparkHoodieTableFileIndex.scala: ## @@ -319,6 +319,8 @@ class SparkHoodieTableFileIndex(spark:

[jira] [Updated] (HUDI-6237) Fix call stats_file_sizes failure error due to empty globRegex for partitioned tables

2023-05-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-6237: - Labels: pull-request-available (was: ) > Fix call stats_file_sizes failure error due to empty

[GitHub] [hudi] voonhous commented on a diff in pull request #8755: [HUDI-6237] Fix call stats_file_sizes failure error due to empty glob…

2023-05-22 Thread via GitHub
voonhous commented on code in PR #8755: URL: https://github.com/apache/hudi/pull/8755#discussion_r1200092711 ## hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/StatsFileSizeProcedure.scala: ## @@ -54,8 +55,22 @@ class

[GitHub] [hudi] c-f-cooper commented on issue #8737: [SUPPORT]multi-writer and clustering

2023-05-22 Thread via GitHub
c-f-cooper commented on issue #8737: URL: https://github.com/apache/hudi/issues/8737#issuecomment-1556703427 Do you set the config `write.client.id`,and try again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [hudi] hudi-bot commented on pull request #8776: [HUDI-5994] Bucket index supports bulk insert row writer

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8776: URL: https://github.com/apache/hudi/pull/8776#issuecomment-1556681476 ## CI report: * af6ed32c20ef7fbf2336744d63cab1b78b20f819 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #8452: [HUDI-6077] Add more partition push down filters

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8452: URL: https://github.com/apache/hudi/pull/8452#issuecomment-1556680126 ## CI report: * 8082df232089396b2a9f9be2b915e51b3645f172 UNKNOWN * fd10e2fde3f04d17921bbfdff6a62491794795cc Azure:

[GitHub] [hudi] hudi-bot commented on pull request #8776: [HUDI-5994] Bucket index supports bulk insert row writer

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8776: URL: https://github.com/apache/hudi/pull/8776#issuecomment-1556671124 ## CI report: * af6ed32c20ef7fbf2336744d63cab1b78b20f819 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] hudi-bot commented on pull request #8452: [HUDI-6077] Add more partition push down filters

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8452: URL: https://github.com/apache/hudi/pull/8452#issuecomment-1556669698 ## CI report: * 8082df232089396b2a9f9be2b915e51b3645f172 UNKNOWN * fd10e2fde3f04d17921bbfdff6a62491794795cc Azure:

[GitHub] [hudi] hudi-bot commented on pull request #8452: [HUDI-6077] Add more partition push down filters

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8452: URL: https://github.com/apache/hudi/pull/8452#issuecomment-1556656643 ## CI report: * 8082df232089396b2a9f9be2b915e51b3645f172 UNKNOWN * fd10e2fde3f04d17921bbfdff6a62491794795cc Azure:

[GitHub] [hudi] chinmay-032 closed issue #8625: [SUPPORT] Hudi partial updates not working with JSON inferred dataframe

2023-05-22 Thread via GitHub
chinmay-032 closed issue #8625: [SUPPORT] Hudi partial updates not working with JSON inferred dataframe URL: https://github.com/apache/hudi/issues/8625 -- 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] danny0405 closed pull request #8308: [HUDI-5994] Spark bulk insert with bucket index

2023-05-22 Thread via GitHub
danny0405 closed pull request #8308: [HUDI-5994] Spark bulk insert with bucket index URL: https://github.com/apache/hudi/pull/8308 -- 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] danny0405 commented on pull request #8308: [HUDI-5994] Spark bulk insert with bucket index

2023-05-22 Thread via GitHub
danny0405 commented on PR #8308: URL: https://github.com/apache/hudi/pull/8308#issuecomment-1556628708 Close and move the work to: https://github.com/apache/hudi/pull/8776 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hudi] danny0405 opened a new pull request, #8776: [HUDI-5994] Bucket index supports bulk insert row writer

2023-05-22 Thread via GitHub
danny0405 opened a new pull request, #8776: URL: https://github.com/apache/hudi/pull/8776 ### Change Logs This PR is based on https://github.com/apache/hudi/pull/8308. ### Impact none ### Risk level (write none, low medium or high below) none ###

[GitHub] [hudi] hudi-bot commented on pull request #8775: [HUDI-5584] Metasync update props when changed

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8775: URL: https://github.com/apache/hudi/pull/8775#issuecomment-1556609638 ## CI report: * c2a8001e786e9218072564f2a8e0ba823fe75242 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #8775: [HUDI-5584] Metasync update props when changed

2023-05-22 Thread via GitHub
hudi-bot commented on PR #8775: URL: https://github.com/apache/hudi/pull/8775#issuecomment-1556601579 ## CI report: * c2a8001e786e9218072564f2a8e0ba823fe75242 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] boneanxs commented on a diff in pull request #8452: [HUDI-6077] Add more partition push down filters

2023-05-22 Thread via GitHub
boneanxs commented on code in PR #8452: URL: https://github.com/apache/hudi/pull/8452#discussion_r117268 ## hudi-common/src/main/java/org/apache/hudi/metadata/FileSystemBackedTableMetadata.java: ## @@ -96,11 +109,32 @@ public List getPartitionPathWithPathPrefixes(List

[GitHub] [hudi] boneanxs commented on a diff in pull request #8452: [HUDI-6077] Add more partition push down filters

2023-05-22 Thread via GitHub
boneanxs commented on code in PR #8452: URL: https://github.com/apache/hudi/pull/8452#discussion_r117268 ## hudi-common/src/main/java/org/apache/hudi/metadata/FileSystemBackedTableMetadata.java: ## @@ -96,11 +109,32 @@ public List getPartitionPathWithPathPrefixes(List

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

2023-05-22 Thread via GitHub
hudi-bot commented on PR #4913: URL: https://github.com/apache/hudi/pull/4913#issuecomment-1556586499 ## CI report: * 60e87d5a83ba15ee93ba64550f24c7c23e7af8c0 Azure:

<    1   2   3   4   5