flashJd commented on PR #9113:
URL: https://github.com/apache/hudi/pull/9113#issuecomment-1620899951

   > @flashJd I noticed this issue before. Yes, this is a behavior change for 
`INSERT_OVERWRITE` without partition columns after #7365, but I think it's the 
right modification? if users don't specify partition columns, we'll consider it 
wants to overwrite all table?
   > 
   > Spark sql also does the same way. i.e. `insert overwrite table_name 
values( #specify partition values)` will overwrite whole table.
   
   1) Capcity of insert overwrite partitioned table with dynamic partition 
lost, we can only use the  grammer `insert overwrite hudi_cow_pt_tbl 
partition(dt = '2021-12-09', hh='12') select 13, 'a13', 1100` now.
   2)  Insert overwrite semantics not  forward compatible


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to