Franco Almonacid
03/14/2023, 5:46 PM2023-03-14T17:45:29.125713Z C i.q.c.h.p.JsonQueryProcessorState [3009] error [q=`ALTER TABLE binance_dc DETACH PARTITION LIST '2023-03-13';`, msg=`could not detach partition [table=binance_dc, detachStatus=DETACH_ERR_ACTIVE, partitionTimestamp=2023-03-13T00:00:00.000Z, partitionBy=DAY]`, errno=-100]
Imre
03/14/2023, 6:33 PMDETACH_ERR_ACTIVE
suggests that the partition is still active, so cannot be detached.2023-03-14
in the table so 2023-03-13
is the last and active partition?Franco Almonacid
03/14/2023, 6:41 PM2023-03-14
partition2023-03-13
partition using DROP PARTITION
instead of DETACH PARTITION
Imre
03/14/2023, 6:54 PM