cloud-fan commented on PR #40699: URL: https://github.com/apache/spark/pull/40699#issuecomment-1517376514
@sadikovi Sorry I was wrong, `Dataset.show` also explicitly prints null as `null` before this PR. Being consistent with other databases is good, but if people rely on the cast behavior to write struct/array/map to CSV, then it's more important to not break it. Shall we revert this PR then? We can change spark-sql shell to print `null` to be consistent with `df.show` instead. -- 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]
