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

Don't print expressions recursively in generated code

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • SQL
    • None

    Description

      Our code generation currently prints expressions recursively. For example, for expression "(1 + 1) + 1)", we would print the following:

      "(1 + 1) + 1)"
      "(1 + 1)"
      "1"
      "1"

      We should just print the project list once.

      Attachments

        Activity

          People

            dongjoon Dongjoon Hyun
            rxin Reynold Xin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: