Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13191 Add a simplified UDF type extraction
  3. FLINK-15804

Support the new type inference in Scala Table API scalar functions

    XMLWordPrintableJSON

Details

    • Hide
      Scalar functions that are called using Scala implicit conversions have been updated to use the new type system and new type inference. Users are requested to update their UDFs or use the deprecated `TableEnvironment.registerFunction` to restore the old behavior temporarily by calling the function via name.
      Show
      Scalar functions that are called using Scala implicit conversions have been updated to use the new type system and new type inference. Users are requested to update their UDFs or use the deprecated `TableEnvironment.registerFunction` to restore the old behavior temporarily by calling the function via name.

    Description

      Currently, we cannot distinguish between old and new type inference for Scala Table API because those functions are not registered in a catalog but are used "inline". We should support them as well.

      Attachments

        Issue Links

          Activity

            People

              twalthr Timo Walther
              twalthr Timo Walther
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: