milenkovicm commented on PR #1498: URL: https://github.com/apache/datafusion-ballista/pull/1498#issuecomment-4037779098
> My first thought is: Is the plain text format easy to consume ? Humans can read the plans! But if the plans need to be processed somehow, e.g. visualised in [T]UI, then exposing them as JSON structure would be much friendlier. yes, intention is human to use it rather than machine. at the moment in order to find plan info user needs to dig into logs, which can be hard. this is similar to spark ui <img width="1293" height="565" alt="image" src="https://github.com/user-attachments/assets/b5ccefb9-32c6-4a49-955a-acdd0b46e770" /> i agree that there might be confidential data but we'd need to address that in datafusion print plan -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
