AnalysisException: Table test_yearly_delta does not support dynamic overwrite in batch mode
Hazarath Reddy Boreddy
1
Reputation point
we are trying to overwrite the table by using sql
command like this
INSERT
OVERWRITE TABLE prod.test_yearly_delta
select ...... from table
Sign in to answer