Skip to content

Commit

Permalink
Add new line to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
urosstan-db committed Feb 29, 2024
1 parent 3cd3e68 commit 1906822
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,5 @@ case class JDBCV1CompatibleRelation(
pushedLimit, sortOrders, pushedOffset)
}

/**
* Returns string representation of this relation
* Since relation string representation is visible to customer by explain command
*/
override def toString: String = "JDBC Relation"
}
}

0 comments on commit 1906822

Please sign in to comment.