Hello,

We are calling flink table apis and are wondering is it possible to have a
better naming of such operators to show on ui?
E.g how do we renaming the following when the code is trying to make a
sqlQuery()
call

SourceConversion(table=[default_catalog.default_database.mytable],
fields=[data1, data2, data3, data4, data5, data6, data7, data8, data9,
data10]) -> Calc(select=[data1, data2, data3, data4, data5, data6, data7,
data8, data9, data10], where=[(data1.field=
_UTF-16LE'0000000000000000':VARCHAR(2147483647) CHARACTER SET "UTF-16LE")])

Regards,
Emma

Reply via email to