Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-08-14 Thread via GitHub
yihua commented on code in PR #11453: URL: https://github.com/apache/hudi/pull/11453#discussion_r1717932624 ## hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java: ## @@ -72,15 +73,16 @@ public void setSchemaHandler(HoodieFileGroupReaderSchemaHandle

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-08-14 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2289392672 ## CI report: * 74b6a0dc95fb9382618615f3992157d9265ada82 Azure: [SUCCESS](https://dev.azure.com/apachehudi/a1a51da7-8592-47d4-88dc-fd67bed336bb/_build/results?buildId=37)

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

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

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

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

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-15 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2170937323 ## CI report: * d3636b6efd78b21f8a7ed1c169b1c9616eb9009d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-15 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2170629872 ## CI report: * b06455ddb5402cbb0d7df375b7595277f8b0eab9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-15 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2170618729 ## CI report: * b06455ddb5402cbb0d7df375b7595277f8b0eab9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-13 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2166917349 ## CI report: * b06455ddb5402cbb0d7df375b7595277f8b0eab9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-13 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2166794958 ## CI report: * d82a4d6fb2c3cd0aa353c028d15659427eec4962 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-13 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2166782661 ## CI report: * d82a4d6fb2c3cd0aa353c028d15659427eec4962 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-13 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2166672996 ## CI report: * d82a4d6fb2c3cd0aa353c028d15659427eec4962 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24

Re: [PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-13 Thread via GitHub
hudi-bot commented on PR #11453: URL: https://github.com/apache/hudi/pull/11453#issuecomment-2166659296 ## CI report: * d82a4d6fb2c3cd0aa353c028d15659427eec4962 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run th

[PR] [HUDI-7875] remove tablepath from fg reader [hudi]

2024-06-13 Thread via GitHub
jonvex opened a new pull request, #11453: URL: https://github.com/apache/hudi/pull/11453 ### Change Logs now we get the table path from the meta client. Also we will pass the meta client through the reader context to reduce the params of the record buffers. ### Impact ea