kunwp1 opened a new issue, #4875: URL: https://github.com/apache/texera/issues/4875
When running a Python UDF operator that yields rows with large binary fields (e.g. 50 MB blobs), the result panel remains empty with no error messages shown anywhere in the UI or the computing master logs. The root cause is that `ExecutionResultService.byteArrayToHexString` materializes the entire blob as a hex string before truncating it for display. [Untitled workflow (11).json](https://github.com/user-attachments/files/27325168/Untitled.workflow.11.json) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
