Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Jul 27, 2023
1 parent 1759c5c commit a6e5032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ class MLSQLText(override val uid: String) extends MLSQLBaseFileSource with WowPa
final val wholetext: Param[Boolean] = new Param[Boolean](this, "wholetext", "`wholetext` (default `false`): If true, read a file as a single row and not split by \"\\n\".")
final val lineSep: Param[String] = new Param[String](this, "lineSep", "`(default covers all `\\r`, `\\r\\n` and `\\n`): defines the line separator\n * that should be used for parsing.")

final val contentColumn: Param[String] = new Param[String](this, "imageColumn", "for save mode")
final val contentColumn: Param[String] = new Param[String](this, "contentColumn", "for save mode")
final val fileName: Param[String] = new Param[String](this, "fileName", "for save mode")
}

0 comments on commit a6e5032

Please sign in to comment.