Re: Giving useful names to the SQL steps/operators.

2020-03-01 Thread Niels Basjes
Thanks. On Sat, Feb 29, 2020 at 4:20 PM Yuval Itzchakov wrote: > > Unfortunately, it isn't possible. You can't set names to steps like > ordinary Java/Scala functions. > > On Sat, 29 Feb 2020, 17:11 Niels Basjes, wrote: > >> Hi, >> >> I'm playing around with the streaming SQL engine in combinat

Re: Giving useful names to the SQL steps/operators.

2020-02-29 Thread Yuval Itzchakov
Unfortunately, it isn't possible. You can't set names to steps like ordinary Java/Scala functions. On Sat, 29 Feb 2020, 17:11 Niels Basjes, wrote: > Hi, > > I'm playing around with the streaming SQL engine in combination with the > UDF I wrote ( https://yauaa.basjes.nl/UDF-ApacheFlinkTable.html

Giving useful names to the SQL steps/operators.

2020-02-29 Thread Niels Basjes
Hi, I'm playing around with the streaming SQL engine in combination with the UDF I wrote ( https://yauaa.basjes.nl/UDF-ApacheFlinkTable.html ) . I generated an SQL statement to extract all possible fields of my UDF (i.e. many fields) and what I found is that the names of the steps in the logging a