[jira] [Updated] (HUDI-5404) add flink bundle validation

2022-12-17 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu updated HUDI-5404: - Sprint: 2022/12/12 > add flink bundle validation > --- > > Key:

[GitHub] [hudi] hudi-bot commented on pull request #7497: [HUDI-5412] Send the boostrap event if the JM also rebooted

2022-12-17 Thread GitBox
hudi-bot commented on PR #7497: URL: https://github.com/apache/hudi/pull/7497#issuecomment-1356676335 ## CI report: * f6bba36d1adc3a52889839246129a89b754f8a43 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7497: [HUDI-5412] Send the boostrap event if the JM also rebooted

2022-12-17 Thread GitBox
hudi-bot commented on PR #7497: URL: https://github.com/apache/hudi/pull/7497#issuecomment-1356674047 ## CI report: * f6bba36d1adc3a52889839246129a89b754f8a43 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[jira] [Updated] (HUDI-5412) Send the boostrap event if the JM also rebooted

2022-12-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-5412: - Labels: pull-request-available (was: ) > Send the boostrap event if the JM also rebooted >

[GitHub] [hudi] danny0405 opened a new pull request, #7497: [HUDI-5412] Send the boostrap event if the JM also rebooted

2022-12-17 Thread GitBox
danny0405 opened a new pull request, #7497: URL: https://github.com/apache/hudi/pull/7497 ### Change Logs When the JM and TM executors both restart, the initial instant on JM is null, the writers then all wait for the instant to bootstrap until timeout triggers. ### Impact

[jira] [Created] (HUDI-5412) Send the boostrap event if the JM also rebooted

2022-12-17 Thread Danny Chen (Jira)
Danny Chen created HUDI-5412: Summary: Send the boostrap event if the JM also rebooted Key: HUDI-5412 URL: https://issues.apache.org/jira/browse/HUDI-5412 Project: Apache Hudi Issue Type: Bug

svn commit: r58796 - /release/hudi/KEYS

2022-12-17 Thread sivabalan
Author: sivabalan Date: Sun Dec 18 04:04:16 2022 New Revision: 58796 Log: Adding keys for satish Modified: release/hudi/KEYS Modified: release/hudi/KEYS == --- release/hudi/KEYS (original) +++ release/hudi/KEYS Sun

svn commit: r58795 - in /dev/hudi/hudi-0.12.2-rc1: ./ hudi-0.12.2-rc1.src.tgz hudi-0.12.2-rc1.src.tgz.asc hudi-0.12.2-rc1.src.tgz.sha512

2022-12-17 Thread satish
Author: satish Date: Sun Dec 18 03:52:01 2022 New Revision: 58795 Log: artifacts for 0.12.2-rc1 Added: dev/hudi/hudi-0.12.2-rc1/ dev/hudi/hudi-0.12.2-rc1/hudi-0.12.2-rc1.src.tgz (with props) dev/hudi/hudi-0.12.2-rc1/hudi-0.12.2-rc1.src.tgz.asc

[hudi] branch asf-site updated: [MINOR] Adding more blogs to our website, dec 17, 2022 (#7496)

2022-12-17 Thread leesf
This is an automated email from the ASF dual-hosted git repository. leesf 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 6ab4d15a73 [MINOR] Adding more blogs to our

[GitHub] [hudi] leesf merged pull request #7496: [MINOR] Updating blog articles

2022-12-17 Thread GitBox
leesf merged PR #7496: URL: https://github.com/apache/hudi/pull/7496 -- 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:

[hudi] branch master updated: [HUDI-5377] Write call stack information to lock file (#7440)

2022-12-17 Thread leesf
This is an automated email from the ASF dual-hosted git repository. leesf 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 6c7271f60a [HUDI-5377] Write call stack

[GitHub] [hudi] leesf merged pull request #7440: [HUDI-5377] Write call stack information to lock file

2022-12-17 Thread GitBox
leesf merged PR #7440: URL: https://github.com/apache/hudi/pull/7440 -- 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:

[hudi] annotated tag release-0.12.2-rc1 updated (94db72e2c9 -> c97d0ad4cb)

2022-12-17 Thread satish
This is an automated email from the ASF dual-hosted git repository. satish pushed a change to annotated tag release-0.12.2-rc1 in repository https://gitbox.apache.org/repos/asf/hudi.git *** WARNING: tag release-0.12.2-rc1 was modified! *** from 94db72e2c9 (commit) to c97d0ad4cb (tag)

[GitHub] [hudi] danny0405 commented on a diff in pull request #7482: [MINOR] Fix the inconsistent behavior to calculate the value count between COW and MOR

2022-12-17 Thread GitBox
danny0405 commented on code in PR #7482: URL: https://github.com/apache/hudi/pull/7482#discussion_r1051514947 ## hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java: ## @@ -148,6 +148,8 @@ class ColumnStats { final Object fieldVal =

[GitHub] [hudi] Virmaline commented on issue #6278: [SUPPORT] Deltastreamer fails with data and timestamp related exception after upgrading to EMR 6.5 and spark3

2022-12-17 Thread GitBox
Virmaline commented on issue #6278: URL: https://github.com/apache/hudi/issues/6278#issuecomment-1356496864 Can you post your exact spark submit? Do you know why it's failing, what is the data type and value in the column? -- This is an automated message from the Apache Git Service. To

[hudi] 01/01: Bumping mvn version to 0.12.2-1

2022-12-17 Thread satish
This is an automated email from the ASF dual-hosted git repository. satish pushed a commit to branch release-0.12.2 in repository https://gitbox.apache.org/repos/asf/hudi.git commit 94db72e2c9435307b554fb1d2fbc8e0431f9ff38 Author: Satish Kotha AuthorDate: Sat Dec 17 14:33:55 2022 -0800

[hudi] branch release-0.12.2 created (now 94db72e2c9)

2022-12-17 Thread satish
This is an automated email from the ASF dual-hosted git repository. satish pushed a change to branch release-0.12.2 in repository https://gitbox.apache.org/repos/asf/hudi.git at 94db72e2c9 Bumping mvn version to 0.12.2-1 This branch includes the following new commits: new

[GitHub] [hudi] hudi-bot commented on pull request #7495: [HUDI-5383] Release 0.12.2 branch test dec17

2022-12-17 Thread GitBox
hudi-bot commented on PR #7495: URL: https://github.com/apache/hudi/pull/7495#issuecomment-1356484995 ## CI report: * 0345a01d81ea529191f26895ec1471c27b4e54bf UNKNOWN * 90310cdec15f97d47c46e76650f07fa5e68488d7 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356463124 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * de5191707931a08b984239297c45eb4e0e80c9cd Azure:

[GitHub] [hudi] nsivabalan opened a new pull request, #7496: [MINOR] Updating blog articles

2022-12-17 Thread GitBox
nsivabalan opened a new pull request, #7496: URL: https://github.com/apache/hudi/pull/7496 ### Change Logs Adding blog articles ### Impact More awareness and visibility for hudi ### Risk level (write none, low medium or high below) none. ###

[jira] [Closed] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin closed HUDI-5409. - Resolution: Fixed > Avoid file index and use fs view cache in COW input format >

[jira] [Created] (HUDI-5411) Make sure Trino does not re-instantiates Hive's InputFormat for every partition during file listing

2022-12-17 Thread Alexey Kudinkin (Jira)
Alexey Kudinkin created HUDI-5411: - Summary: Make sure Trino does not re-instantiates Hive's InputFormat for every partition during file listing Key: HUDI-5411 URL: https://issues.apache.org/jira/browse/HUDI-5411

[jira] [Assigned] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin reassigned HUDI-5409: - Assignee: Sagar Sumit > Avoid file index and use fs view cache in COW input format >

[jira] [Updated] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin updated HUDI-5409: -- Priority: Blocker (was: Major) > Avoid file index and use fs view cache in COW input format >

[GitHub] [hudi] hudi-bot commented on pull request #7495: [HUDI-5383] Release 0.12.2 blockers candidate test dec17

2022-12-17 Thread GitBox
hudi-bot commented on PR #7495: URL: https://github.com/apache/hudi/pull/7495#issuecomment-1356404376 ## CI report: * e8a193c2f7527f53c2c84d323ac892107b9c7bed Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356404341 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * 3a4ffaf9f7414b00526fe741a5fdfef1268e8ff0 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7495: [HUDI-5383] Release 0.12.2 blockers candidate test dec17

2022-12-17 Thread GitBox
hudi-bot commented on PR #7495: URL: https://github.com/apache/hudi/pull/7495#issuecomment-1356403152 ## CI report: * e8a193c2f7527f53c2c84d323ac892107b9c7bed Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356403109 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * 0a530808e8e90f5a419ebee0350e792325b4057c Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7495: [HUDI-5383] Release 0.12.2 blockers candidate test dec17

2022-12-17 Thread GitBox
hudi-bot commented on PR #7495: URL: https://github.com/apache/hudi/pull/7495#issuecomment-1356402289 ## CI report: * e8a193c2f7527f53c2c84d323ac892107b9c7bed Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7413: [HUDI-5321] Fix inconsistencies in arePartitionRecordsSorted and try to limit lots of small files during bulk insert

2022-12-17 Thread GitBox
hudi-bot commented on PR #7413: URL: https://github.com/apache/hudi/pull/7413#issuecomment-1356402227 ## CI report: * 101759e2156d55c90bf79d37899ca3b2bd8ea3d4 UNKNOWN * 6080a34977a48a57e9f5775067788847d43075eb Azure:

[hudi] branch release-0.12.2-blockers-candidate updated (3a4ffaf9f7 -> de51917079)

2022-12-17 Thread sivabalan
This is an automated email from the ASF dual-hosted git repository. sivabalan pushed a change to branch release-0.12.2-blockers-candidate in repository https://gitbox.apache.org/repos/asf/hudi.git from 3a4ffaf9f7 [HUDI-5409] Avoid file index and use fs view cache in COW input format

[GitHub] [hudi] hudi-bot commented on pull request #7495: [HUDI-5383] Release 0.12.2 blockers candidate test dec17

2022-12-17 Thread GitBox
hudi-bot commented on PR #7495: URL: https://github.com/apache/hudi/pull/7495#issuecomment-1356357086 ## CI report: * e8a193c2f7527f53c2c84d323ac892107b9c7bed Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356356992 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * 0a530808e8e90f5a419ebee0350e792325b4057c Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7495: [HUDI-5383] Release 0.12.2 blockers candidate test dec17

2022-12-17 Thread GitBox
hudi-bot commented on PR #7495: URL: https://github.com/apache/hudi/pull/7495#issuecomment-1356355467 ## CI report: * e8a193c2f7527f53c2c84d323ac892107b9c7bed UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356355317 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * 0a530808e8e90f5a419ebee0350e792325b4057c Azure:

[GitHub] [hudi] nsivabalan opened a new pull request, #7495: [HUDI-5383] Release 0.12.2 blockers candidate test dec17

2022-12-17 Thread GitBox
nsivabalan opened a new pull request, #7495: URL: https://github.com/apache/hudi/pull/7495 ### Change Logs Testing release branch for 0.12.2 ### Impact Azure CI testing patch ### Risk level (write none, low medium or high below) low ###

[hudi] branch release-0.12.2-blockers-candidate updated (0a530808e8 -> 3a4ffaf9f7)

2022-12-17 Thread sivabalan
This is an automated email from the ASF dual-hosted git repository. sivabalan pushed a change to branch release-0.12.2-blockers-candidate in repository https://gitbox.apache.org/repos/asf/hudi.git from 0a530808e8 [HUDI-5357] Optimize deployment of release artifacts (#7419) add

[hudi] branch master updated: [HUDI-5409] Avoid file index and use fs view cache in COW input format (#7493)

2022-12-17 Thread sivabalan
This is an automated email from the ASF dual-hosted git repository. sivabalan 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 cc1c1e7b33 [HUDI-5409] Avoid file index and

[GitHub] [hudi] nsivabalan merged pull request #7493: [HUDI-5409] Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
nsivabalan merged PR #7493: URL: https://github.com/apache/hudi/pull/7493 -- 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:

[GitHub] [hudi] nsivabalan commented on pull request #7493: [HUDI-5409] Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
nsivabalan commented on PR #7493: URL: https://github.com/apache/hudi/pull/7493#issuecomment-1356346520 There is one flaky test (col stats). CI is green otherwise. https://user-images.githubusercontent.com/513218/208254075-9df3cad7-6abc-4ac6-82ce-37465149d717.png;> -- This is an

[GitHub] [hudi] hudi-bot commented on pull request #7413: [HUDI-5321] Fix inconsistencies in arePartitionRecordsSorted and try to limit lots of small files during bulk insert

2022-12-17 Thread GitBox
hudi-bot commented on PR #7413: URL: https://github.com/apache/hudi/pull/7413#issuecomment-1356328384 ## CI report: * 101759e2156d55c90bf79d37899ca3b2bd8ea3d4 UNKNOWN * 9b10597d8621e96aac63a6a3e7e334a1eafe4e60 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7413: [HUDI-5321] Fix inconsistencies in arePartitionRecordsSorted and try to limit lots of small files during bulk insert

2022-12-17 Thread GitBox
hudi-bot commented on PR #7413: URL: https://github.com/apache/hudi/pull/7413#issuecomment-1356327505 ## CI report: * 101759e2156d55c90bf79d37899ca3b2bd8ea3d4 UNKNOWN * 9b10597d8621e96aac63a6a3e7e334a1eafe4e60 Azure:

[GitHub] [hudi] jonvex commented on a diff in pull request #7413: [HUDI-5321] Fix inconsistencies in arePartitionRecordsSorted and try to limit lots of small files during bulk insert

2022-12-17 Thread GitBox
jonvex commented on code in PR #7413: URL: https://github.com/apache/hudi/pull/7413#discussion_r1051423297 ## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala: ## @@ -1046,4 +1048,62 @@ class TestInsertTable extends

[GitHub] [hudi] hudi-bot commented on pull request #7493: [HUDI-5409] Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
hudi-bot commented on PR #7493: URL: https://github.com/apache/hudi/pull/7493#issuecomment-1356299825 ## CI report: * 081d6925c0bd2ee8a122a6c023b2f28fdf0532d0 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7493: [HUDI-5409] Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
hudi-bot commented on PR #7493: URL: https://github.com/apache/hudi/pull/7493#issuecomment-1356296290 ## CI report: * 081d6925c0bd2ee8a122a6c023b2f28fdf0532d0 Azure:

[GitHub] [hudi] idatya opened a new issue, #7494: FileNotFoundException while writing dataframe to local file system

2022-12-17 Thread GitBox
idatya opened a new issue, #7494: URL: https://github.com/apache/hudi/issues/7494 I am following https://hudi.apache.org/docs/quick-start-guide and using spark version 3.3.1 and Python version 3.8.10 It gives me FileNotFoundException at the step when below command getting

[GitHub] [hudi] hudi-bot commented on pull request #7440: [HUDI-5377] Write call stack information to lock file

2022-12-17 Thread GitBox
hudi-bot commented on PR #7440: URL: https://github.com/apache/hudi/pull/7440#issuecomment-1356294332 ## CI report: * 67e64ca0d35342d303f5c0027db72ec4c14f1890 UNKNOWN * 391cc64f7aaabdc0f72c85fa3ac03036d09ef43a UNKNOWN * 63fe7e7c8a882d757cbea6a4d26b7aba4bdad748 UNKNOWN *

[jira] [Created] (HUDI-5410) Fix flaky testRecordReading

2022-12-17 Thread Sagar Sumit (Jira)
Sagar Sumit created HUDI-5410: - Summary: Fix flaky testRecordReading Key: HUDI-5410 URL: https://issues.apache.org/jira/browse/HUDI-5410 Project: Apache Hudi Issue Type: Test

[GitHub] [hudi] hudi-bot commented on pull request #7440: [HUDI-5377] Write call stack information to lock file

2022-12-17 Thread GitBox
hudi-bot commented on PR #7440: URL: https://github.com/apache/hudi/pull/7440#issuecomment-1356234839 ## CI report: * 67e64ca0d35342d303f5c0027db72ec4c14f1890 UNKNOWN * 391cc64f7aaabdc0f72c85fa3ac03036d09ef43a UNKNOWN * 63fe7e7c8a882d757cbea6a4d26b7aba4bdad748 UNKNOWN *

[jira] [Assigned] (HUDI-5357) Optimize release artifacts' deployment

2022-12-17 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu reassigned HUDI-5357: Assignee: Raymond Xu > Optimize release artifacts' deployment >

[jira] [Closed] (HUDI-5357) Optimize release artifacts' deployment

2022-12-17 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu closed HUDI-5357. Resolution: Fixed > Optimize release artifacts' deployment > --- > >

[GitHub] [hudi] hudi-bot commented on pull request #7440: [HUDI-5377] Write call stack information to lock file

2022-12-17 Thread GitBox
hudi-bot commented on PR #7440: URL: https://github.com/apache/hudi/pull/7440#issuecomment-1356232019 ## CI report: * 67e64ca0d35342d303f5c0027db72ec4c14f1890 UNKNOWN * 391cc64f7aaabdc0f72c85fa3ac03036d09ef43a UNKNOWN * 63fe7e7c8a882d757cbea6a4d26b7aba4bdad748 UNKNOWN *

[jira] [Updated] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-5409: - Labels: pull-request-available (was: ) > Avoid file index and use fs view cache in COW input

[GitHub] [hudi] hudi-bot commented on pull request #7493: [HUDI-5409] Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
hudi-bot commented on PR #7493: URL: https://github.com/apache/hudi/pull/7493#issuecomment-1356229669 ## CI report: * 081d6925c0bd2ee8a122a6c023b2f28fdf0532d0 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356229607 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * 0a530808e8e90f5a419ebee0350e792325b4057c Azure:

[GitHub] [hudi] danny0405 commented on issue #5552: [SUPPORT] It failed to compile raw hudi src with error "oodieTableMetadataUtil.java:[189,7] no suitable method found for collect(java.util.stream.Co

2022-12-17 Thread GitBox
danny0405 commented on issue #5552: URL: https://github.com/apache/hudi/issues/5552#issuecomment-1356227282 @alexeykudinkin Can we fix the compile error for jdk 11 then ? Jdk 11 should have the most number of users, it is better to support it though ~ -- This is an automated message from

[GitHub] [hudi] bydeath opened a new issue, #5552: [SUPPORT] It failed to compile raw hudi src with error "oodieTableMetadataUtil.java:[189,7] no suitable method found for collect(java.util.stream.Col

2022-12-17 Thread GitBox
bydeath opened a new issue, #5552: URL: https://github.com/apache/hudi/issues/5552 **Describe the problem you faced** My first compiling hudi src failed **To Reproduce** Steps to reproduce the behavior: 1. git clone https://github.com/apache/hudi.git && cd hudi

[GitHub] [hudi] lucabem commented on issue #6278: [SUPPORT] Deltastreamer fails with data and timestamp related exception after upgrading to EMR 6.5 and spark3

2022-12-17 Thread GitBox
lucabem commented on issue #6278: URL: https://github.com/apache/hudi/issues/6278#issuecomment-1356180670 Not in my case, Im still having this issue -- 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] hudi-bot commented on pull request #7355: [HUDI-5308] Hive query returns null when the where clause has a partition field

2022-12-17 Thread GitBox
hudi-bot commented on PR #7355: URL: https://github.com/apache/hudi/pull/7355#issuecomment-1356173416 ## CI report: * a5229bd6556c395f28b6ca71904c0f0a97d408ab Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356142628 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * d971f3e16869bfed4f1911c4eb7c5c025f3ff8e9 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7455: [DO_NOT_MERGE] Release 0.12.2 blockers candidate

2022-12-17 Thread GitBox
hudi-bot commented on PR #7455: URL: https://github.com/apache/hudi/pull/7455#issuecomment-1356139669 ## CI report: * 9ad6939e4e9bacfb1a324bab216198a56f410c9d UNKNOWN * d971f3e16869bfed4f1911c4eb7c5c025f3ff8e9 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7355: [HUDI-5308] Hive query returns null when the where clause has a partition field

2022-12-17 Thread GitBox
hudi-bot commented on PR #7355: URL: https://github.com/apache/hudi/pull/7355#issuecomment-1356139579 ## CI report: * c60978aaf0dd183b05139dda6bd741ea43877f42 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7482: [MINOR] Fix the inconsistent behavior to calculate the value count between COW and MOR

2022-12-17 Thread GitBox
hudi-bot commented on PR #7482: URL: https://github.com/apache/hudi/pull/7482#issuecomment-1356137528 ## CI report: * dd5d168ff9a755b24c53762d69d884373f47d017 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7355: [HUDI-5308] Hive query returns null when the where clause has a partition field

2022-12-17 Thread GitBox
hudi-bot commented on PR #7355: URL: https://github.com/apache/hudi/pull/7355#issuecomment-1356137437 ## CI report: * c60978aaf0dd183b05139dda6bd741ea43877f42 Azure:

[jira] [Updated] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Sumit updated HUDI-5409: -- Fix Version/s: 0.12.2 > Avoid file index and use fs view cache in COW input format >

[jira] [Updated] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Sumit updated HUDI-5409: -- Status: In Progress (was: Open) > Avoid file index and use fs view cache in COW input format >

[jira] [Updated] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Sumit updated HUDI-5409: -- Status: Patch Available (was: In Progress) > Avoid file index and use fs view cache in COW input

[jira] [Created] (HUDI-5409) Avoid file index and use fs view cache in COW input format

2022-12-17 Thread Sagar Sumit (Jira)
Sagar Sumit created HUDI-5409: - Summary: Avoid file index and use fs view cache in COW input format Key: HUDI-5409 URL: https://issues.apache.org/jira/browse/HUDI-5409 Project: Apache Hudi Issue

[hudi] branch release-0.12.2-blockers-candidate updated (d971f3e168 -> 0a530808e8)

2022-12-17 Thread sivabalan
This is an automated email from the ASF dual-hosted git repository. sivabalan pushed a change to branch release-0.12.2-blockers-candidate in repository https://gitbox.apache.org/repos/asf/hudi.git from d971f3e168 [HUDI-5104] Add feature flag to disable HoodieFileIndex and fall back to

[GitHub] [hudi] yihua commented on a diff in pull request #7493: Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
yihua commented on code in PR #7493: URL: https://github.com/apache/hudi/pull/7493#discussion_r1051360692 ## hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieCopyOnWriteTableInputFormat.java: ## @@ -236,28 +249,53 @@ private List listStatusForSnapshotMode(JobConf job,

[GitHub] [hudi] nsivabalan commented on a diff in pull request #7493: Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
nsivabalan commented on code in PR #7493: URL: https://github.com/apache/hudi/pull/7493#discussion_r1051358907 ## hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieCopyOnWriteTableInputFormat.java: ## @@ -236,28 +249,53 @@ private List listStatusForSnapshotMode(JobConf

[GitHub] [hudi] hudi-bot commented on pull request #7493: Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
hudi-bot commented on PR #7493: URL: https://github.com/apache/hudi/pull/7493#issuecomment-1356114195 ## CI report: * 081d6925c0bd2ee8a122a6c023b2f28fdf0532d0 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7493: Avoid file index and use fs view cache in COW input format

2022-12-17 Thread GitBox
hudi-bot commented on PR #7493: URL: https://github.com/apache/hudi/pull/7493#issuecomment-1356112261 ## CI report: * 081d6925c0bd2ee8a122a6c023b2f28fdf0532d0 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the