hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-2057] CTAS Generate An External Table When Create Managed Table

Open dongkelun opened this issue 3 years ago • 2 comments
trafficstars

This problem has been fixed in this PR before:https://github.com/apache/hudi/pull/3146

Later, the problem was discovered again,But it was fixed by this pr: https://github.com/apache/hudi/pull/3998

The last time this problem reappeared was due to this pr: https://github.com/apache/hudi/pull/5178,The reason is that extraoptions is not transferred to spark conf

Change Logs

Describe context and summary for this change. Highlight if any code was copied.

Impact

Describe any public API or user-facing feature change or any performance impact.

Risk level: none | low | medium | high

Choose one. If medium or high, explain what verification was done to mitigate the risks.

Contributor's checklist

  • [ ] Read through contributor's guide
  • [ ] Change Logs and Impact were stated clearly
  • [ ] Adequate tests were added if applicable
  • [ ] CI passed

dongkelun avatar Aug 17 '22 09:08 dongkelun

@hudi-bot run azure

dongkelun avatar Aug 17 '22 14:08 dongkelun

@xushiyan : can you assist the author and help take this home.

nsivabalan avatar Nov 02 '22 00:11 nsivabalan

CI report:

  • 5c1cb2151993df9a20cf4f98d56178cf5825b00c Azure: FAILURE
Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

hudi-bot avatar Nov 07 '22 23:11 hudi-bot

CI report:

  • cfd205621d6e0b2e400367a8c44081a9d8780e07 Azure: SUCCESS
Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

hudi-bot avatar Nov 08 '22 17:11 hudi-bot

@yihua @xushiyan Hello, I have added the validation to test the CTAS table type

dongkelun avatar Nov 09 '22 01:11 dongkelun