[Doc]: The args of method annotations is inconsistent with the real args of the method #253
Closed
1 task done
Labels
Component:Documentation
Improvements or additions to documentation
Milestone
Is there an existing issue for this?
Current Behavior
com.alibaba.graphar.util.FileSystem.scala
def writeDataFrame(...){}
The args of method annotations is inconsistent with the real args of the method,in the ide will give red
Expected Behavior
args in the annotation of the method are kept consistent with the true args
Minimal Reproducible Example
/**
*/
def writeDataFrame(
dataFrame: DataFrame,
fileType: String,
outputPrefix: String,
offsetStartChunkIndex: Option[Int],
aggNumListOfEdgeChunk: Option[Array[Long]]
): Unit = {...
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: