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

Compute distinct label sets instead of subsets

    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

          People

            Unassigned Unassigned
            mju Martin Junghanns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: