Repository: spark Updated Branches: refs/heads/master 89e8a5d8b -> dc51f4d6d
[SQL][DOC] Wrong package name "scala.math.sql" in sql-programming-guide.md In sql-programming-guide.md, there is a wrong package name "scala.math.sql". Author: Kousuke Saruta <[email protected]> Closes #2873 from sarutak/wrong-packagename-fix and squashes the following commits: 4d5ecf4 [Kousuke Saruta] Fixed wrong package name in sql-programming-guide.md Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dc51f4d6 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dc51f4d6 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dc51f4d6 Branch: refs/heads/master Commit: dc51f4d6d836fc2c65b0af8db1497427ad2742ec Parents: 89e8a5d Author: Kousuke Saruta <[email protected]> Authored: Sun Oct 26 16:27:29 2014 -0700 Committer: Michael Armbrust <[email protected]> Committed: Sun Oct 26 16:27:29 2014 -0700 ---------------------------------------------------------------------- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/dc51f4d6/docs/sql-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index 368c3d0..d4ade93 100644 --- a/docs/sql-programming-guide.md +++ b/docs/sql-programming-guide.md @@ -1215,7 +1215,7 @@ import org.apache.spark.sql._ </tr> <tr> <td> <b>DecimalType</b> </td> - <td> scala.math.sql.BigDecimal </td> + <td> scala.math.BigDecimal </td> <td> DecimalType </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
