cloud-fan commented on PR #58409: URL: https://github.com/apache/spark/pull/58409#issuecomment-5543529404
Thanks for the detailed trace. Your reading is correct: the warning path only tolerates data/partition overlap, while duplicates within `dataSchema` are rejected before reader construction. I don't see a supported path where `dataSchema.fieldIndex` must distinguish duplicate occurrences, so my earlier finding was incorrect. The streaming late-failure case is separate from this PR. -- 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]
