Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4130

CallGenerator could generate illegal code when taking no operands

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0
    • Table SQL / API
    • None

    Description

      In CallGenerator, when a call takes no operands, and null check is enabled, it will generate code like:

      boolean isNull$17 = ;

      which will fail to compile at runtime.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Cody Cody
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: