cloud-fan commented on PR #51959: URL: https://github.com/apache/spark/pull/51959#issuecomment-3299571921
Hi @LuciferYang @dongjoon-hyun @anishshri-db , while I agree it's better to keep the package name consistent with the directory structure, is it really worthwhile to make such invansive changes and also break third party streaming sources ([pulsar example](https://github.com/streamnative/pulsar-spark/blob/master/src/main/scala/org/apache/spark/sql/pulsar/PulsarSources.scala#L27))? Spark does not limit people to use its internal APIs but there is no backward compability guarantee on internal APIs, so we can break these internal APIs, but we should only do it when we have to. This seems not a "have to" case to me. what do you think? -- 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]
