79748090

Date: 2025-08-27 14:18:45
Score: 0.5
Natty:
Report link

Try to remove the DROP TABLE IF EXISTS statement.

CREATE OR REPLACE EXTERNAL TABLE handles both creating and replacing the table reliably, so the DROP is unnecessary and causes the problem.

If the issue persists, I suggest opening a support ticket for a detailed analysis.

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