Unsubscribe

2025-01-29 Thread iñigo san jose
Unsubscribe

Get types from Row

2024-08-26 Thread iñigo san jose
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