Skip to content

Commit

Permalink
Indent mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Apr 28, 2017
1 parent b802e36 commit 257e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ captureJVMException <- function(e, method) {
stop(paste0(rmsg, "no such table - ", first), call. = FALSE)
} else if (any(grep("org.apache.spark.sql.catalyst.parser.ParseException: ", stacktrace))) {
msg <- strsplit(stacktrace, "org.apache.spark.sql.catalyst.parser.ParseException: ",
fixed = TRUE)[[1]]
fixed = TRUE)[[1]]
# Extract "Error in ..." message.
rmsg <- msg[1]
# Extract the first message of JVM exception.
Expand Down

0 comments on commit 257e625

Please sign in to comment.