Hi @root92
This is a known Databricks interface issue, not related to query performance or account type.
Most Likely Causes:
WebSocket connection timeout between browser and Databricks
Browser memory issues with long-running notebook sessions
Network proxy/firewall interfering with result streaming
Databricks workspace session getting corrupted
Quick Test:
Try this simple cell to confirm it's an interface issue:
print("Test 1")
df = spark.range(5)
print("Test 2")
df.show()
print("Test 3 - If you see this immediately, it's definitely a UI issue")
Since your friend doesn't have this issue, it's likely browser/network specific to your setup rather than a Databricks platform problem.RetryClaude can make mistakes.
Please double-check responses.
LR