uros-b commented on PR #56351: URL: https://github.com/apache/spark/pull/56351#issuecomment-4787674183
> other 6 call sites are ignored as they seem to be dead code/unreachable This part of the PR description might be partly inaccurate. 4 of the 6 (132/405/487/548) are reachable under different error classes (CANNOT_FIND_DATA, top-level arity) and would mis-quote dotted names too; only 590/657 are genuinely unreachable (guarded by the recursion-implied non-empty colPath on the array/map element path). -- 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]
