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

Correct the definition of creating functions in the SQL client documentation

    XMLWordPrintableJSON

Details

    Description

      The definition of creating functions is wrong in the SQL Client section:

      -- Define user-defined functions here.
      
      CREATE FUNCTION foo.bar.AggregateUDF AS myUDF;

      The correct one should be:

      -- Define user-defined functions here. 
      
      CREATE FUNCTION myUDF AS 'foo.bar.AggregateUDF'; 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yesorno Xianxun Ye
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: