General question for people using Pinot in production - does anyone depend on Scala 2.11 support? Asking because other open source projects have dropped 2.11 (I think last patch release was in 2017), and that’s making it harder for Pinot to stay current with updates.
k
Kishore G
06/02/2022, 7:39 PM
Pinot should not depend on scala right?
k
Ken Krugler
06/02/2022, 7:47 PM
Some plugins require Scala
k
Kishore G
06/02/2022, 8:12 PM
only kafka I think right, we should let individual plugins pick the version it works with. since we shade the plugins we should be ok right
k
Ken Krugler
06/02/2022, 10:30 PM
This was the Spark stuff
k
Kishore G
06/03/2022, 2:54 AM
we can do the same for spark as well.. we should remove the plugin related dependencies from the root pom and move them to individual plugins or into the pom.xml in the plugins
k
Ken Krugler
06/03/2022, 4:12 PM
This was in the plugin pom, not the root pom. Agree that non-plugin dependencies could be cleaned up.
j
Johan Adami
06/13/2022, 3:34 PM
+1 to potentially cleaning up non-plugin dependences. I had a branch where I got it all working with scala 2.12, but it was mostly googling around for random errors and adding configs in upper pom.xml to get it all working