There is a double field in the index I use that is empty. When I use elasticsearch-spark-30_ 2.12-7.17.2.jar reading the index, the exception EsHadoopParsingException: Cannot parse value [] for field [X] will be thrown, but when I replace the dependency package with elasticsearch-spark-20_2.11-7.6.1. It can normally read the index in jar
Is there any way I can solve this problem except for the rollback version?