GitHub user emlaver opened a pull request:
https://github.com/apache/bahir/pull/63
[BAHIR-138] fix deprecated warnings
_What_
Fix deprecated warnings in `DefaultSource` class.
_How_
- Imported `spark.implicits._` to convert Spark RDD to Dataset
- Replaced deprecated `json(RDD[String])` with `json(Dataset[String])`
See [BAHIR-138](https://issues.apache.org/jira/browse/BAHIR-138)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emlaver/bahir 138-fix-deprecation-warnings
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/63.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #63
----
commit 458759e92e2015460e8994e30d98b72e1d661251
Author: Esteban Laver <emlaver@...>
Date: 2018-01-12T05:26:29Z
Fixed deprecation warning messages
- Imported âspark.implicits._â to convert Spark RDD to Dataset
- Replaced deprecated `json(RDD[String])` with `json(Dataset[String])`
----
---