79181463

Date: 2024-11-12 14:12:16
Score: 3
Natty:
Report link

Deduplication worked as intended. However, since the table was partitioned by the event_date field, the original batch was split into smaller batches for each partition under the hood. Thus the hash that used by the deduplication mechanism was computed separately for each of these partitioned batches.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dmitry Sheykin