Skip to content
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
MaxGekk committed Dec 29, 2018
commit af5c9ed389f4d6caaba49969e48d966d9d976831
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class QueryExecution(
/**
* Dumps debug information about query execution into the specified file.
*
* @param maxFields maximim number of fields converted to string representation.
* @param maxFields maximum number of fields converted to string representation.
*/
def toFile(path: String, maxFields: Int = Int.MaxValue): Unit = {
val filePath = new Path(path)
Expand Down