Alec Ventura
09/18/2023, 9:38 PMConcurrentAppendException
error:
Files were added to partition [event_date=2023-09-18] by a concurrent update
This log is from the daily job that have a replaceWhere = event_date between '2023-08-18' and '2023-09-17'
and I am sure that there is no 2023-09-18 data on that dataframe.
So my idea now is use upsert on hourly run and continue with replaceWhere on daily one... but I don't know if daily will continue to fail since it will be an insert and an update operation at the same time.... Any thoughts? Thank yourtyler
09/18/2023, 9:39 PMAlec Ventura
09/18/2023, 9:45 PMLori
09/18/2023, 11:09 PM