Joorgem commented on PR #57608: URL: https://github.com/apache/spark/pull/57608#issuecomment-5133253730
Thanks both — applied in b618a2d, exactly as suggested. `multiLine` now carries only what disabling it does to the record (with "(the default)" added), and the `DROPMALFORMED` / `PERMISSIVE` / `count()` consequences moved next to `mode`, appended to the existing column-pruning sentence. That reads better than my original: the split is a property of `multiLine`, but what you end up with is a property of `mode`, and `mode` was already the place documenting both corrupt-record handling and pruning. The diff is two lines, no other content touched. -- 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]
