You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this output, we can obtain some information about our query:
235
+
- It's been running for 36 seconds.
236
+
- It's only querying files table and has processed 1 out of 3 partitions.
237
+
238
+
To kill a query that's currently running you can use the value in `Id`. If we were to kill the previous query, we would need to use the following query:
0 commit comments