Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2897

Non-batched Python UDFs can execute on MISSING

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.7
    • None
    • FUN - Functions
    • None

    Description

      The logic around null and missing in Python UDFs right now is flawed. It will skip missing values if a null is encountered first. The check must be done by first checking for missing and observing any nulls, and only then seeing if null-call is true and calling the function dependent on whether or not any args were null.

      Attachments

        Activity

          People

            imaxon Ian Maxon
            dlychagin-cb Dmitry Lychagin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: