Re: truncate on EXTERNAL tables

2025-07-02 Thread Butao Zhang
te on EXTERNAL tables | In fact, we have support truncate on external iceberg table since HIVE-25325. Thanks, Butao Zhang Replied Message | From | Rozov, Vlad | | Date | 7/1/2025 23:20 | | To | dev@hive.apache.org | | Subject | Re: truncate on EXTERNAL tables | Both documentation[1] and

Re: truncate on EXTERNAL tables

2025-07-02 Thread Butao Zhang
In fact, we have support truncate on external iceberg table since HIVE-25325. Thanks, Butao Zhang Replied Message | From | Rozov, Vlad | | Date | 7/1/2025 23:20 | | To | dev@hive.apache.org | | Subject | Re: truncate on EXTERNAL tables | Both documentation[1] and prior JIRAs[2

Re: truncate on EXTERNAL tables

2025-07-01 Thread Rozov, Vlad
Both documentation[1] and prior JIRAs[2] suggest that TRUNCATE on EXTERNAL tables is NOT supported and must error out except when it is FORCED [3]. It is NOT the behavior I see in 4.1, so I open JIRA [4]. Thank you, Vlad [1] https://hive.apache.org/docs/latest/languagemanual

Re: truncate on EXTERNAL tables

2025-07-01 Thread Stamatis Zampetakis
67 [2] https://hive.apache.org/docs/latest/languagemanual-ddl_27362034/#truncate-table On Mon, Jun 30, 2025 at 5:02 PM Rozov, Vlad wrote: > > Hi All, > > Does Hive 4.x support truncate on EXTERNAL tables? I can’t find any JIRA that > enables that functionality except for > https:/

truncate on EXTERNAL tables

2025-06-30 Thread Rozov, Vlad
Hi All, Does Hive 4.x support truncate on EXTERNAL tables? I can’t find any JIRA that enables that functionality except for https://issues.apache.org/jira/browse/HIVE-16324 that suggests that Hive 3.x does not support such truncate. If yes, can you point me to the JIRA/PR that enables it