Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <[email protected]>
  • Loading branch information
seankao-az committed Mar 22, 2024
1 parent 24a23fe commit fadff6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public Builder clusterName(String clusterName) {
}

/**
* For query in spark submit parameters to be parsed correctly, escape
* the characters in the query, then wrap the query with double quotes.
* For query in spark submit parameters to be parsed correctly, escape the characters in the
* query, then wrap the query with double quotes.
*/
public Builder query(String query) {
String escapedQuery = StringEscapeUtils.escapeJava(query);
Expand Down

0 comments on commit fadff6c

Please sign in to comment.