gortiz commented on issue #11701: URL: https://github.com/apache/pinot/issues/11701#issuecomment-1774677528
You mean having one 3.2 and one 3.5 project? We don't usually do that. I mean, imagine we needed to create one single plugin for each technology and each version. It would be very difficult to maintain! For some wildly used technologies like Kafka and Spark we maintain several backward incompatible projects. For example we have one plugin for kafka 0.9 and another for kafka 2.0. We also had a spark 2.4 and 3.2, so users that use the incompatible 2.x and 3.x versions can actually deploy the plugin they need. But Spark 3.5 should be backward compatible with 3.2, so we don't see a reason to have to maintain 3 different spark plugins (2.4, 3.2 and 3.5). Therefore we decided to rename 3.2 as 3.x and upgrade spark client version from 3.2 to 3.5. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org