Auron internally uses the Arrow data format, so interactions between Flink and Auron require the Arrow format. Data output by Auron must be converted to Flink RowData for subsequent operators to process.
We can refer to the existing implementation in the PyFlink module.