79594614

Date: 2025-04-27 02:49:10
Score: 0.5
Natty:
Report link

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!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Polly