jiayuasu commented on issue #987:
URL: https://github.com/apache/sedona/issues/987#issuecomment-1696718674

   @PrathameshDhapodkar Did you do `show()` on DFs produced in the second step? 
Does it print the actual schema? 
   
   In addition, your jars are wrong. The three jars you need are 
   
   ```
   <dependency>
     <groupId>org.apache.sedona</groupId>
     <artifactId>sedona-spark-shaded-3.0_2.12</artifactId>
     <version>1.4.1</version>
   </dependency>
   <dependency>
     <groupId>org.apache.sedona</groupId>
     <artifactId>sedona-viz-3.0_2.12</artifactId>
     <version>1.4.1</version>
   </dependency>
   <!-- Optional: 
https://mvnrepository.com/artifact/org.datasyslab/geotools-wrapper -->
   <dependency>
       <groupId>org.datasyslab</groupId>
       <artifactId>geotools-wrapper</artifactId>
       <version>1.4.0-28.2</version>
   </dependency>
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to