Hi, I would like to start a discussion about two changes to the phoenix5-spark and phoenix5-spark3.
REMOVE DATASOURCE V1 It is not longer necessarie to keep Datasource V1 classes, since all features are implemented in new connector version classes. T When fixing the issue PHOENIX-6783, I checked for impacts and done some modifications to make removing the classes safe and without impacts. BUILD ARTIFACTS WITH DIFFERENT SCALA VERSIONS phoenix5-spark2 connector uses spark-2.4.8 wich is available with scala 2.11 and scala 2.12. Same for phoenix5-spark3 uses spark-3.2.4 wich is available with scala 2.12 and scala 2.13. It would be nice to have connector supporting both scala version like other connectors for exemple mongoDB or cassandra. Thanks, Rejeb