Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-28513

Compute distinct label sets instead of subsets

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.1.0
    • None
    • Graph
    • None

    Description

      CypherSession::createDataFrame(nodes: DataFrame, rels: DataFrame)
      

      currently computes NodeFrames by filtering label columns, computing all possible subsets and creating one NodeFrame for each subset. This results in 2^n sets / NodeFrames.

      Instead, we should compute the distinct label sets that actually occur in the nodes DataFrame.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            mju Martin Junghanns

            Dates

              Created:
              Updated:

              Slack

                Issue deployment