Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-16 Thread via GitHub
danny0405 merged PR #9836: URL: https://github.com/apache/hudi/pull/9836 -- 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:

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-16 Thread via GitHub
wecharyu commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1765583468 @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.

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-12 Thread via GitHub
hudi-bot commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1759954273 ## CI report: * c19e0177a8ab98a26370cc238c20b72bfb4abd7c Azure:

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-12 Thread via GitHub
hudi-bot commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1759762568 ## CI report: * ec64b99d8525d88a1844e434000d83d06e74fe75 Azure:

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-12 Thread via GitHub
hudi-bot commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1759744758 ## CI report: * ec64b99d8525d88a1844e434000d83d06e74fe75 Azure:

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-12 Thread via GitHub
wecharyu commented on code in PR #9836: URL: https://github.com/apache/hudi/pull/9836#discussion_r1356846519 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/HoodieOptionConfig.scala: ## @@ -199,7 +184,7 @@ object HoodieOptionConfig { //

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-11 Thread via GitHub
boneanxs commented on code in PR #9836: URL: https://github.com/apache/hudi/pull/9836#discussion_r1354717038 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/HoodieOptionConfig.scala: ## @@ -199,7 +184,7 @@ object HoodieOptionConfig { //

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-10 Thread via GitHub
danny0405 commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1756648590 @boneanxs Do you have intreast to review this PR? -- 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

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-09 Thread via GitHub
hudi-bot commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1752817066 ## CI report: * ec64b99d8525d88a1844e434000d83d06e74fe75 Azure:

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-09 Thread via GitHub
hudi-bot commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1752744004 ## CI report: * ec64b99d8525d88a1844e434000d83d06e74fe75 Azure:

Re: [PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-09 Thread via GitHub
hudi-bot commented on PR #9836: URL: https://github.com/apache/hudi/pull/9836#issuecomment-1752661843 ## CI report: * ec64b99d8525d88a1844e434000d83d06e74fe75 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[PR] [HUDI-6924] Fix hoodie table config not wok in table properties [hudi]

2023-10-09 Thread via GitHub
wecharyu opened a new pull request, #9836: URL: https://github.com/apache/hudi/pull/9836 ### Change Logs Fix the bug that hoodie table config not work in table properties. Including: 1. Combine `mapTableConfigsToSqlOptions` and `mapDataSourceWriteOptionsToSqlOptions` to