swamirishi commented on a change in pull request #536:
URL: https://github.com/apache/incubator-sedona/pull/536#discussion_r695185869
##########
File path: core/src/main/java/org/apache/sedona/core/showcase/Example.java
##########
@@ -52,99 +52,99 @@
public class Example
implements Serializable
{
-
+
/**
* The sc.
*/
public static JavaSparkContext sc;
-
+
/**
* The geometry factory.
*/
static GeometryFactory geometryFactory;
-
+
/**
* The Point RDD input location.
*/
static String PointRDDInputLocation;
-
+
/**
* The Point RDD offset.
*/
static Integer PointRDDOffset;
-
+
/**
* The Point RDD num partitions.
*/
static Integer PointRDDNumPartitions;
-
+
/**
* The Point RDD splitter.
*/
static FileDataSplitter PointRDDSplitter;
-
+
/**
* The Point RDD index type.
*/
static IndexType PointRDDIndexType;
-
+
Review comment:
Sure let me just remove these changes
--
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]