79137280

Date: 2024-10-29 12:51:36
Score: 0.5
Natty:
Report link

For me, the issue is resolved after upgrading the Scala version from 2.11.12 to 2.12.10. Along with this I also updated the suffix of artifactId from 2.11 to 2.12

<dependency>
    <groupId>org.apache.spark</groupId>
    <artifactId>spark-sql_2.12</artifactId>
    <version>2.4.0</version>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ankur Pandey