Hello everyone!
I was reading VCF files using the glow library (Maven: io.projectglow:glow-spark3_2.12:1.2.1).
The last version of this library only works with the spark's version 3.3.2 so if I need to use a newer runtime with a more recent spark version I receive an error because they aren't compatible.
How can I fix that? Does anyone know a different way to read VCF files? Or should I stick to a specific spark version to use this library
If someone have an idea I will appreciate it