Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed May 10, 2024
1 parent a5e6b2e commit a115bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/snowflake/snowpark/Session.scala
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Session private (private[snowpark] val conn: ServerConnection) extends Log
// result has only one column and only one row.
Option(rows.head.getString(0))
} catch {
case e: Exception => None
case _: Exception => None
}
}

Expand Down

0 comments on commit a115bc9

Please sign in to comment.