Rename spark.read.dgraph.graphframes #146
Labels
enhancement
New feature or request
java
Pull requests that update Java code
python
Pull requests that update Python code
Milestone
We should rename
spark.read.dgraph.graphframes
tospark.read.dgraph.graphframe
as the returned type is aGraphFrame
and we read only a single one.The current
graphframes
refers to the library name "GraphFrames" which looks strange in that call.Do this in Scala and Python. Check the Java API as well.
The old method should be marked as deprecated and removed in release 1.0.0.
See #12.
The text was updated successfully, but these errors were encountered: