79561680

Date: 2025-04-08 09:43:00
Score: 0.5
Natty:
Report link

clearing batch also clears the list in the queue before it's processed.

writer_queue.put((query, table_name, batch.copy()))

Always pass immutable data or copies when sharing between threads to avoid side effects.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adel Alaa