Skip to content

[Doc]: The args of method annotations is inconsistent with the real args of the method #253

Closed
@haohao0103

Description

@haohao0103

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

com.alibaba.graphar.util.FileSystem.scala
def writeDataFrame(...){}
image
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

/**

  • Write input dataframe to output path with certain file format.
  • @param dataframe
  • DataFrame to write out.
  • @param fileType
  • output file format type, the value could be csv|parquet|orc.
  • @param outputPrefix
  • output path prefix.
  • @param startChunkIndex
  • the start index of chunk.
    */
    def writeDataFrame(
    dataFrame: DataFrame,
    fileType: String,
    outputPrefix: String,
    offsetStartChunkIndex: Option[Int],
    aggNumListOfEdgeChunk: Option[Array[Long]]
    ): Unit = {...

Environment

  • Operating system:mac
  • GraphAr version:main

Link to GraphAr Logs

No response

Further Information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions