JoshRosen commented on PR #36885: URL: https://github.com/apache/spark/pull/36885#issuecomment-1426559525
@dongjoon-hyun, thanks for the ping. I think that I spot the problem: it looks like the `File Name` field could contain a `null` value and the old code was likely handling JNothing -> `null.asInstanceOf[String]` implicitly. I think we can fix this by either modifying `extractString` to handle this case or by special-casing this for `FileName`. I'd prefer the former approach because it's probably more robust. -- 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]
