Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix style
  • Loading branch information
sarutak committed Aug 26, 2025
commit b7430bdcd716016a45486d621d854f23b69191f5
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ private[connect] class ExecuteHolder(
* Interrupt the execution. Interrupts the running thread, which cancels all running Spark Jobs
* and makes the execution throw an OPERATION_CANCELED error.
* @return
* true if the execution is interrupted,
* false if it was already interrupted or interruption was ignored.
* true if the execution is interrupted, false if it was already interrupted or interruption
* was ignored.
*/
def interrupt(): Boolean = {
if (eventsManager.status == ExecuteStatus.Pending) {
Expand Down