This is an automated email from the ASF dual-hosted git repository.

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new 14e810bb chore(spark): fix comment typo in GraphWriter.scala (#574)
14e810bb is described below

commit 14e810bb3675945a832497c5a574f56c9fbffc2c
Author: Liu Jiajun <[email protected]>
AuthorDate: Mon Aug 5 10:23:32 2024 +0800

    chore(spark): fix comment typo in GraphWriter.scala (#574)
    
    Signed-off-by: Liu Jiajun <[email protected]>
---
 .../graphar/src/main/scala/org/apache/graphar/graph/GraphWriter.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-projects/spark/graphar/src/main/scala/org/apache/graphar/graph/GraphWriter.scala
 
b/maven-projects/spark/graphar/src/main/scala/org/apache/graphar/graph/GraphWriter.scala
index b3597974..18e7f649 100644
--- 
a/maven-projects/spark/graphar/src/main/scala/org/apache/graphar/graph/GraphWriter.scala
+++ 
b/maven-projects/spark/graphar/src/main/scala/org/apache/graphar/graph/GraphWriter.scala
@@ -59,7 +59,7 @@ class GraphWriter() {
   }
 
   /**
-   * Put the egde dataframe into writer.
+   * Put the edge dataframe into writer.
    * @param relation
    *   3-Tuple (source label, edge label, target label) to indicate edge type.
    * @param df


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to