Thank you for using DolphinDB.
To resolve this issue, you can forcibly remove the recovering partitions of the table using dropRecoveringPartitions
from the ops
module.
use ops
dropRecoveringPartitions(dbPath="dfs://stock", tableName="stock")
Once that's done, you can safely delete the table using dropTable
.
If you run into any other issues, don't hesitate to ask - we're happy to help!