Unsubscribe
Unsubscribe
Get types from Row
Hi, I want to build a custom Sink that receives a Row (or GenericRowData or RowData, depending on your reply) and needs to do some processing before sending it to the external sink. So it should be something like this: Input -> ROW Then I need to process that element, depending what the Type is